1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: papercut
Section: news
Priority: optional
Maintainer: Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>
Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3)
Build-Depends-Indep: python, xsltproc, docbook-xsl
Standards-Version: 3.7.2
XS-Python-Version: current
Package: papercut
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Recommends: python-mysqldb, python-pgsql
Suggests: phpbb2, mysql-server
Description: simple and extensible NNTP server
Papercut is a simple NNTP server. Its main objective is to integrate existing
web based message board software with an Usenet front-end.
.
However, using Python, new article containers can be added to store and
retrieve messages from various source and formats.
.
This package contains the following storage classes:
- Phorum web bulletin board (on MySQL or PostgreSQL),
- phpBB web bulletin board,
- PHPNuke/NukeBB web bulletin board,
- proxying another NNTP server,
- simple MySQL database,
- maildirs,
- mboxes.
.
Please note that Papercut is only a NNTP server, not a full-featured news
transport system. It does not handle newsfeeding or other usual news
software features.
.
Homepage: http://pessoal.org/papercut/
|