[Zope-Checkins] CVS: Zope/lib/python/Controller - directives.xml:1.1.2.3
Chris McDonough
chrism@zope.com
Tue, 26 Nov 2002 21:43:11 -0500
Update of /cvs-repository/Zope/lib/python/Controller
In directory cvs.zope.org:/tmp/cvs-serv20403
Modified Files:
Tag: chrism-install-branch
directives.xml
Log Message:
Filled in some configuration element descriptions.
=== Zope/lib/python/Controller/directives.xml 1.1.2.2 => 1.1.2.3 === (598/698 lines abridged)
--- Zope/lib/python/Controller/directives.xml:1.1.2.2 Mon Nov 25 02:39:37 2002
+++ Zope/lib/python/Controller/directives.xml Tue Nov 26 21:43:11 2002
@@ -1,133 +1,627 @@
<schema name="Zope" class=".root" prefix="Controller.schemaclasses">
- <description>This is the default Zope configuration file. The default
- Zope configuration file shows what the default configuration directives
- are, and shows examples for each directive. To declare a directive, make
- sure that you add it to a line that does not begin with '#'.</description>
+
+ <description>
+ This is the default Zope configuration file. The default
+ Zope configuration file shows what the default configuration directives
+ are, and shows examples for each directive. To declare a directive, make
+ sure that you add it to a line that does not begin with '#'.
+ </description>
+
<key name="zope_home" class=".zope_home">
- <description>The 'top-level' Zope software directory (home of the Zserver
- directory, the doc directory, the utilities directory, etc.)</description>
+ <description>
+ The 'top-level' Zope software directory (home of the Zserver
+ directory, the doc directory, the utilities directory, etc.)
+ </description>
<metadefault>None</metadefault>
<example>/home/chrism/software/Trunk</example>
</key>
- <key name="instance_home" class=".instance_home"/>
- <key name="software_home" class=".software_home"/>
- <key name="client_home" class=".client_home"/>
- <key name="debug_mode" class=".debug_mode"/>
- <key name="effective_user" class=".effective_user"/>
+
+ <key name="instance_home" class=".instance_home">
+ <description>
+ The path to the data files, local product files, import directory,
+ and Extensions directory used by Zope.
+ </description>
+ <metadefault>
+ None
+ </metadefault>
+ <example>
+ /home/chrism/projects/sessions
+ </example>
+ </key>
+
+ <key name="software_home" class=".software_home">
+ <description>
+ The path to the majority of the Python software files used by
+ Zope. One software_home can support many instance_homes.
+ </description>
[-=- -=- -=- 598 lines omitted -=- -=- -=-]
+ <example></example>
+ </key>
+
+ <key name="db_class" class=".db_class">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="cache_size" class=".cache_size">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="pool_size" class=".pool_size">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="cache_deactivate_after" class=".cache_deactivate_after">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="version_pool_size" class=".version_pool_size">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="version_cache_size" class=".version_cache_size">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
+ <key name="version_cache_deactivate_after"
+ class=".version_cache_deactivate_after">
+ <description></description>
+ <metadefault></metadefault>
+ <example></example>
+ </key>
+
</section>
+
</schema>