Skip to content

Commit 53bf93d

Browse files
committed
A bit more editing and cleanup of the Chameleon section.
1 parent c04def9 commit 53bf93d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/scenarios/web.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,14 +422,15 @@ engine implementation of the `Template Attribute Language (TAL) <http://en.wikip
422422
and `Macro Expansion TAL (Metal) <http://chameleon.readthedocs.org/en/latest/reference.html#macros-metal>` syntaxes.
423423

424424
Chameleon 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

427427
Page Templates add within your document structure special element attributes
428428
and text markup. Using a set of simple language constructs, you control the
429429
document flow, element repetition, text replacement and translation. Because
430430
of the attribute-based syntax, unrendered page templates are valid HTML and can
431431
be 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

434435
The 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

473474
But 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

0 commit comments

Comments
 (0)