aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 4 insertions, 27 deletions
diff --git a/README b/README
index 8d690fe..4eed9d9 100644
--- a/README
+++ b/README
@@ -1,37 +1,14 @@
-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 3, can be found in
-http://www.gnu.org/licenses/gpl-3.0.txt
-
-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:
mail2news.py mail to news python class module
news2mail.py news to mail python class module
-setup.py setup script
+pyginfo.py info about pygs python class module
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