Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
c9789aa9
Commit
c9789aa9
authored
Dec 13, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added oneline help content for ZCatalog.
parent
31307807
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
83 additions
and
0 deletions
+83
-0
lib/python/Products/ZCatalog/help/ZCatalog.dtml
lib/python/Products/ZCatalog/help/ZCatalog.dtml
+4
-0
lib/python/Products/ZCatalog/help/ZCatalog_Add.dtml
lib/python/Products/ZCatalog/help/ZCatalog_Add.dtml
+9
-0
lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.dtml
...on/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.dtml
+15
-0
lib/python/Products/ZCatalog/help/ZCatalog_Contents.dtml
lib/python/Products/ZCatalog/help/ZCatalog_Contents.dtml
+5
-0
lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.dtml
...oducts/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.dtml
+8
-0
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.dtml
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.dtml
+16
-0
lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.dtml
...ython/Products/ZCatalog/help/ZCatalog_MetaData-Table.dtml
+11
-0
lib/python/Products/ZCatalog/help/ZCatalog_Status.dtml
lib/python/Products/ZCatalog/help/ZCatalog_Status.dtml
+15
-0
No files found.
lib/python/Products/ZCatalog/help/ZCatalog.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>ZCatalog</h1>
<p>ZCatalogs allow you to index and search for Zope objects.</p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Add.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Add</h1>
<p>This view allows you to create a new ZCatalog.</p>
<p>The <tt>Id</tt> field specifies the id of the ZCatalog.
The <tt>Title</tt> field allows you to specify the title of the
ZCatalog. Click the <tt>Add</tt> button to create a new
ZCatalog.</p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Cataloged Objects</h1>
<p> This view allows you to manage catalog entries. </p>
<p> The catalog holds records which refer to Zope objects. If the
catalog currently contains records they will be listed in this view. </p>
<p> You can update all the records by clicking the <tt>Update
Catalog</tt> button. You can remove all the records by clicking the
<tt>Clear Catalog</tt> button. To update or remove individual
records, check the checkboxes next to the selected record(s) and then click the
either of the <tt>Update</tt> buttons to update the record(s) or
click either of the <tt>Remove</tt> buttons to remove the record(s).
You can examine individual catalog records by clicking on the record name
links. </p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Contents.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Contents</h1>
<p> See <a href="../Folder_Contents.dtml">Folder>Contents</a>. </p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Find Items to ZCatalog</h1>
<p> This view allows you to add records to the catalog. </p>
<p> This view operates like a normal find view (see
<a href="../Folder_Find.dtml">Folder>Find</a>) to locate objects for cataloging. Objects which
match the find criteria will be added to the catalog. </p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Indexes</h1>
<p> This view allows you to manage the catalog indexes. </p>
<p> The catalog provides searching by indexing information about
cataloged objects. Indexes record information about object attributes. </p>
<p> To delete one or more index select the index(es) by checking the
checkbox in front of the index(es) and then click the <tt>Delete</tt>
button. To add a new index specify the name of the attribute or method that the
index in the text field, select the index type from the selection list, and
then click <tt>Add</tt>. <tt>TextIndexes</tt> are
appropriate for full text attributes, <tt>KeywordIndexes</tt> are
appropriate for attributes which return lists, and
<tt>FieldIndexes</tt> are appropriate for attributes which return
simple values. </p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>MetaData Table</h1>
<p> This view allows you to manage the catalog record schema. </p>
<p> The catalog holds records which describe the cataloged objects.
This view allows you to define columns for these records. </p>
<p> To delete one or more column select the column(s) by checking the
checkbox in front of the column(s) and then click the <tt>Delete</tt>
button. To add a new column specify the name of the attribute or method that
the column in the text field and then click <tt>Add</tt>. </p>
<dtml-var standard_html_footer>
lib/python/Products/ZCatalog/help/ZCatalog_Status.dtml
0 → 100644
View file @
c9789aa9
<dtml-var standard_html_header>
<h1>
<a href="../ZCatalog.dtml">ZCatalog</a>>Status</h1>
<p> This view allows you to control advanced catalog features. </p>
<p> Subtransactions reduce the memory requirements of ZCatalog, but at
the expense of speed. If you choose to enable subtransactions, you can adjust
how often ZCatalog commits a subtransactions by adjusting the threshold. The
index status reports how many objects are cataloged in each index. </p>
<p> If substransactions are disabled you can enable them by clicking
the <tt>Enable</tt> button. If subtransactions are enabled you can
disable them by clicking the <tt>Disable</tt> button. If
subtransactions are enabled you can set the subtransaction threshold by
specifying the threshold in the text field and clicking the
<tt>Change</tt> button. </p>
<dtml-var standard_html_footer>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment