| < postfaq Documentation | Russ Allbery > Software > postfaq |
Helpful to actually accept an argument to the server option.
Lines changed: +2 -2
Allow for - instead of / in CVS Ids.
Lines changed: +2 -2
Remove an entry from BUGS that was actually fixed.
Lines changed: +3 -3
Add -U and -P options to authenticate to a remote server with a username and password, by request.
Lines changed: +51 -9
Support posting through an external program.
Lines changed: +50 -21
Change the default status directory.
Lines changed: +11 -11
Check for failure to connect to the NNTP server.
Lines changed: +5 -2
Fix some bugs in the last change that prevented it from working at all.
Lines changed: +6 -6
Added -s to specify the server to post to.
Lines changed: +16 -4
Add the ability to optionally post via IHAVE.
Lines changed: +60 -22
Add a reference to the script home page.
Lines changed: +4 -1
Remove a debugging safety measure.
Lines changed: +1 -2
Added a note about stripping HTML- subheaders.
Lines changed: +4 -2
Add full documentation.
Lines changed: +191 -1
Refactored into a better internal organization. No functionality changes.
Lines changed: +93 -56
Add real option parsing and remove all the hacks to parse the command-line options. Handle FAQs without subheaders. Improve the reporting of the postfaq and Perl version, and use ISO dates for the last modified date of the FAQ. Use Net::Domain instead of hard-coding a hostname for message IDs.
Reformatted to match my current formatting standards.
Lines changed: +93 -58
Added support for relative directories in lists of FAQs to post, based on the directory of the file given with -f.
Lines changed: +5 -1
Added support for taking a file of FAQs to post, and for posting a sequence of FAQs as a single thread.
Lines changed: +53 -21
Added support for parsing subheaders to skip over (and not post) any subheader that begins with HTML-. Also fixed a bug with finding status files when the given path to the FAQ doesn't contain a slash.
Lines changed: +12 -5
Initial working version.
| < postfaq Documentation | Russ Allbery > Software > postfaq |