[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - Publish.py:1.1.2.16.2.1 publisher-meta.zcml:1.1.4.1.6.1

Stephan Richter srichter@cbu.edu
Thu, 4 Apr 2002 06:45:21 -0500


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

Modified Files:
      Tag: Zope3-Server-Branch
	Publish.py publisher-meta.zcml 
Log Message:
Worked some more on FTP, especially in regards with the Publisher.

- Finally we can get rid of the medusa base. I think I have extracted all
  of the interesting code.

- Started on a PublisherFileSystem. A few methods might work, but most of 
  the FS methods are not hooked up yet.

- Started writing VFS Publisher hooks.

- Added the FTPServer to the startup registry. It comes up, but do not 
  expect it to work, since no views have been written for VFS yet.


=== Zope3/lib/python/Zope/Publisher/Publish.py 1.1.2.16 => 1.1.2.16.2.1 ===
 # 
 ##############################################################################
-__doc__="""Python Object Publisher -- Publish Python objects on web servers
+"""
+Python Object Publisher -- Publish Python objects on web servers
+
+$Id$
+"""
 
-$Id$"""
-__version__='$Revision$'[11:-2]
 
 import sys, os
 from Exceptions import Retry


=== Zope3/lib/python/Zope/Publisher/publisher-meta.zcml 1.1.4.1 => 1.1.4.1.6.1 ===
   <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" />
 
 </zopeConfigure>