[Zope] Gopher from Zope
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Wed, 13 Dec 2000 15:40:33 +0300 (MSK)
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/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.