22 Sep
2001
22 Sep
'01
3:47 a.m.
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