[Checkins] SVN: z3c.pt/trunk/docs/ Only string-expressions need to escape semi-colon literals.

Malthe Borch mborch at gmail.com
Mon Aug 11 11:14:50 EDT 2008


Log message for revision 89658:
  Only string-expressions need to escape semi-colon literals.

Changed:
  U   z3c.pt/trunk/docs/conf.py
  U   z3c.pt/trunk/docs/narr/tal.rst
  U   z3c.pt/trunk/docs/narr/tales.rst

-=-
Modified: z3c.pt/trunk/docs/conf.py
===================================================================
--- z3c.pt/trunk/docs/conf.py	2008-08-11 14:59:31 UTC (rev 89657)
+++ z3c.pt/trunk/docs/conf.py	2008-08-11 15:14:49 UTC (rev 89658)
@@ -31,15 +31,15 @@
 
 # General substitutions.
 project = 'z3c.pt'
-copyright = '2008, Malthe Borch'
+copyright = '2007-08, Malthe Borch and the Zope Community'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '0.9.X'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.9.X'
+release = '1.0dev'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:

Modified: z3c.pt/trunk/docs/narr/tal.rst
===================================================================
--- z3c.pt/trunk/docs/narr/tal.rst	2008-08-11 14:59:31 UTC (rev 89657)
+++ z3c.pt/trunk/docs/narr/tal.rst	2008-08-11 15:14:49 UTC (rev 89658)
@@ -133,9 +133,7 @@
     attribute_name       ::= [namespace-prefix ':'] Name
     namespace-prefix     ::= Name
 
-.. note:: If you want to include a literal semi-colon (;) in an
-   ``tal:attributes`` *expression*, you must escape it by doubling it
-   (``;;``).
+.. warning:: The reference implementation of ZPT requires you to escape the semi-colon (;) literal by doubling it (``;;``). With :mod:`z3c.pt` this is only required when using the ``string`` expression and will result in the literal being printed twice otherwise.
 
 Description
 ~~~~~~~~~~~
@@ -280,9 +278,7 @@
     attribute_statement  ::= variable_name expression
     variable_name        ::= Name
 
-.. note:: If you want to include a literal semi-colon (;) in an
-   ``tal:define`` *expression*, you must escape it by doubling it
-   (``;;``).
+.. warning:: The reference implementation of ZPT requires you to escape the semi-colon (;) literal by doubling it (``;;``). With :mod:`z3c.pt` this is only required when using the ``string`` expression and will result in the literal being printed twice otherwise.
 
 Description
 ~~~~~~~~~~~

Modified: z3c.pt/trunk/docs/narr/tales.rst
===================================================================
--- z3c.pt/trunk/docs/narr/tales.rst	2008-08-11 14:59:31 UTC (rev 89657)
+++ z3c.pt/trunk/docs/narr/tales.rst	2008-08-11 15:14:49 UTC (rev 89658)
@@ -51,8 +51,7 @@
    :mod:`z3c.pt`` assumes that the expression is a *python*
    expression.
 
-.. warning:: The reference implementation of ZPT has an expression
-.. type ``exists``.  :mod:`z3c.pt` has no such expression type.
+.. warning:: The reference implementation of ZPT has an expression type ``exists``.  :mod:`z3c.pt` has no such expression type.
 
 .. _tales_built_in_names:
 



More information about the Checkins mailing list