[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/help.zcml
Added help topic registration for authentication package
Roger Ineichen
roger at projekt01.ch
Thu Feb 17 15:52:37 EST 2005
Log message for revision 29186:
Added help topic registration for authentication package
Changed:
A Zope3/trunk/src/zope/app/authentication/help.zcml
-=-
Added: Zope3/trunk/src/zope/app/authentication/help.zcml
===================================================================
--- Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 20:51:06 UTC (rev 29185)
+++ Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 20:52:37 UTC (rev 29186)
@@ -0,0 +1,29 @@
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:help="http://namespaces.zope.org/help">
+
+ <help:register
+ id="zope.app.authentication"
+ parent="dev"
+ title="Authentication"
+ doc_path="README.txt"
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ />
+
+ <help:register
+ id="principalfolder"
+ parent="dev/zope.app.authentication"
+ title="Principal Folder"
+ doc_path="principalfolder.txt"
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ />
+
+ <help:register
+ id="groupfolder"
+ parent="dev/zope.app.authentication"
+ title="Group Folder"
+ doc_path="groupfolder.txt"
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ />
+
+</configure>
More information about the Zope3-Checkins
mailing list