Changesets: yapfaq

master a052296f

2010-04-08 05:36:11

thh

Details Diff
Add option '-V': print version and copyright information.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master ae3b1b79

2010-04-08 04:21:05

thh

Details Diff
-h: Replace version/usage information with man page.

Feed script to perldoc when called with -h.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 6f235aca

2010-04-07 21:16:20

thh

Details Diff
Add sample .yapfaqrc with defaults.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
add - .yapfaqrc Diff File

master 2507947f

2010-04-07 20:09:15

thh

Details Diff
Moved configuration to a hash (%Config).

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 6b421553

2010-02-26 08:33:32

thh

Details Diff
Release 0.6.2

Add changelog entries.
Bump version number.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - ChangeLog Diff File
mod - yapfaq.pl Diff File

master 7823ece9

2010-02-26 08:29:01

thh

Details Diff
Fix default for Expires.
Bug introduced in v0.6.1.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master fd0f4fcf

2010-02-26 07:33:35

thh

Details Diff
Release 0.6.1

Add changelog entries.
Bump version number.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - ChangeLog Diff File
mod - yapfaq.pl Diff File

master 5ddba442

2010-02-26 07:28:06

thh

Details Diff
Fix: Test mode must not update status information.

Also fix runtime warning concerning expires.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master afd3e334

2010-02-25 18:32:51

thh

Details Diff
Release 0.6

Add changelog entries.
Bump version number.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - ChangeLog Diff File
mod - yapfaq.pl Diff File

master c2cafcca

2010-02-25 18:22:28

thh

Details Diff
Merge branch 'documentation'
Attach Issues:

master a0605478

2010-02-25 18:22:15

thh

Details Diff
Merge branch 'Options'

Conflicts:
yapfaq.pl
Attach Issues:

master 272b0243

2010-02-25 16:00:07

thh

Details Diff
Add documentation in POD format.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master d196f6ed

2010-02-25 15:16:49

thh

Details Diff
Cleanup on yapfaq.cfg

Reformat, translate to English language, add descriptions.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.cfg Diff File

master 5f5909d2

2010-02-25 14:15:57

thh

Details Diff
Change: Default $NNTPServer to 'localhost'

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 0c6ebe78

2010-02-25 11:55:04

thh

Details Diff
Add variable expiry.

* New Function: calcdelta

Move date calculation for new posting date to
calcdelta

* Add 'Expires' to yapfaq.cfg

Parse 'Expires'
Use calcdelta to calculate expiry.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.cfg Diff File
mod - yapfaq.pl Diff File

master 74407146

2010-02-25 08:23:14

thh

Details Diff
Change: Add script name and Warning/Error to warn() and die() output.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 1ee30cc3

2010-02-24 21:17:54

thh

Details Diff
Add .gitignore.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
add - .gitignore Diff File

master 114be302

2010-02-21 18:14:15

thh

Details Diff
Change: Inform user when writing to ERROR.dat.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 4251e545

2010-02-21 18:01:46

thh

Details Diff
Add commandline options.

Using Getopt::Std.

Implement option '-h': display version and usage information.

Implement option '-v': Print progress information to STDOUT
on reading the configuration, skipping a FAQ, preparing it
for posting, posting it and writing status information to disk.

Implement option '-f': limit operation to the given project
name. Skip parsing all other information from yapfaq.cfg,
skip posting all other FAQs.

Add option '-d': 'dry run', simulation mode: nothing is posted.

Add option '-p': 'post anyway', files are unconditionally
posted irrespective of Posting-Frequency settings.

Add option '-t <newsgroups>': 'test mode', post to
(an)other newsgroup(s) given on the command line or to
STDOUT ('console').

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master c2f107a5

2010-02-21 17:56:06

thh

Details Diff
Change: Don't output line number if .cfg file can't be opened.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 7aaba0e0

2010-02-21 17:51:39

thh

Details Diff
Update header/introduction, bump version/copyright information.

Fix typo/language in header/introduction.
Add new author / copyright information.
Bump version to 0.6-unreleased.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 8e1cb154

2010-02-21 17:39:05

thh

Details Diff
Fix: Accept case-insensitive Last-modified pseudo header.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master 15dd764a

2010-02-21 17:38:27

thh

Details Diff
Don't use PGP by default.

Change default: Do not sign by default.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
mod - yapfaq.pl Diff File

master dc88d139

2010-02-20 16:03:56

thh

Details Diff
Initial commit.

Check-in of original author's version.
Original author is Marc Brockschmidt <marc@marcbrockschmidt.de>.
Last change: 2003-02-16

Signed-off-by: Thomas Hochstein <thh@inter.net>
Attach Issues:
add - yapfaq.cfg Diff File
add - ChangeLog Diff File
add - test.txt Diff File
add - yapfaq.pl Diff File
 First  Prev  1 2 3