[Zope-CVS] CVS: Products/FSDump/help - Mappings.stx:1.4
Tres Seaver
tseaver at zope.com
Fri Apr 29 10:20:01 EDT 2005
Update of /cvs-repository/Products/FSDump/help
In directory cvs.zope.org:/tmp/cvs-serv22760/help
Modified Files:
Mappings.stx
Log Message:
- Packaging changes (prep for 0.9).
=== Products/FSDump/help/Mappings.stx 1.3 => 1.4 ===
--- Products/FSDump/help/Mappings.stx:1.3 Mon May 17 12:23:25 2004
+++ Products/FSDump/help/Mappings.stx Fri Apr 29 10:19:31 2005
@@ -95,11 +95,11 @@
'Zope Permission'
- - Store values in "*.properties".
+ - Store values in '*.properties'.
'Zope Factory'
- - Store values in "*.properties".
+ - Store values in '*.properties'.
'Wizard'
@@ -112,5 +112,35 @@
'WizardPage'
- Store text in "*.wizardpage'.
+
+ - Store properties in '*.properties'.
+
+ 'PageTemplate'
+
+ - Create a single file containng the text of the template.
+ Filename will have extension, '.pt'.
+
+ - Store properties in '*.properties'.
+
+ 'Controller Python Script'
+
+ - Create a module containing a single top-level function
+ definition, using the "read" format (bindings in comments
+ at the top). Filename will have extension, '.cpy'
+
+ - Store properties in '*.properties'.
+
+ 'Controller Validator'
+
+ - Create a module containing a single top-level function
+ definition, using the "read" format (bindings in comments
+ at the top). Filename will have extension, '.vpy'
+
+ - Store properties in '*.properties'.
+
+ 'Controller Page Template'
+
+ - Create a single file containng the text of the template.
+ Filename will have extension, '.cpt'.
- Store properties in '*.properties'.
More information about the Zope-CVS
mailing list