Zope (external) methods to access a local news server?
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. If anyone has good ideas how to achieve this I'd appreciate it. I thought I'd look for a command-line newsreader that I can get to, say, pipe the latest 10 posts to a text file (I'm only familar with GUI clients like Pan). I would then upload the data to the zope server which would format it for display. I did find this proposal: http://dev.zope.org/Wikis/DevSite/Proposals/NNTPServer Many thanks, Adam
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
participants (1)
-
Adam Warner