File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -422,14 +422,15 @@ engine implementation of the `Template Attribute Language (TAL) <http://en.wikip
422422and `Macro Expansion TAL (Metal) <http://chameleon.readthedocs.org/en/latest/reference.html#macros-metal> ` syntaxes.
423423
424424Chameleon is available for Python 2.5 and up (including 3.x and pypy), and
425- is commonly used by the `Pyramid Framework <http://docs.pylonsproject.org/projects/pyramid/en/latest/ >`_.
425+ is commonly used by the `Pyramid Framework <http://trypyramid.com >`_.
426426
427427Page Templates add within your document structure special element attributes
428428and text markup. Using a set of simple language constructs, you control the
429429document flow, element repetition, text replacement and translation. Because
430430of the attribute-based syntax, unrendered page templates are valid HTML and can
431431be viewed in a browser and even edited in WYSIWYG editors. This can make
432- round-trip collaboration with designers and prototyping in a browser easier.
432+ round-trip collaboration with designers and prototyping with static files in a
433+ browser easier.
433434
434435The basic TAL language is simple enough to grasp from an example:
435436
@@ -471,7 +472,7 @@ you can replace it with a more terse and readable syntax that uses the pattern
471472
472473
473474But keep in mind that the full `<span tal:replace="expression">Default Text</span> `
474- syntax allows for default content in the unrendered template.
475+ syntax also allows for default content in the unrendered template.
475476
476477.. rubric :: References
477478
You can’t perform that action at this time.
0 commit comments