Commit 91bb88b2 authored by Amos Latteier's avatar Amos Latteier

Rebuilt help files. Now inter-Product links work.

parent 4db01c92
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>External Method</h1>
<h1>External Method</h1>
<p>External Methods allow you to add functionality to Zope by writing <p>External Methods allow you to add functionality to Zope by writing
Python functions which are exposed as callable Zope objects.</p> Python functions which are exposed as callable Zope objects.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/ExternalMethod/Help/External-Method.dtml">External Method</a>&gt;Add</h1>
<a href="../External-Method.dtml">External Method</a>&gt;Add</h1>
<p> This view allows you to create a new External Method.</p> <p> This view allows you to create a new External Method.</p>
<p> The <tt>Id</tt> field specifies the id of the external <p> The <tt>Id</tt> field specifies the id of the external
method. The <tt>Title</tt> field allows you to specify the title of method. The <tt>Title</tt> field allows you to specify the title of
...@@ -15,5 +14,4 @@ ...@@ -15,5 +14,4 @@
the module which should be the name of the product followed by a dot followed the module which should be the name of the product followed by a dot followed
by the name of the Python module file. </p> by the name of the Python module file. </p>
<p>Click the <tt>Add</tt> button to create a new External <p>Click the <tt>Add</tt> button to create a new External
Method.</p> Method.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/ExternalMethod/Help/External-Method.dtml">External Method</a>&gt;Properties</h1>
<a href="../External-Method.dtml">External Method</a>&gt;Properties</h1>
<p> This view allows you to manage the properties of an external <p> This view allows you to manage the properties of an external
method. </p> method. </p>
<p> The <tt>Id</tt> field indicates the id of the external <p> The <tt>Id</tt> field indicates the id of the external
...@@ -14,5 +13,4 @@ ...@@ -14,5 +13,4 @@
directories are located in lib/python/Products. If the directories are located in lib/python/Products. If the
Python module is in a product directory this should be indicated in the name of Python module is in a product directory this should be indicated in the name of
the module which should be the name of the product followed by a dot followed the module which should be the name of the product followed by a dot followed
by the name of the Python module file. </p> by the name of the Python module file. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/ExternalMethod/Help/External-Method.dtml">External Method</a>&gt;Security</h1>
<a href="../External-Method.dtml">External Method</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/ExternalMethod/Help/External-Method.dtml">External Method</a>&gt;Try It</h1>
<a href="../External-Method.dtml">External Method</a>&gt;Try It</h1>
<p> This view executes the external method. </p> <p> This view executes the external method. </p>
<p> This view executes the external method and returns the results if <p> This view executes the external method and returns the results if
any. Only parameters from the web request are passed the the external method. any. Only parameters from the web request are passed the the external method.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Mail Host</h1>
<h1>Mail Host</h1> <p> Mail Hosts allow you to send mail via SMTP.</p><dtml-var standard_html_footer>
<p> Mail Hosts allow you to send mail via SMTP.</p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/MailHost/Help/Mail-Host.dtml">Mail Host</a>&gt;Add</h1>
<a href="../Mail-Host.dtml">Mail Host</a>&gt;Add</h1>
<p> This view allows you to create a new Mail Host.</p> <p> This view allows you to create a new Mail Host.</p>
<p> The <tt>Id</tt> field specifies the id of the mail host. <p> The <tt>Id</tt> field specifies the id of the mail host.
The <tt>Title</tt> field allows you to specify the title of the mail The <tt>Title</tt> field allows you to specify the title of the mail
...@@ -11,5 +10,4 @@ ...@@ -11,5 +10,4 @@
accepts SMTP requests. The <tt>Max. timeout</tt> field allows you to accepts SMTP requests. The <tt>Max. timeout</tt> field allows you to
specify how long Zope should wait (in seconds) for a response from the mail specify how long Zope should wait (in seconds) for a response from the mail
server before aborting a mail request. Click the <tt>Add</tt> button server before aborting a mail request. Click the <tt>Add</tt> button
to create a new Mail Host.</p> to create a new Mail Host.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/MailHost/Help/Mail-Host.dtml">Mail Host</a>&gt;Edit</h1>
<a href="../Mail-Host.dtml">Mail Host</a>&gt;Edit</h1>
<p> This view allows you to manage the attributes of the mail host. <p> This view allows you to manage the attributes of the mail host.
</p> </p>
<p> A mail host allows Zope to send mail with the SMTP protocol. <p> A mail host allows Zope to send mail with the SMTP protocol.
...@@ -13,5 +12,4 @@ ...@@ -13,5 +12,4 @@
port</tt> field allows you to specify the port on which the mail server port</tt> field allows you to specify the port on which the mail server
accepts SMTP requests. The <tt>Max. timeout</tt> field allows you to accepts SMTP requests. The <tt>Max. timeout</tt> field allows you to
specify how long Zope should wait (in seconds) for a response from the mail specify how long Zope should wait (in seconds) for a response from the mail
server before aborting a mail request. </p> server before aborting a mail request. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/MailHost/Help/Mail-Host.dtml">Mail Host</a>&gt;Security</h1>
<a href="../Mail-Host.dtml">Mail Host</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Common Instance Property Sheet</h1>
<h1>Common Instance Property Sheet</h1>
<p>Common Instance Property Sheets allow ZClasses to define sets of <p>Common Instance Property Sheets allow ZClasses to define sets of
properties. A property sheets provides an editing view for the properties, and properties. A property sheets provides an editing view for the properties, and
default values for the properties. </p> default values for the properties. </p>
<p>Individual instances of ZClasses maintain their properties normally. <p>Individual instances of ZClasses maintain their properties normally.
A property sheet merely provides a way to describe and edit a set of A property sheet merely provides a way to describe and edit a set of
properties. </p> properties. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Add</h1>
<a href="../Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Add</h1>
<p> This view allows you to create a new Common Instance Property <p> This view allows you to create a new Common Instance Property
Sheet.</p> Sheet.</p>
<p>The <tt>Id</tt> field specifies the Id of the Common <p>The <tt>Id</tt> field specifies the Id of the Common
Instance Property Sheet. The <tt>Title</tt> field allows you to Instance Property Sheet. The <tt>Title</tt> field allows you to
specify the title of the Common Instance Propery Sheet.</p> specify the title of the Common Instance Propery Sheet.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Define Permissions</h1>
<a href="../Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Define Permissions</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/ZClass_Define-Permissions.dtml">ZClass&gt;Define Permissions</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../ZClass_Define-Permissions.dtml">ZClass&gt;Define Permissions</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Properties</h1>
<a href="../Common-Instance-Property-Sheet.dtml">Common Instance Property Sheet</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Control Panel</h1>
<h1>Control Panel</h1>
<p>The Control Panel provides access to centralized Zope management <p>The Control Panel provides access to centralized Zope management
facilties.</p> facilties.</p>
<p>From the Control Panel you can manage the Zope database, versions, <p>From the Control Panel you can manage the Zope database, versions,
and Zope Products.</p> and Zope Products.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Control-Panel.dtml">Control Panel</a>&gt;Contents</h1>
<a href="../Control-Panel.dtml">Control Panel</a>&gt;Contents</h1>
<p> This view displays information about the Zope process and provides <p> This view displays information about the Zope process and provides
access to system management functions. </p> access to system management functions. </p>
<p> <tt>Zope version</tt> indicates the version of the Zope <p> <tt>Zope version</tt> indicates the version of the Zope
...@@ -18,5 +17,4 @@ ...@@ -18,5 +17,4 @@
<tt>Version Management</tt> links provides access to version <tt>Version Management</tt> links provides access to version
management functions include version commit and abort. The <tt>Product management functions include version commit and abort. The <tt>Product
Management</tt> link provides access to management functions for installed Management</tt> link provides access to management functions for installed
Zope Products. </p> Zope Products. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Control-Panel.dtml">Control Panel</a>&gt;Undo</h1>
<a href="../Control-Panel.dtml">Control Panel</a>&gt;Undo</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Undo.dtml">Folder&gt;Undo</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Undo.dtml">Folder&gt;Undo</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>DTML Document</h1>
<h1>DTML Document</h1>
<p>DTML Documents provide general content management facilites to <p>DTML Documents provide general content management facilites to
Zope.</p> Zope.</p>
<p>A DTML Document roughly corresponds to a web page. DTML Documents can <p>A DTML Document roughly corresponds to a web page. DTML Documents can
be viewed and edited through the web. DTML Documents can contain scripting be viewed and edited through the web. DTML Documents can contain scripting
commands in Document Templates Markup Language.</p> commands in Document Templates Markup Language.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Add</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Add</h1>
<p>This view allows you to create a new DTML Document.</p> <p>This view allows you to create a new DTML Document.</p>
<p>The <tt>Id</tt> field specifies the id of the DTML <p>The <tt>Id</tt> field specifies the id of the DTML
Document. The <tt>Title</tt> field allows you to specify the title of Document. The <tt>Title</tt> field allows you to specify the title of
...@@ -9,5 +8,4 @@ ...@@ -9,5 +8,4 @@
locate a file to upload. </p> locate a file to upload. </p>
<p>Click the <tt>Add</tt> button to create a new DTML <p>Click the <tt>Add</tt> button to create a new DTML
Document. Click the <tt>Add and Edit</tt> button to create a new DTML Document. Click the <tt>Add and Edit</tt> button to create a new DTML
Document and go directly to it's Edit view.</p> Document and go directly to it's Edit view.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Edit</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Edit</h1>
<p> This view allows you to edit the contents of a document. </p> <p> This view allows you to edit the contents of a document. </p>
<p> The <tt>id</tt> field indicates the id of the document. <p> The <tt>id</tt> field indicates the id of the document.
The <tt>Title</tt> field allows you to edit the title of the The <tt>Title</tt> field allows you to edit the title of the
...@@ -12,5 +11,4 @@ ...@@ -12,5 +11,4 @@
click the <tt>Taller</tt>, <tt>Shorter</tt>, click the <tt>Taller</tt>, <tt>Shorter</tt>,
<tt>Wider</tt>, or <tt>Narrower</tt> buttons repeatedly <tt>Wider</tt>, or <tt>Narrower</tt> buttons repeatedly
until the size is correctly adjusted. To change the contents of the document until the size is correctly adjusted. To change the contents of the document
click the <tt>Change</tt> button. </p> click the <tt>Change</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Properties</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Proxy</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Proxy</h1>
<p> This view allows you to manage proxy roles for a document. </p> <p> This view allows you to manage proxy roles for a document. </p>
<p> Proxy roles supplement the roles of the user who is viewing the <p> Proxy roles supplement the roles of the user who is viewing the
document in order to allow the document additional access. </p> document in order to allow the document additional access. </p>
<p> Select the role(s) you wish to assign to the document from the <p> Select the role(s) you wish to assign to the document from the
<tt>Proxy Roles</tt> multiple select list and click the <tt>Proxy Roles</tt> multiple select list and click the
<tt>Change</tt> button to set proxy roles for the document. </p> <tt>Change</tt> button to set proxy roles for the document. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Security</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;Upload</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;Upload</h1>
<p> This view allows you to upload document files. </p> <p> This view allows you to upload document files. </p>
<p> Use this view to completely replace the contents of a document <p> Use this view to completely replace the contents of a document
with the contents of an uploaded text file from your local computer. Click the with the contents of an uploaded text file from your local computer. Click the
<tt>Browse...</tt> button to locate a file to upload. Click the <tt>Browse...</tt> button to locate a file to upload. Click the
<tt>Change</tt> button to replace the document's contents with the <tt>Change</tt> button to replace the document's contents with the
uploaded file. </p> uploaded file. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document.dtml">DTML Document</a>&gt;View</h1>
<a href="../DTML-Document.dtml">DTML Document</a>&gt;View</h1> <p> This view allows you to preview the document. </p><dtml-var standard_html_footer>
<p> This view allows you to preview the document. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>DTML Method</h1>
<h1>DTML Method</h1>
<p> DTML Methods provide general templating management facilities to <p> DTML Methods provide general templating management facilities to
Zope.</p> Zope.</p>
<p>A DTML Method can be used to display almost any Zope object. DTML <p>A DTML Method can be used to display almost any Zope object. DTML
Methods can be viewed and edited through the web. DTML Documents can contain Methods can be viewed and edited through the web. DTML Documents can contain
scripting commands in Document Templates Markup Language. DTML Methods can be scripting commands in Document Templates Markup Language. DTML Methods can be
called from DTML Documents and other DTML Methods.</p> called from DTML Documents and other DTML Methods.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;Add</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;Add</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document_Add.dtml">DTML Document&gt;Add</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../DTML-Document_Add.dtml">DTML Document&gt;Add</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;Edit</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;Edit</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document_Edit.dtml">DTML Document&gt;Edit</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../DTML-Document_Edit.dtml">DTML Document&gt;Edit</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;Proxy</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;Proxy</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document_Proxy.dtml">DTML Document&gt;Proxy</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../DTML-Document_Proxy.dtml">DTML Document&gt;Proxy</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;Security</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;Upload</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;Upload</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document_Upload.dtml">DTML Document&gt;Upload</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../DTML-Document_Upload.dtml">DTML Document&gt;Upload</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Method.dtml">DTML Method</a>&gt;View</h1>
<a href="../DTML-Method.dtml">DTML Method</a>&gt;View</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/DTML-Document_View.dtml">DTML Document&gt;View</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../DTML-Document_View.dtml">DTML Document&gt;View</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Database Management</h1>
<h1>Database Management</h1>
<p> Database Management provides access to management facilities for the <p> Database Management provides access to management facilities for the
Zope database.</p> Zope database.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Database-Management.dtml">Database Management</a>&gt;Cache Parameters</h1>
<a href="../Database-Management.dtml">Database Management</a>&gt;Cache Parameters</h1>
<p> This view allows you to view cache statistics and set cache <p> This view allows you to view cache statistics and set cache
parameters. The Zope cache operates by keeping frequently used objects in parameters. The Zope cache operates by keeping frequently used objects in
memory to improve performance. A larger cache improves object access speed, but memory to improve performance. A larger cache improves object access speed, but
...@@ -12,5 +11,4 @@ ...@@ -12,5 +11,4 @@
objects which are currently loaded in memory. <tt>Target size</tt> objects which are currently loaded in memory. <tt>Target size</tt>
indicates ideal number of objects to have in memory. <tt>Target maximum indicates ideal number of objects to have in memory. <tt>Target maximum
time between accesses</tt> indicates the amount of time after which Zope time between accesses</tt> indicates the amount of time after which Zope
should remove an object from memory if it hasn't been accessed. </p> should remove an object from memory if it hasn't been accessed. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Database-Management.dtml">Database Management</a>&gt;Database</h1>
<a href="../Database-Management.dtml">Database Management</a>&gt;Database</h1>
<p> This view allows you to view database status information. It also <p> This view allows you to view database status information. It also
allows you to perform maintenance tasks such as database packing, cache allows you to perform maintenance tasks such as database packing, cache
management, and "undoing" previous changes to your site. </p> management, and "undoing" previous changes to your site. </p>
...@@ -13,5 +12,4 @@ ...@@ -13,5 +12,4 @@
operation. The <tt>days</tt> field indicates how old objects versions operation. The <tt>days</tt> field indicates how old objects versions
must be to be removed. For example if you pack the database and specify 2 days, must be to be removed. For example if you pack the database and specify 2 days,
then you will not be able to revert to object versions older than 2 days. then you will not be able to revert to object versions older than 2 days.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Database-Management.dtml">Database Management</a>&gt;Flush Cache</h1>
<a href="../Database-Management.dtml">Database Management</a>&gt;Flush Cache</h1>
<p> This view allows you to manually clear objects out of the Zope <p> This view allows you to manually clear objects out of the Zope
cache. </p> cache. </p>
<p> The <tt>Full Sweep</tt> button allows you to remove <p> The <tt>Full Sweep</tt> button allows you to remove
...@@ -11,5 +10,4 @@ ...@@ -11,5 +10,4 @@
object must have been accessed in order not to be deactivated by the flush object must have been accessed in order not to be deactivated by the flush
operation. The minimize operation differs from the full sweep in that it operation. The minimize operation differs from the full sweep in that it
removes all objects which are no longer referenced from the root, while the removes all objects which are no longer referenced from the root, while the
full sweep merely removes most objects. </p> full sweep merely removes most objects. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Database-Management.dtml">Database Management</a>&gt;Undo</h1>
<a href="../Database-Management.dtml">Database Management</a>&gt;Undo</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Undo.dtml">Folder&gt;Undo</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Undo.dtml">Folder&gt;Undo</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>File</h1>
<h1>File</h1> <p> Files allow you to store files in Zope. </p><dtml-var standard_html_footer>
<p> Files allow you to store files in Zope. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;Add</h1>
<a href="../File.dtml">File</a>&gt;Add</h1>
<p> This view allows you to create a new File. </p> <p> This view allows you to create a new File. </p>
<p> The <tt>Id</tt> field specifies the id of the file. The <p> The <tt>Id</tt> field specifies the id of the file. The
<tt>Title</tt> field allows you to specify the title of the file. <tt>Title</tt> field allows you to specify the title of the file.
Click the <tt>Browse...</tt> button to locate a file to upload. Click Click the <tt>Browse...</tt> button to locate a file to upload. Click
the <tt>Add</tt> button to create a new File.</p> the <tt>Add</tt> button to create a new File.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;Edit</h1>
<a href="../File.dtml">File</a>&gt;Edit</h1>
<p> This view allows you to manage the attributes of the file. </p> <p> This view allows you to manage the attributes of the file. </p>
<p> The <tt>Id</tt> field indicates the id of the file. The <p> The <tt>Id</tt> field indicates the id of the file. The
<tt>Title</tt> field allows you to specify the title of the file. The <tt>Title</tt> field allows you to specify the title of the file. The
...@@ -11,5 +10,4 @@ ...@@ -11,5 +10,4 @@
executed before the file is viewed or downloaded. If the precondition raises an executed before the file is viewed or downloaded. If the precondition raises an
exception then the file cannot be viewed. The <tt>Size</tt> field exception then the file cannot be viewed. The <tt>Size</tt> field
indicates the size of the uploaded file. The <tt>Last modified</tt> indicates the size of the uploaded file. The <tt>Last modified</tt>
field indicates the last time the file was changed. </p> field indicates the last time the file was changed. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;Properties</h1>
<a href="../File.dtml">File</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;Security</h1>
<a href="../File.dtml">File</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;Upload</h1>
<a href="../File.dtml">File</a>&gt;Upload</h1>
<p> This view allows you to upload a file. </p> <p> This view allows you to upload a file. </p>
<p> Use this view to completely replace the file with an uploaded file <p> Use this view to completely replace the file with an uploaded file
from your local computer. Click the <tt>Browse...</tt> button to from your local computer. Click the <tt>Browse...</tt> button to
locate a file to upload. Click the <tt>Change</tt> button to replace locate a file to upload. Click the <tt>Change</tt> button to replace
the file with the uploaded file. </p> the file with the uploaded file. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File.dtml">File</a>&gt;View</h1>
<a href="../File.dtml">File</a>&gt;View</h1>
<p> This view allows you to preview a file. </p> <p> This view allows you to preview a file. </p>
<p> Depending on how your browser is configured and the type of the <p> Depending on how your browser is configured and the type of the
file this may download the file to your local computer. </p> file this may download the file to your local computer. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Folder</h1>
<h1>Folder</h1>
<p>Folders allow you to organize Zope objects by grouping them together <p>Folders allow you to organize Zope objects by grouping them together
inside Folders. Folder contain other Zope objects including other inside Folders. Folder contain other Zope objects including other
Folders.</p> Folders.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Add</h1>
<a href="../Folder.dtml">Folder</a>&gt;Add</h1>
<p> This view allows you to add a new Folder.</p> <p> This view allows you to add a new Folder.</p>
<p>The <tt>Id</tt> field specifies the id of the Folder. The <p>The <tt>Id</tt> field specifies the id of the Folder. The
<tt>Title</tt> field allows you to specify the title of the Folder. <tt>Title</tt> field allows you to specify the title of the Folder.
...@@ -9,5 +8,4 @@ ...@@ -9,5 +8,4 @@
a default HTML representation. The <tt>Create user folder</tt> a default HTML representation. The <tt>Create user folder</tt>
checkbox creates a User Folder inside the Folder to hold authorization checkbox creates a User Folder inside the Folder to hold authorization
information for the Folder. Click the <tt>Add</tt> button to create a information for the Folder. Click the <tt>Add</tt> button to create a
new Folder. </p> new Folder. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Advanced Find</h1>
<a href="../Folder.dtml">Folder</a>&gt;Advanced Find</h1>
<p> This view allows you to search for Zope objects. </p> <p> This view allows you to search for Zope objects. </p>
<p> To find objects you specify search criteria in the top frame and <p> To find objects you specify search criteria in the top frame and
then click the <tt>Find</tt> button. The find results will appear in then click the <tt>Find</tt> button. The find results will appear in
...@@ -22,5 +21,4 @@ ...@@ -22,5 +21,4 @@
restrict found objects to those for which the selected roles have the selected restrict found objects to those for which the selected roles have the selected
permission. Finally you may choose to either the <tt>Search only in this permission. Finally you may choose to either the <tt>Search only in this
folder</tt> or the <tt>Search all subfolders</tt> radio box to folder</tt> or the <tt>Search all subfolders</tt> radio box to
control where Zope should look for found items. </p> control where Zope should look for found items. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Contents</h1>
<a href="../Folder.dtml">Folder</a>&gt;Contents</h1>
<p> This view displays the objects contained by the folder and allows <p> This view displays the objects contained by the folder and allows
you to add, delete and change them. </p> you to add, delete and change them. </p>
<p> Each contained object is displayed on a line. Each contained <p> Each contained object is displayed on a line. Each contained
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
rename, cut, copy, delete, and export. Some operations may not be visible if rename, cut, copy, delete, and export. Some operations may not be visible if
they are not allowed. </p> they are not allowed. </p>
<p> To change the id of an object select the object and click the <p> To change the id of an object select the object and click the
<tt>Rename</tt> button. See <a href="../Folder_Rename.dtml">Folder&gt;Rename</a>. </p> <tt>Rename</tt> button. See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Rename.dtml">Folder&gt;Rename</a>. </p>
<p> To move one or more objects select them and then click the <p> To move one or more objects select them and then click the
<tt>Cut</tt> button. The object(s) can now be moved to another <tt>Cut</tt> button. The object(s) can now be moved to another
location by navigating to another location and clicking the location by navigating to another location and clicking the
...@@ -29,11 +28,10 @@ ...@@ -29,11 +28,10 @@
<tt>Delete</tt> button. </p> <tt>Delete</tt> button. </p>
<p> To export an object from the Zope database select it and then <p> To export an object from the Zope database select it and then
click the <tt>Export</tt> button. See click the <tt>Export</tt> button. See
<a href="../Folder_Import-Export.dtml">Folder&gt;Import/Export</a>. </p> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Import-Export.dtml">Folder&gt;Import/Export</a>. </p>
<p> If you are currently working in a version, there will be a notice <p> If you are currently working in a version, there will be a notice
at the top of the list of objects indicating this. If there is a red diamond at the top of the list of objects indicating this. If there is a red diamond
following the name of an object this indicates that the object has been following the name of an object this indicates that the object has been
modified in the version you are currently working in. If there is a red diamond modified in the version you are currently working in. If there is a red diamond
with a lock after an object, this indicates the the object has been modified in with a lock after an object, this indicates the the object has been modified in
another version. </p> another version. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Find</h1>
<a href="../Folder.dtml">Folder</a>&gt;Find</h1>
<p> This view allows you to search for Zope objects. </p> <p> This view allows you to search for Zope objects. </p>
<p> To find objects you specify search criteria in the top frame and <p> To find objects you specify search criteria in the top frame and
then click the <tt>Find</tt> button. The find results will appear in then click the <tt>Find</tt> button. The find results will appear in
...@@ -15,5 +14,4 @@ ...@@ -15,5 +14,4 @@
and enter a DateTime string in the field to restrict found items by and enter a DateTime string in the field to restrict found items by
modification date. Finally you may choose to either the <tt>Search only in modification date. Finally you may choose to either the <tt>Search only in
this folder</tt> or the <tt>Search all subfolders</tt> radio box this folder</tt> or the <tt>Search all subfolders</tt> radio box
to control where Zope should look for found items. </p> to control where Zope should look for found items. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Import/Export</h1>
<a href="../Folder.dtml">Folder</a>&gt;Import/Export</h1>
<p> This view allows you to import and export objects from the Zope <p> This view allows you to import and export objects from the Zope
database. </p> database. </p>
<p> To export an object specify its id in the <tt>Export object <p> To export an object specify its id in the <tt>Export object
...@@ -15,5 +14,4 @@ ...@@ -15,5 +14,4 @@
file in the <tt>Import file name</tt> field and click the file in the <tt>Import file name</tt> field and click the
<tt>Import</tt> button. The import file should be located in the Zope <tt>Import</tt> button. The import file should be located in the Zope
import directory of the server on which Zope is running. import directory of the server on which Zope is running.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Local Roles</h1>
<a href="../Folder.dtml">Folder</a>&gt;Local Roles</h1>
<p> This view allows you to manage local roles. </p> <p> This view allows you to manage local roles. </p>
<p> To remove existing local roles select the local role setting(s) <p> To remove existing local roles select the local role setting(s)
and click the <tt>Remove</tt> button. You can edit a user's local and click the <tt>Remove</tt> button. You can edit a user's local
...@@ -8,5 +7,4 @@ ...@@ -8,5 +7,4 @@
<p> To add local role settings select the userid from the User <p> To add local role settings select the userid from the User
selection list, select the Role(s) from the Roles multiple selection list and selection list, select the Role(s) from the Roles multiple selection list and
click the <tt>Add</tt> button. This will create local roles for the click the <tt>Add</tt> button. This will create local roles for the
selected user with the selected role(s). </p> selected user with the selected role(s). </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Manage Permission</h1>
<a href="../Folder.dtml">Folder</a>&gt;Manage Permission</h1>
<p> This view allows you to assign roles to a permission. </p> <p> This view allows you to assign roles to a permission. </p>
<p> Select the roles you wish to assign to the named permission from <p> Select the roles you wish to assign to the named permission from
the multiple selection list and click the <tt>Change</tt> button. The the multiple selection list and click the <tt>Change</tt> button. The
<tt>Also use roles acquired from folders containing this object</tt> <tt>Also use roles acquired from folders containing this object</tt>
check box indicates whether or not to acquire permissions settings for the check box indicates whether or not to acquire permissions settings for the
named permission. </p> named permission. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Manage Permissions Acquisition</h1>
<a href="../Folder.dtml">Folder</a>&gt;Manage Permissions Acquisition</h1>
<p> This view allows you to manage security acquisition settings. <p> This view allows you to manage security acquisition settings.
</p> </p>
<p> Select the permissions which should acquire security settings from <p> Select the permissions which should acquire security settings from
the multiple selection list and click the <tt>Change</tt> button to the multiple selection list and click the <tt>Change</tt> button to
change the security acquisition settings. </p> change the security acquisition settings. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Manage Role</h1>
<a href="../Folder.dtml">Folder</a>&gt;Manage Role</h1>
<p> This view allows you to assign permissions to a role. </p> <p> This view allows you to assign permissions to a role. </p>
<p> Select the permissions you wish to assign to the named role from <p> Select the permissions you wish to assign to the named role from
the multiple selection list and click the <tt>Change</tt> button. the multiple selection list and click the <tt>Change</tt> button.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Manage User Local Roles</h1>
<a href="../Folder.dtml">Folder</a>&gt;Manage User Local Roles</h1>
<p> This view allows you to manage a user's local roles. </p> <p> This view allows you to manage a user's local roles. </p>
<p> Select the role(s) you wish to assign to the named user from the <p> Select the role(s) you wish to assign to the named user from the
<tt>Roles</tt> multiple selection list and click the <tt>Roles</tt> multiple selection list and click the
<tt>Change</tt> button to change the user's local roles. </p> <tt>Change</tt> button to change the user's local roles. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Properties</h1>
<a href="../Folder.dtml">Folder</a>&gt;Properties</h1>
<p> This view allows you to define properties on your folder. </p> <p> This view allows you to define properties on your folder. </p>
<p> Current properties are listed one per line. You can change the <p> Current properties are listed one per line. You can change the
value of existing properties by entering new values in the text entry field(s) value of existing properties by entering new values in the text entry field(s)
...@@ -75,5 +74,4 @@ ...@@ -75,5 +74,4 @@
<td>A list of strings selected by a selection list.</td> <td>A list of strings selected by a selection list.</td>
</tr> </tr>
</table> </table><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Rename</h1>
<a href="../Folder.dtml">Folder</a>&gt;Rename</h1>
<p> This view allows you to change the id of an object. </p> <p> This view allows you to change the id of an object. </p>
<p> Enter the new id in the text entry field. Click the <p> Enter the new id in the text entry field. Click the
<tt>OK</tt> button to rename the object. Click the <tt>OK</tt> button to rename the object. Click the
<tt>Cancel</tt> button to abort the rename operation. </p> <tt>Cancel</tt> button to abort the rename operation. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Security</h1>
<a href="../Folder.dtml">Folder</a>&gt;Security</h1>
<p> This view allows you to define security settings for this item. <p> This view allows you to define security settings for this item.
Security settings are defined in terms of roles and permissions. When a role is Security settings are defined in terms of roles and permissions. When a role is
assigned to a permission, users with the given role will be able to perform assigned to a permission, users with the given role will be able to perform
...@@ -23,5 +22,4 @@ ...@@ -23,5 +22,4 @@
clicking the <tt>Add Role</tt> button. You can delete any existing clicking the <tt>Add Role</tt> button. You can delete any existing
user defined roles by selecting them from the selection list under the user defined roles by selecting them from the selection list under the
<tt>User defined roles</tt> heading and clicking the <tt>Delete <tt>User defined roles</tt> heading and clicking the <tt>Delete
Role</tt> button. </p> Role</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;Undo</h1>
<a href="../Folder.dtml">Folder</a>&gt;Undo</h1>
<p> This view allows you to undo changes to Zope's database. </p> <p> This view allows you to undo changes to Zope's database. </p>
<p> Zope allows you to undo changes to its database. Changes are <p> Zope allows you to undo changes to its database. Changes are
defined in terms of transactions which group together related changes. Each defined in terms of transactions which group together related changes. Each
...@@ -10,5 +9,4 @@ ...@@ -10,5 +9,4 @@
checking the checkbox next to it and then click either of the checking the checkbox next to it and then click either of the
<tt>Undo</tt> buttons. To see earlier or later transactions click the <tt>Undo</tt> buttons. To see earlier or later transactions click the
<tt>Earlier Transactions</tt> or <tt>Later <tt>Earlier Transactions</tt> or <tt>Later
Transactions</tt> links a the bottom and top of the view. </p> Transactions</tt> links a the bottom and top of the view. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder.dtml">Folder</a>&gt;View</h1>
<a href="../Folder.dtml">Folder</a>&gt;View</h1>
<p> This view allows you to preview the public appearance of the <p> This view allows you to preview the public appearance of the
folder. </p> folder. </p>
<p> This view will only be available if the folder contains (or <p> This view will only be available if the folder contains (or
acquires) an index_html object. </p> acquires) an index_html object. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Image</h1>
<h1>Image</h1> <p> Images allow you to store image files in Zope.</p><dtml-var standard_html_footer>
<p> Images allow you to store image files in Zope.</p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;Add</h1>
<a href="../Image.dtml">Image</a>&gt;Add</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File_Add.dtml">File&gt;Add</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../File_Add.dtml">File&gt;Add</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;Edit</h1>
<a href="../Image.dtml">Image</a>&gt;Edit</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File_Edit.dtml">File&gt;Edit</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../File_Edit.dtml">File&gt;Edit</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;Properties</h1>
<a href="../Image.dtml">Image</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;Security</h1>
<a href="../Image.dtml">Image</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;Upload</h1>
<a href="../Image.dtml">Image</a>&gt;Upload</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/File_Upload.dtml">File&gt;Upload</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../File_Upload.dtml">File&gt;Upload</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Image.dtml">Image</a>&gt;View</h1>
<a href="../Image.dtml">Image</a>&gt;View</h1> <p> This view previews the image. </p><dtml-var standard_html_footer>
<p> This view previews the image. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Product Management</h1>
<h1>Product Management</h1> <p> The Product Management Folder contains the Zope Products. </p><dtml-var standard_html_footer>
<p> The Product Management Folder contains the Zope Products. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product-Management.dtml">Product Management</a>&gt;Contents</h1>
<a href="../Product-Management.dtml">Product Management</a>&gt;Contents</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Contents.dtml">Folder&gt;Contents</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Contents.dtml">Folder&gt;Contents</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product-Management.dtml">Product Management</a>&gt;Find</h1>
<a href="../Product-Management.dtml">Product Management</a>&gt;Find</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Find.dtml">Folder&gt;Find</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Find.dtml">Folder&gt;Find</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product-Management.dtml">Product Management</a>&gt;Properties</h1>
<a href="../Product-Management.dtml">Product Management</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product-Management.dtml">Product Management</a>&gt;Security</h1>
<a href="../Product-Management.dtml">Product Management</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product-Management.dtml">Product Management</a>&gt;Undo</h1>
<a href="../Product-Management.dtml">Product Management</a>&gt;Undo</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Undo.dtml">Folder&gt;Undo</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Undo.dtml">Folder&gt;Undo</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Product</h1>
<h1>Product</h1>
<p>Products allow you to extend Zope by create new type of addable Zope <p>Products allow you to extend Zope by create new type of addable Zope
objects.</p> objects.</p>
<p>A Product contains other objects including a Factory which allows you <p>A Product contains other objects including a Factory which allows you
to make your Product objects available via the Product add list. </p> to make your Product objects available via the Product add list. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Add</h1>
<a href="../Product.dtml">Product</a>&gt;Add</h1>
<p> This view allows you to create a new Product.</p> <p> This view allows you to create a new Product.</p>
<p> The <tt>Id</tt> field specifies the id of the Product. <p> The <tt>Id</tt> field specifies the id of the Product.
The <tt>Title</tt> field allows you to specify the title of the The <tt>Title</tt> field allows you to specify the title of the
Product. Click the <tt>Add</tt> button to create a new Product. Product. Click the <tt>Add</tt> button to create a new Product.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Contents</h1>
<a href="../Product.dtml">Product</a>&gt;Contents</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Contents.dtml">Folder&gt;Contents</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Contents.dtml">Folder&gt;Contents</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Define Permissions</h1>
<a href="../Product.dtml">Product</a>&gt;Define Permissions</h1> <p> XXX Remove view? </p><dtml-var standard_html_footer>
<p> XXX Remove view? </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Distribution</h1>
<a href="../Product.dtml">Product</a>&gt;Distribution</h1>
<p> This view allows you to create a distribution from a control panel <p> This view allows you to create a distribution from a control panel
product. </p> product. </p>
<p> A product distribution is a packaged version of a control panel <p> A product distribution is a packaged version of a control panel
...@@ -12,5 +11,4 @@ ...@@ -12,5 +11,4 @@
panel when the distribution is installed. Click <tt>Create a distribution panel when the distribution is installed. Click <tt>Create a distribution
archive</tt> to download the distribution file. The distribution file can archive</tt> to download the distribution file. The distribution file can
be installed in other Zopes by unzipping and untarring it inside the Zope be installed in other Zopes by unzipping and untarring it inside the Zope
directory. </p> directory. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Find</h1>
<a href="../Product.dtml">Product</a>&gt;Find</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Find.dtml">Folder&gt;Find</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Find.dtml">Folder&gt;Find</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Properties</h1>
<a href="../Product.dtml">Product</a>&gt;Properties</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Properties.dtml">Folder&gt;Properties</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Properties.dtml">Folder&gt;Properties</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Product.dtml">Product</a>&gt;Undo</h1>
<a href="../Product.dtml">Product</a>&gt;Undo</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Undo.dtml">Folder&gt;Undo</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Undo.dtml">Folder&gt;Undo</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>User Folder</h1>
<h1>User Folder</h1>
<p> User Folders allow you to define new Zope users.</p> <p> User Folders allow you to define new Zope users.</p>
<p>You can only have one User Folder per Folder. User Folders always <p>You can only have one User Folder per Folder. User Folders always
have <tt>acl_users</tt> as an id.</p> have <tt>acl_users</tt> as an id.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/User-Folder.dtml">User Folder</a>&gt;Add User</h1>
<a href="../User-Folder.dtml">User Folder</a>&gt;Add User</h1>
<p> This view allows you to define a new user. </p> <p> This view allows you to define a new user. </p>
<p> The <tt>Name</tt> field allows you to specify the userid <p> The <tt>Name</tt> field allows you to specify the userid
of the user. The <tt>Password</tt> field allows you to assign a of the user. The <tt>Password</tt> field allows you to assign a
...@@ -9,5 +8,4 @@ ...@@ -9,5 +8,4 @@
correct password. The <tt>Domains</tt> field allows you to restrict correct password. The <tt>Domains</tt> field allows you to restrict
Internet domains from which the user can log in. Domains should be separated by Internet domains from which the user can log in. Domains should be separated by
spaces. The <tt>Roles</tt> multiple selection list allows you to spaces. The <tt>Roles</tt> multiple selection list allows you to
specify the user's roles. </p> specify the user's roles. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/User-Folder.dtml">User Folder</a>&gt;Contents</h1>
<a href="../User-Folder.dtml">User Folder</a>&gt;Contents</h1>
<p> This view allows you to manage the users defined in a user folder. <p> This view allows you to manage the users defined in a user folder.
</p> </p>
<p> The currently defined users are listed one per line with a <p> The currently defined users are listed one per line with a
checkbox in front of each user. To edit a user click on its name link. To checkbox in front of each user. To edit a user click on its name link. To
delete one or more users click the checkboxes in front of the selected users delete one or more users click the checkboxes in front of the selected users
and click the <tt>Delete</tt> button. To add a new user click the and click the <tt>Delete</tt> button. To add a new user click the
<tt>Add...</tt> button. </p> <tt>Add...</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/User-Folder.dtml">User Folder</a>&gt;Edit User</h1>
<a href="../User-Folder.dtml">User Folder</a>&gt;Edit User</h1>
<p> This view allows you to edit a user. </p> <p> This view allows you to edit a user. </p>
<p> The <tt>Name</tt> field indicates the userid of the <p> The <tt>Name</tt> field indicates the userid of the
user. The <tt>Password</tt> field allows you to assign a password to user. The <tt>Password</tt> field allows you to assign a password to
...@@ -9,5 +8,4 @@ ...@@ -9,5 +8,4 @@
<tt>Domains</tt> field allows you to restrict Internet domains from <tt>Domains</tt> field allows you to restrict Internet domains from
which the user can log in. Domains should be separated by spaces. The which the user can log in. Domains should be separated by spaces. The
<tt>Roles</tt> multiple selection list allows you to specify the <tt>Roles</tt> multiple selection list allows you to specify the
user's roles. </p> user's roles. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/User-Folder.dtml">User Folder</a>&gt;Security</h1>
<a href="../User-Folder.dtml">User Folder</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/User-Folder.dtml">User Folder</a>&gt;Undo</h1>
<a href="../User-Folder.dtml">User Folder</a>&gt;Undo</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Undo.dtml">Folder&gt;Undo</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Undo.dtml">Folder&gt;Undo</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Version Management</h1>
<h1>Version Management</h1>
<p> Version Management allows you to control Zope Versions for a central <p> Version Management allows you to control Zope Versions for a central
location.</p> location.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version-Management.dtml">Version Management</a>&gt;Version</h1>
<a href="../Version-Management.dtml">Version Management</a>&gt;Version</h1>
<p> This view allows you to manage active versions. </p> <p> This view allows you to manage active versions. </p>
<p> Currently active versions are listed one per line with a checkbox <p> Currently active versions are listed one per line with a checkbox
in front of each version. To commit or discard changes made in one or more in front of each version. To commit or discard changes made in one or more
versions check the checkboxes in front of the selected versions and then click versions check the checkboxes in front of the selected versions and then click
the <tt>Save</tt> button to save the changes in the selected the <tt>Save</tt> button to save the changes in the selected
version(s) or click the <tt>Discard</tt> button to discard changes in version(s) or click the <tt>Discard</tt> button to discard changes in
the selected version(s). </p> the selected version(s). </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Version</h1>
<h1>Version</h1>
<p> A Version allows you to make changes to Zope in a private <p> A Version allows you to make changes to Zope in a private
session.</p> session.</p>
<p>After you review the changes you can discard them or make them live. <p>After you review the changes you can discard them or make them live.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version.dtml">Version</a>&gt;Add</h1>
<a href="../Version.dtml">Version</a>&gt;Add</h1>
<p>This view allows you to create a new Version.</p> <p>This view allows you to create a new Version.</p>
<p> The <tt>Id</tt> field specifies the id of the Verson. <p> The <tt>Id</tt> field specifies the id of the Verson.
The <tt>Title</tt> field allows you to specify the title of the The <tt>Title</tt> field allows you to specify the title of the
Version. Click the <tt>Add</tt> button to create a new Version. Version. Click the <tt>Add</tt> button to create a new Version.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version.dtml">Version</a>&gt;Join/Leave</h1>
<a href="../Version.dtml">Version</a>&gt;Join/Leave</h1>
<p> This view allows you to start and stop working in a private <p> This view allows you to start and stop working in a private
version. When you are working in a version all changes you make will be hidden version. When you are working in a version all changes you make will be hidden
from other users. You may join and leave a session as many times as necessary from other users. You may join and leave a session as many times as necessary
until you are ready to commit the version or discard it. </p> until you are ready to commit the version or discard it. </p>
<p> The <tt>Start Working in</tt> button allows you to join <p> The <tt>Start Working in</tt> button allows you to join
the version. The <tt>Quit Working in</tt> button allows you to leave the version. The <tt>Quit Working in</tt> button allows you to leave
the version. </p> the version. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version.dtml">Version</a>&gt;Properties</h1>
<a href="../Version.dtml">Version</a>&gt;Properties</h1>
<p> This view allows you to edit the title of the version. </p> <p> This view allows you to edit the title of the version. </p>
<p> To change the title of the version enter the new title in the text <p> To change the title of the version enter the new title in the text
entry field and click the <tt>Edit</tt> button. </p> entry field and click the <tt>Edit</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version.dtml">Version</a>&gt;Save/Discard</h1>
<a href="../Version.dtml">Version</a>&gt;Save/Discard</h1>
<p> This view allows you to either commit or discard changes made in <p> This view allows you to either commit or discard changes made in
this version. </p> this version. </p>
<p> The <tt>save</tt> button commits the changes made in the <p> The <tt>save</tt> button commits the changes made in the
version and makes them publicly visible. The <tt>discard</tt> button version and makes them publicly visible. The <tt>discard</tt> button
removes the changes made in the version. The text entry field is available to removes the changes made in the version. The text entry field is available to
enter a comment regarding the version when saving or discarding the version. enter a comment regarding the version when saving or discarding the version.
</p> </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Version.dtml">Version</a>&gt;Security</h1>
<a href="../Version.dtml">Version</a>&gt;Security</h1> <p> See <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Folder_Security.dtml">Folder&gt;Security</a>. </p><dtml-var standard_html_footer>
<p> See <a href="../Folder_Security.dtml">Folder&gt;Security</a>. </p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>Z Search Interface</h1>
<h1>Z Search Interface</h1>
<p>A Search Interface allows you to search Zope databases.</p> <p>A Search Interface allows you to search Zope databases.</p>
<p> The Search Interface will create a search-input form and a report <p> The Search Interface will create a search-input form and a report
for displaying the search results. </p> for displaying the search results. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/Z-Search-Interface.dtml">Z Search Interface</a>&gt;Add</h1>
<a href="../Z-Search-Interface.dtml">Z Search Interface</a>&gt;Add</h1>
<p> This view allows you to create new a search results document and <p> This view allows you to create new a search results document and
optionally a search input form.</p> optionally a search input form.</p>
<p>The <tt>Select one or more seachable objects</tt> <p>The <tt>Select one or more seachable objects</tt>
...@@ -13,5 +12,4 @@ ...@@ -13,5 +12,4 @@
<p>If you wish to create a search input form, specify an id in the <p>If you wish to create a search input form, specify an id in the
<tt>Seach Input Id</tt> field. The <tt>Search Input <tt>Seach Input Id</tt> field. The <tt>Search Input
Title</tt> field allows you to indicated the tile of the search input Title</tt> field allows you to indicated the tile of the search input
form.</p> form.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>ZClass</h1>
<h1>ZClass</h1> <p> ZClasses allow you to define new types of Zope objects.</p><dtml-var standard_html_footer>
<p> ZClasses allow you to define new types of Zope objects.</p> \ No newline at end of file
<dtml-var standard_html_footer>
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/ZClass.dtml">ZClass</a>&gt;Add</h1>
<a href="../ZClass.dtml">ZClass</a>&gt;Add</h1>
<p>This view allows you to create a new ZClass. </p> <p>This view allows you to create a new ZClass. </p>
<p>The <tt>Id</tt> field specifies the id of the new ZClass. <p>The <tt>Id</tt> field specifies the id of the new ZClass.
The <tt>Title</tt> field allows you to specify the title of the The <tt>Title</tt> field allows you to specify the title of the
ZClass. The <tt>Meta type</tt> field specifies the name of the ZClass ZClass. The <tt>Meta type</tt> field specifies the name of the ZClass
as it will appear in the product add list. The Create constructor objects as it will appear in the product add list. The <tt>Create constructor
checkbox specifies whether or not to create the necessary objects to construct objects</tt> checkbox specifies whether or not to create the necessary
new ZClass instances. If checked it will create a new Zope Permission, Zope objects to construct new ZClass instances. If checked it will create a new Zope
Factory, add method and add form.</p> Permission, Zope Factory, add method and add form. </p>
<p>The <tt>base classes</tt> selections allows you to <p>The <tt>base classes</tt> selections allows you to
specify base classes for your ZClass. To add a base class select it from the specify base classes for your ZClass. To add a base class select it from the
<tt>Unselected</tt> list and click the right arrow button. The base <tt>Unselected</tt> list and click the right arrow button. The base
class should be added to the selected list. To remove a base class select it class should be added to the selected list. To remove a base class select it
from the <tt>Selected</tt> list and click the left arrow from the <tt>Selected</tt> list and click the left arrow button. The
button.</p> names of base classes are divided into two parts seperated by a colon
indicating the product name and the class name of the base class. The
<tt>Include standard Zope persistent object base classes</tt>
checkbox specifies whether or not your ZClass should subclass Zope persistence
classes and thereby act as a normal persistent object.</p>
<p>Click the <tt>Add</tt> button to create a new <p>Click the <tt>Add</tt> button to create a new
ZClass.</p> ZClass.</p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/ZClass.dtml">ZClass</a>&gt;Basic</h1>
<a href="../ZClass.dtml">ZClass</a>&gt;Basic</h1>
<p> This view allows you to manage the basic attributes of a ZClass. <p> This view allows you to manage the basic attributes of a ZClass.
</p> </p>
<p> The <tt>Base classes</tt> field indicates the base <p> The <tt>Base classes</tt> field indicates the base
...@@ -13,5 +12,4 @@ ...@@ -13,5 +12,4 @@
file to sever as the ZClass's icon. The uploaded image file should be a 16x16 file to sever as the ZClass's icon. The uploaded image file should be a 16x16
pixel GIF file. To locate an image file to upload click the pixel GIF file. To locate an image file to upload click the
<tt>Browse</tt> button. To commit your changes to the ZClass click <tt>Browse</tt> button. To commit your changes to the ZClass click
the <tt>Change</tt> button. </p> the <tt>Change</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
<dtml-var standard_html_header> <dtml-var standard_html_header><h1>
<h1> <a href="<dtml-var SCRIPT_NAME>/Control_Panel/Products/OFSP/Help/ZClass.dtml">ZClass</a>&gt;Define Permissions</h1>
<a href="../ZClass.dtml">ZClass</a>&gt;Define Permissions</h1>
<p> This view allows you to map permissions on an object to define <p> This view allows you to map permissions on an object to define
security settings when it is used as a method. </p> security settings when it is used as a method. </p>
<p> In general you should map the <tt>View</tt> permission <p> In general you should map the <tt>View</tt> permission
...@@ -10,5 +9,4 @@ ...@@ -10,5 +9,4 @@
used by the ZClass factory. </p> used by the ZClass factory. </p>
<p> To manage the permissions mapping, select the target permission <p> To manage the permissions mapping, select the target permission
from the select list for each permission that you wish to map and then click from the select list for each permission that you wish to map and then click
the <tt>Change</tt> button. </p> the <tt>Change</tt> button. </p><dtml-var standard_html_footer>
<dtml-var standard_html_footer> \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment