Convert README to proper markdown.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
15e80da580
commit
7fb4c9d347
24
README
24
README
|
@ -1,24 +0,0 @@
|
|||
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
|
||||
|
||||
------------------------------------------------------------
|
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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 ...
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
## Authentication programs
|
||||
|
||||
### auth/perl_mysql
|
||||
|
||||
Perl script to authenticatie against a MySQL database
|
||||
|
||||
Copy to `/usr/lib/news/bin/auth/passwd/perl_mysql`.
|
||||
|
||||
------------------------------------------------------------
|
||||
## Filters
|
||||
|
||||
### filter/filter_nnrpd.pl
|
||||
|
||||
Posting filter to add Cancel-Lock and Cancel-Key
|
||||
|
||||
Copy to `/etc/news/filter/filter_nnrpd.pl`.
|
||||
|
||||
### filter/cleanfeed.local
|
||||
|
||||
Posting filter to add Cancel-Lock and Cancel-Key
|
||||
|
||||
Copy to `/etc/news/filter/cleanfeed/etc/cleanfeed.local`.
|
||||
|
||||
------------------------------------------------------------
|
Loading…
Reference in a new issue