[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS - ofs.zcml:1.1.2.12.6.1
Stephan Richter
srichter@cbu.edu
Tue, 9 Apr 2002 20:23:31 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS
In directory cvs.zope.org:/tmp/cvs-serv17043/lib/python/Zope/App/OFS
Modified Files:
Tag: Zope3-Server-Branch
ofs.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/App/OFS/ofs.zcml 1.1.2.12 => 1.1.2.12.6.1 ===
xmlns:browser='http://namespaces.zope.org/browser'
xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
+ xmlns:vfs='http://namespaces.zope.org/vfs'
>
<include package=".Services" file="services.zcml" />
@@ -21,6 +22,10 @@
factory=".Container.ContainerTraverser." />
<xmlrpc:view name="_traverse"
+ for=".Container.IContainer."
+ factory=".Container.ContainerTraverser." />
+
+<vfs:view name="_traverse"
for=".Container.IContainer."
factory=".Container.ContainerTraverser." />