Zope3: Registering a help page

 <configure
xmlns="http://namespaces.zope.org/zope"
xmlns:help="http://namespaces.zope.org/help"
>

<!-- Register Help Topics -->

<help:register
id="zmi"
title="Zope ZMI"
doc_path="./help/ui.stx"
resources="mgmt-main-1.png"
/>

<help:register
id="welcome"
parent="onlinehelp"
title="Welcome"
doc_path="./help/welcome.stx"
/>

<help:register
id="onlinehelp"
title="Online Help System"
doc_path="./help/README.stx"
/>

<help:register
id="styleguide"
title="Zope Style Guide"
doc_path="styleguides.txt"
class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
/>

<help:register
id="css"
parent="styleguide"
title="CSS Style Guide"
doc_path="index.html"
class="zope.app.onlinehelp.onlinehelptopic.ZPTOnlineHelpTopic"
/>

</configure>

Comments