aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2014-12-30 01:49:11 +0100
committerMatěj Cepl <mcepl@cepl.eu>2014-12-30 01:49:11 +0100
commit7ec260bf257c3ca25b349ddb481d2f8b636f0056 (patch)
tree482b0e10a2d4556bb237e258f44c0ad1608d1e9f /README
parent7627c1faabce8398845d0687338cc8e052fcd0dc (diff)
downloadpyg-7ec260bf257c3ca25b349ddb481d2f8b636f0056.tar.gz
Fix setup.py0.9.10
remove imap2nntp submodule (although it is actually quite interesting) Fixes #12
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 19 insertions, 8 deletions
diff --git a/README b/README
index dabb927..dc189b4 100644
--- a/README
+++ b/README
@@ -1,17 +1,29 @@
-This package was debianized by Cosimo Alfarano <alfarano@students.cs.unibo.it> on Sun, 25 Jun 2000 17:52:35 +0200.
-
-Current maintainer and author is Cosimo Alfarano.
-You can find this package at URL HTTP://www.students.cs.unibo.it/~alfarano
+Python Gateway Script from news to mail and vice versa.
Copyright:
Copyright (C) 2000-2001,2012 Cosimo Alfarano <kalfa@debian.org>
+Copyright (C) 2014 Matěj Cepl <mcepl@cepl.eu>
A copy of the GNU General Public License, version 2, can be found in
/usr/share/common-licenses/GPL-3
+It is intended to be a full SMTP/NNTP rfc compliant gateway
+with whitelist manager.
+
+You will probably have to install a mail-transport-agent and/or
+news-transport-system package to manage SMTP/NNTP traffic.
+
+MTA is needed for mail2news service, since mail have to be
+processed on a box where pyg is installed. You can use a remote
+smtpserver for news2mail.
+
+News system is useful but not needed, since you can send articles to a
+remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you
+will need it.
+
+It refers to rfc 822 (mail) and 850 (news).
-Pyg is a news to mail and mail to news gateway.
-It is under devel.
+----------------
List of file:
@@ -21,6 +33,5 @@ setup.py setup script
pygm2n mail to news gateway frontend
pygn2m news to mail gateway frontend
whitelist.py whitelist managing python class module
-wlp_test test script to test yout whitelist file
wlp C backend for whitelist parser (wlp) directory
-examples documentation and exaples directory
+examples documentation and exaples directory \ No newline at end of file