[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/help - metal-define-macro.stx:1.5 metal-define-slot.stx:1.5 metal-fill-slot.stx:1.5 metal-use-macro.stx:1.5 tal-attributes.stx:1.4 tal-condition.stx:1.4 tal-content.stx:1.4 tal-define.stx:1.4 tal-omit-tag.stx:1.5 tal-on-error.stx:1.4 tal-repeat.stx:1.4 tal-replace.stx:1.4

Amos Latteier amos@zope.com
Mon, 22 Oct 2001 20:14:41 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/help
In directory cvs.zope.org:/tmp/cvs-serv19902/Products/PageTemplates/help

Modified Files:
	metal-define-macro.stx metal-define-slot.stx 
	metal-fill-slot.stx metal-use-macro.stx tal-attributes.stx 
	tal-condition.stx tal-content.stx tal-define.stx 
	tal-omit-tag.stx tal-on-error.stx tal-repeat.stx 
	tal-replace.stx 
Log Message:
Fine tuning the ZPT help system stuff.

  * There is now a ZPT Reference to go along with the DTML and API
    references in the online help system.

  * I changed the titles of some TAL and METAL help topics to make
    them look better in the help system.



=== Zope/lib/python/Products/PageTemplates/help/metal-define-macro.stx 1.4 => 1.5 ===
+define-macro: Define a macro
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/metal-define-slot.stx 1.4 => 1.5 ===
+define-slot: Define a macro customization point
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/metal-fill-slot.stx 1.4 => 1.5 ===
+fill-slot: Customize a macro
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/metal-use-macro.stx 1.4 => 1.5 ===
+use-macro: Use a macro
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-attributes.stx 1.3 => 1.4 ===
+attributes: Replace element attributes
   
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-condition.stx 1.3 => 1.4 ===
+condition: Conditionally insert or remove an element
   
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-content.stx 1.3 => 1.4 ===
+content: Replace the content of an element
   
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-define.stx 1.3 => 1.4 ===
+define: Define variables
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-omit-tag.stx 1.4 => 1.5 ===
+omit-tag: Remove an element, leaving its contents
 
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-on-error.stx 1.3 => 1.4 ===
+on-error: Handle errors
   
   Syntax
 


=== Zope/lib/python/Products/PageTemplates/help/tal-repeat.stx 1.3 => 1.4 ===
+repeat: Repeat an element
 
   Syntax
   


=== Zope/lib/python/Products/PageTemplates/help/tal-replace.stx 1.3 => 1.4 ===
+replace: Replace an element
   
   Syntax