[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.3

Fred L. Drake, Jr. fred@zope.com
Thu, 20 Mar 2003 18:13:30 -0500


Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv29338/skel/etc

Modified Files:
	zope.conf.in 
Log Message:
Allow a site admin to specify additional directories for products as part of
the Zope configuration file.  There is no magical search for
INSTANCE_HOME/Products; it is included as part of the instance skeleton,
but can be controlled simply changing the configuration.


=== Zope/skel/etc/zope.conf.in 1.2 => 1.3 ===
--- Zope/skel/etc/zope.conf.in:1.2	Tue Mar 18 16:22:04 2003
+++ Zope/skel/etc/zope.conf.in	Thu Mar 20 18:13:00 2003
@@ -43,6 +43,23 @@
 #    clienthome /home/chrism/projects/sessions/var
 
 
+# Directive: products
+#
+# Description:
+#     Name of a directory that contains product packages.  This
+#     directive may be used as many times as needed to add additional
+#     collections of products.  Each directory identified will be
+#     added to the __path__ of the Products package.
+#
+# Default: (none)
+#
+# Example:
+#
+#    products /home/chrism/projects/myproducts
+
+products $INSTANCE/Products
+
+
 # Directive: debug-mode
 #
 # Description: