[Zope-CVS] CVS: Packages/SFTPGateway/src/sftpgateway - schema.xml:1.6

Fred L. Drake, Jr. fred at zope.com
Mon Jan 5 13:53:23 EST 2004


Update of /cvs-repository/Packages/SFTPGateway/src/sftpgateway
In directory cvs.zope.org:/tmp/cvs-serv19867

Modified Files:
	schema.xml 
Log Message:
- add more documentation
- add a section to support the daemonizer


=== Packages/SFTPGateway/src/sftpgateway/schema.xml 1.5 => 1.6 ===
--- Packages/SFTPGateway/src/sftpgateway/schema.xml:1.5	Fri Jan  2 18:30:20 2004
+++ Packages/SFTPGateway/src/sftpgateway/schema.xml	Mon Jan  5 13:53:23 2004
@@ -1,18 +1,42 @@
 <schema>
+  <description>
+    Configuration files using this schema are used the configure the
+    SFTP Gateway product.
+  </description>
 
   <import package="ZConfig.components.logger"/>
   <import package="sftpgateway"/>
+  <import package="zdaemon"/>
 
   <section name="*"
            type="sftp-gateway"
            attribute="gateway"
-           required="yes"
-           />
+           required="yes">
+    <description>
+      Configuration specific to the SFTP Gateway.
+    </description>
+  </section>
 
   <section name="*"
            type="ZConfig.logger.log"
-           attribute="eventlog"
-           />
+           attribute="eventlog">
+    <description>
+      Logging configuration.  This is for a standard Zope Corporation
+      logger component.  It will be shared with the daemonizer if that
+      section does not define its own logger (see the "runner"
+      section).
+    </description>
+  </section>
+
+  <section name="*"
+           type="runner"
+           attribute="runner">
+    <description>
+      Configuration to support running SFTP Gateway using the
+      daemonizer.  Refer to the zdctl/zdrun documentation for more
+      information about this section.
+    </description>
+  </section>
 
   <multikey name="path"
             datatype="string">




More information about the Zope-CVS mailing list