From: Thomas Hochstein Date: Sun, 18 Dec 2011 00:54:03 +0000 (+0100) Subject: Add README and some meta data. X-Git-Url: https://code.th-h.de/?p=usenet%2FINN.git;a=commitdiff_plain;h=dccf194c16c87abd156be3cc55826f39e8037840 Add README and some meta data. Signed-off-by: Thomas Hochstein --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e1b20b9 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ + Bits and pieces of INN config + ============================= + +Up to now this is just some hodgepodge of config snippets; +when (if!) I'll manage to spare some time, I'll try to +structure it a bit ... + +------------------------------------------------------------ + +auth/perl-_mysql + Perl script to authenticatie against a MySQL database + --> /usr/lib/news/bin/auth/passwd/perl_mysql + +------------------------------------------------------------ + +filter/filter_nnrpd.pl + Posting filter to add Cancel-Lock and Cancel-Key + --> /etc/news/filter/filter_nnrpd.pl + +filter/cleanfeed.local + Posting filter to add Cancel-Lock and Cancel-Key + --> /etc/news/filter/cleanfeed/etc/cleanfeed.local + +------------------------------------------------------------