1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/news/py-twistedNews/pkg-descr
Florent Thoumie 42cec5b817 - Add py-twistedNews, an NNTP protocol implementation with client
and server.

PR:		ports/79925
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:58:22 +00:00

11 lines
509 B
Plaintext

Twisted News provides a very basic NNTP server, as well as an NNTP client
protocol implementation. Two message storage systems are supported: the
DB-API 2.0 backend stores and indexes messages in any compatible SQL database;
the Twisted dirdbm backend uses serialized Python objects stored directly on
the filesystem for message storage. Twisted News also has very rudamentary
support for moderated groups.
Twisted News is available under the MIT Free Software licence.
WWW: http://twistedmatrix.com/