Add README and some meta data.
authorThomas Hochstein <thh@inter.net>
Sun, 18 Dec 2011 00:54:03 +0000 (01:54 +0100)
committerThomas Hochstein <thh@inter.net>
Sun, 18 Dec 2011 00:54:03 +0000 (01:54 +0100)
Signed-off-by: Thomas Hochstein <thh@inter.net>
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..176a458
--- /dev/null
@@ -0,0 +1 @@
+* text=auto
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/README b/README
new file mode 100644 (file)
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
+
+------------------------------------------------------------
This page took 0.011761 seconds and 4 git commands to generate.