[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/medusa - .testinfo:NONE ANNOUNCE.txt:NONE ANNOUNCE_970922.txt:NONE INSTALL.txt:NONE Makefile:NONE __init__.py:NONE asynchat.py:NONE auth_handler.py:NONE chat_server.py:NONE continuation.py:NONE counter.py:NONE default_handler.py:NONE event_loop.py:NONE fifo.py:NONE filesys.py:NONE ftp_server.py:NONE http_bobo.py:NONE http_date.py:NONE http_server.py:NONE logger.py:NONE m_syslog.py:NONE medusa.html:NONE medusa_gif.py:NONE mime_type_table.py:NONE monitor.py:NONE monitor_client.py:NONE monitor_client_win32.py:NONE out:NONE producers.py:NONE put_handler.py:NONE redirecting_handler.py:NONE resolver.py:NONE rpc_client.py:NONE rpc_server.py:NONE script_handler.py:NONE start_medusa.py:NONE status_handler.py:NONE unix_user_handler.py:NONE virtual_handler.py:NONE xmlrpc_handler.py:NONE

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


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

Removed Files:
      Tag: Zope3-Server-Branch
	.testinfo ANNOUNCE.txt ANNOUNCE_970922.txt INSTALL.txt 
	Makefile __init__.py asynchat.py auth_handler.py 
	chat_server.py continuation.py counter.py default_handler.py 
	event_loop.py fifo.py filesys.py ftp_server.py http_bobo.py 
	http_date.py http_server.py logger.py m_syslog.py medusa.html 
	medusa_gif.py mime_type_table.py monitor.py monitor_client.py 
	monitor_client_win32.py out producers.py put_handler.py 
	redirecting_handler.py resolver.py rpc_client.py rpc_server.py 
	script_handler.py start_medusa.py status_handler.py 
	unix_user_handler.py virtual_handler.py xmlrpc_handler.py 
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.

=== Removed File Zope3/lib/python/Zope/Server/medusa/.testinfo ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/ANNOUNCE.txt ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/ANNOUNCE_970922.txt ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/INSTALL.txt ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/Makefile ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/__init__.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/asynchat.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/auth_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/chat_server.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/continuation.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/counter.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/default_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/event_loop.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/fifo.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/filesys.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/ftp_server.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/http_bobo.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/http_date.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/http_server.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/logger.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/m_syslog.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/medusa.html ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/medusa_gif.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/mime_type_table.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/monitor.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/monitor_client.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/monitor_client_win32.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/out ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/producers.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/put_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/redirecting_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/resolver.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/rpc_client.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/rpc_server.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/script_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/start_medusa.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/status_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/unix_user_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/virtual_handler.py ===

=== Removed File Zope3/lib/python/Zope/Server/medusa/xmlrpc_handler.py ===