[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - publisher-meta.zcml:1.1.4.1.6.3

Stephan Richter srichter@cbu.edu
Tue, 9 Apr 2002 20:23:33 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv17043/lib/python/Zope/Publisher

Modified Files:
      Tag: Zope3-Server-Branch
	publisher-meta.zcml 
Log Message:
This check-in makes the Publisher FTP Server finally work. Yipee!
Everything worked out much better than I hope and my protyping turned out
to be an overkill. Now it is time to clean up some things and complete the
code. Things that need to be done:

1. Finish File view, so that read and write can be supported.
2. Implement security. Right now it allows any username/password pair.
3. Fix bugs and remove debugging statements.
4. Write tests.


=== Zope3/lib/python/Zope/Publisher/publisher-meta.zcml 1.1.4.1.6.2 => 1.1.4.1.6.3 ===
 >
 
-  <include package="Zope.Publisher.Browser" file="browser-meta.zcml" />
-  <include package="Zope.Publisher.XMLRPC" file="xmlrpc-meta.zcml" />
-  <!--include package="Zope.Publisher.SOAP" file="soap-meta.zcml" /-->
-  <!--include package="Zope.Publisher.VFS" file="vfs-meta.zcml" /-->
+  <include package=".Browser" file="browser-meta.zcml" />
+  <include package=".XMLRPC" file="xmlrpc-meta.zcml" />
+  <!--include package=".SOAP" file="soap-meta.zcml" /-->
+  <include package=".VFS" file="vfs-meta.zcml" />
 
 </zopeConfigure>