[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File/Views - views.zcml:1.1.2.1.6.1
Stephan Richter
srichter@cbu.edu
Wed, 10 Apr 2002 05:31:24 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File/Views
In directory cvs.zope.org:/tmp/cvs-serv23463/lib/python/Zope/App/OFS/Content/File/Views
Modified Files:
Tag: Zope3-Server-Branch
views.zcml
Log Message:
Okay, it finally works! We have a Publisher FTP server again. All the basic
functionalitry is there, from dir listing, file transfer to security.
I punted for now on recognizing file endings, since Jim wants to write a
proposal for that next week. Also, I did not solve the statistical file
information problem, since this takes some more research.
=== Zope3/lib/python/Zope/App/OFS/Content/File/Views/views.zcml 1.1.2.1 => 1.1.2.1.6.1 ===
- xmlns='http://namespaces.zope.org/zope'
->
-
- <include package=".Browser" file="browser.zcml" />
- <include package=".XUL" file="xul.zcml" />
-
-</zopeConfigure>
\ No newline at end of file
+<zopeConfigure
+ xmlns='http://namespaces.zope.org/zope'
+>
+
+ <include package=".Browser" file="browser.zcml" />
+ <include package=".XUL" file="xul.zcml" />
+ <include package=".VFS" file="vfs.zcml" />
+
+</zopeConfigure>