Re: [Zope] Gopher from Zope

2000-12-14 Thread Tres Seaver

"Dario Lopez-Kästen" [EMAIL PROTECTED] wrote:
 
 I wanna serve gopher:// from Zope :-)
 
 Is it possible?  Don't need answers like "but gopher is old, ugly, etc", "we
 will loose all fomatting, etc", etc.

ZServer (aka medusa) is protocol agnostic;  I would look at the
Request/Responses there, plus their equivalents in
lib/python/ZPublisher, and try to fold in Python's gopherlib
module with them (check out ZServer/medusa/http_server.py, as well).
 
 Thanks,
 
 /dario :))
 
 read all about it:
 gopher://gopher.heatdeath.org/00/the%20gopher%20manifesto.txt

Tres.
-- 
===
Tres Seaver[EMAIL PROTECTED]
Digital Creations "Zope Dealers"   http://www.zope.org

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gopher from Zope

2000-12-13 Thread Oleg Broytmann

On Wed, 13 Dec 2000, Dario Lopez-Kästen wrote:
 I wanna serve gopher:// from Zope :-)

 Is it possible?

   It is possible, but no so simple. How would you map gopher menues to
Zope objects?

   On the positive side - thanks Zope for your component-based
architecture. You just need to write GopherServer.py; see HTTPServer.py,
PCGIServer.py in ZServer subdirectory.

Oleg.

 Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )