[Checkins] SVN: z3c.pt/trunk/docs/index.rst Tweak.

Chris McDonough chrism at plope.com
Tue Aug 12 22:54:18 EDT 2008


Log message for revision 89775:
  Tweak.
  

Changed:
  U   z3c.pt/trunk/docs/index.rst

-=-
Modified: z3c.pt/trunk/docs/index.rst
===================================================================
--- z3c.pt/trunk/docs/index.rst	2008-08-13 02:49:13 UTC (rev 89774)
+++ z3c.pt/trunk/docs/index.rst	2008-08-13 02:54:17 UTC (rev 89775)
@@ -6,7 +6,7 @@
 
 Python template compiler which supports the `Genshi
 <http://genshi.edgewall.org/wiki/Documentation/xml-templates.html>`_
-and `ZPT <http://wiki.zope.org/ZPT/TAL>`_ template languages
+and `ZPT <http://wiki.zope.org/ZPT/TAL>`_ template language syntaxes
 including macro extensions and i18n internationalization.
 
 The compiler is developed by Malthe Borch and other contributors as
@@ -14,20 +14,22 @@
 distributed under the `ZPL license
 <http://www.zope.org/Resources/ZPL>`_.
 
-Narrative documentation
-=======================
+Zope Page Templates (ZPT) is a system which can generate HTML and XML.
+ZPT is formed by the *Template Attribute Language* (*TAL*) and the
+*TAL Expression Syntax* (*TALES*), and the *Macro Expansion Template
+Attribute Language* (*METAL*).
 
-Zope Page Templates (:term:`ZPT`) is a system which can generate HTML
-and XML.  ZPT is formed by the *Template Attribute Language* (*TAL*)
-and the *TAL Expression Syntax* (*TALES*), and the *Macro Expansion
-Template Attribute Language* (*METAL*).
-
 Genshi provides an XML-based template language that is heavily inspired
 by `Kid <http://kid-templating.org/>`_, which in turn was inspired by
 a number of existing template languages, namely XSLT, TAL, and PHP.
 
 :mod:`z3c.pt` provides support for both ZPT and Genshi syntax.
 
+TAL Support Documentation
+=========================
+
+Documentation related to TAL support in :mod:`z3c.pt`.
+
 .. toctree::
    :maxdepth: 2
 
@@ -37,6 +39,13 @@
    narr/metal
    narr/i18n
 
+Genshi Support Documentation
+============================
+
+Documentation related to Genshi support in :mod:`z3c.pt`.
+
+.. warning:: Need Genshi-related documentation.
+
 API documentation
 =================
 



More information about the Checkins mailing list