Update README.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-18 23:55:40 +01:00
parent e80ce607f8
commit 848507f37c

View file

@ -1,12 +1,12 @@
# yapfaq
**yapfaq** can post FAQs from text files to Usenet at configurable intervals and automatically adds the necessary headers.
**yapfaq** can post FAQs from text files to Usenet at configurable intervals and will add/modify headers automatically.
## Description
With **yapfaq**, FAQs or other texts can be posted regularly (every x days, weeks, months or years) to one or more newsgroups. Posting frequency as well as the necessary headers - including the format of the `Message-ID:` headers that will be generated - can be defined in a configuration file. `Expires:` and `Supersedes:` will be set automatically by the script.
With **yapfaq**, FAQs or other texts can be posted regularly (every x days, weeks, months or years) to one or more newsgroups. Posting frequency as well as headers can be defined in a separate file. `Expires:` and `Supersedes:` can be set automatically by the script.
The text can either be posted via NNTP or piped to another programme (like `inews` or `tinews.pl`).
The text can either be posted via NNTP (even using STARTTLS) or piped to another program (like `inews` or `tinews.pl`).
## More information