[z3-checkins] r8331 - z3/Five/trunk/doc

regebro at codespeak.net regebro at codespeak.net
Mon Jan 17 16:02:21 MET 2005


Author: regebro
Date: Mon Jan 17 16:02:20 2005
New Revision: 8331

Modified:
   z3/Five/trunk/doc/directives.txt
Log:
Update documentatioN

Modified: z3/Five/trunk/doc/directives.txt
==============================================================================
--- z3/Five/trunk/doc/directives.txt	(original)
+++ z3/Five/trunk/doc/directives.txt	Mon Jan 17 16:02:20 2005
@@ -22,7 +22,7 @@
 Declare interface and permissions on content object. Declares Zope 2
 permissions.
 
-permission 
+permission
 ----------
 
 Way to make Zope 2 permissions available to Five, ``title`` is
@@ -88,6 +88,16 @@
 
 Declare a layer.
 
+menu
+----
+
+Declare a menu
+
+menuItem, menuItems
+-------------------
+
+Declare menuItems
+
 five ``http://namespaces.zope.org/five``
 ========================================
 
@@ -121,3 +131,9 @@
 it without any paths appended to it. This works then instead of
 ``index_html`` in Zope 2.
 
+pagesFromDirectory
+------------------
+
+Load all *.pt files in a directory as pages. Useful when you want to
+share templates between Five and CMF, so you can declare pages like
+this is a similar way to setting up skin folders in portal_skins.


More information about the z3-checkins mailing list