[Zope] Zope (external) methods to access a local news server?

Adam Warner lists@consulting.net.nz
22 Sep 2001 15:47:41 +1200


On Sat, 2001-09-22 at 00:32, Adam Warner wrote:
> Hi all,
> 
> I wonder if anyone knows of work/code to display posts from a local news
> server (inn2) within a web browser using Zope (Python external methods)?
> I thought it would be good to check before I possibly (and very slowly)
> reinvented the wheel.

Python has an NNTP module, which should be a great help for creating the
external methods:

http://www.python.org/doc/current/lib/module-nntplib.html

This means a third party application kludge shouldn't be necessary.

Regards,
Adam