Papercut NNTP Server 0.9.13 review

Download
by rbytes.net on

Papercut NNTP Server is a news server written in 100% pure Python

License: BSD License
File size: 159K
Developer: Joao Prado Maia
0 stars award from rbytes.net

Papercut NNTP Server is a news server written in 100% pure Python. It is intended to be
extensible to the point where people can develop their own plug-ins and by that integrate the NNTP protocol to their applications.

The server is compliant with most of the RFC0977 standards (when they make sense and are needed) and implements a lot of RFC1036 and RFC2980 extensions to the NNTP protocol. It was tested against Netscape News, Mozilla News and tin (under Solaris) and it works properly.

The original need for this server was to integrate my PHP related web site forums with an NNTP gateway interface, so people could list and read the messages posted to the forums on their favorite News reader.

At first it wasn't intended to support message posting, but it made sense to allow it after seeing how effective the tool was.

The concept of storage modules was created exactly for this. I would create a Python
class to handle the inner-workins of Phorum and MySQL and if I ever wanted to integrate the server with another type of software, I would just need to write a new storage module class.

Anyway, back to the technical praise. Papercut NNTP Server forking-based on UNIX platforms and should be reasonably fast (that means basically: 'it's pretty fast, but don't try serving 1000 connection at a time).

The best thing about the application is that it is very simple to extend it.

Requirements:
Python 2.2 (it needs the email module to parse MIME based messages)
Database server
The Phorum backend needs MySQL or PostgreSQL as the storage driver)
MySQLdb python module
pyPgSQL python module
The phpBB backend needs MySQL
MySQLdb python module
There are other storage modules, seek the source for details on those
Permission to add a new column to one of the Phorum tables

Papercut NNTP Server 0.9.13 keywords