[Checkins] SVN: zope3book/trunk/source/ Heading cleanup

Baiju M baiju.m.mail at gmail.com
Wed Feb 25 03:58:38 EST 2009


Log message for revision 97237:
  Heading cleanup
  

Changed:
  U   zope3book/trunk/source/browser-pages.rst
  U   zope3book/trunk/source/browser-resouces.rst
  U   zope3book/trunk/source/skinning.rst

-=-
Modified: zope3book/trunk/source/browser-pages.rst
===================================================================
--- zope3book/trunk/source/browser-pages.rst	2009-02-25 06:26:55 UTC (rev 97236)
+++ zope3book/trunk/source/browser-pages.rst	2009-02-25 08:58:37 UTC (rev 97237)
@@ -98,8 +98,8 @@
 `8080` port with the actual one)
 
 
-Template Attribute Language (TAL)
----------------------------------
+Template attribute language
+---------------------------
 
 .. index:: TAL ; page template
 
@@ -112,8 +112,8 @@
 * See TAL Specification 1.4
 
 
-TAL Features - tal:content
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:content
+~~~~~~~~~~~
 
 Insert content into the element and remove all of the element's
 children.
@@ -123,8 +123,8 @@
   <p tal:content="request/principal/title">Gandalf</p>
 
 
-TAL Features - tal:replace
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:replace
+~~~~~~~~~~~
 
 Replace the current element and all its content by the evaluated
 expression.
@@ -137,8 +137,8 @@
   <span tal:replace="nothing">This element is a comment.</span>
 
 
-TAL Features - tal:attributes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:attributes
+~~~~~~~~~~~~~~
 
 * Replaces the value of an XML attribute
 
@@ -152,8 +152,8 @@
                 tal:attributes="rows request/rows; cols request/cols" />
 
 
-TAL Features - tal:repeat (1)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:repeat (1)
+~~~~~~~~~~~~~~
 
 * Replicate a subtree once for each item in a sequence
 
@@ -169,8 +169,8 @@
     </ul>
 
 
-TAL Features - tal:repeat (2)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:repeat (2)
+~~~~~~~~~~~~~~
 
 Global repeat namespace provides many organizational features
 
@@ -187,8 +187,8 @@
 - Letter - upper-case version of letter.
 
 
-TAL Features - tal:condition
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:condition
+~~~~~~~~~~~~~
 
 Include a section of the XML document, only under a certain condition
 
@@ -198,8 +198,8 @@
      tal:content="view/copyright">(c) Stephan Richter 2006</p>
 
 
-TAL Features - tal:define
-~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:define
+~~~~~~~~~~
 
 Allows you to declare new local and global variables
 
@@ -209,8 +209,8 @@
   tal:define="global company_name string:Web2k"
 
 
-TAL Features - tal:on-error
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:on-error
+~~~~~~~~~~~~
 
 * After an error occurred in any TAL statement, it is caught and the
   error expression is evaluated and inserted.
@@ -225,8 +225,8 @@
       </p>
 
 
-TAL Features - tal:omit-tag
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+tal:omit-tag
+~~~~~~~~~~~~
 
 * Omit a tag, if the provided expression evaluates to true
 
@@ -240,7 +240,7 @@
     <b tal:omit-tag="not:bold">I may not be bold.</b>
 
 
-Common TAL Top-Level Namespaces
+Common TAL top-level namespaces
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 There are a few common top-level namespaces available in a Zope Page
@@ -259,7 +259,7 @@
   server data, input data and principal information.
 
 
-TALES Namespaces
+TALES namespaces
 ~~~~~~~~~~~~~~~~
 
 .. index:: TALES ; page template

Modified: zope3book/trunk/source/browser-resouces.rst
===================================================================
--- zope3book/trunk/source/browser-resouces.rst	2009-02-25 06:26:55 UTC (rev 97236)
+++ zope3book/trunk/source/browser-resouces.rst	2009-02-25 08:58:37 UTC (rev 97237)
@@ -13,7 +13,7 @@
 demonstrate how resources are created and registered with Zope 3.
 
 
-File Resource
+File resource
 -------------
 
 .. index::

Modified: zope3book/trunk/source/skinning.rst
===================================================================
--- zope3book/trunk/source/skinning.rst	2009-02-25 06:26:55 UTC (rev 97236)
+++ zope3book/trunk/source/skinning.rst	2009-02-25 08:58:37 UTC (rev 97237)
@@ -135,7 +135,7 @@
 
 
 Setting up a layer
-------------------
+~~~~~~~~~~~~~~~~~~
 
 Write an interface for the layer that inherits the minimal layer::
 



More information about the Checkins mailing list