inews

Long ago I wrote my own implementation of inews(1), which reads a news message on standard input and posts it by NNTP. Particular features of this version are:

Currently Autoconf 2.13 is probably required to build it.

You can get it from my Arch repository:

$ tla register-archive http://www.greenend.org.uk/arch/rjk@greenend.org.uk--2004
Registering archive: rjk@greenend.org.uk--2004
$ tla get rjk@greenend.org.uk--2004/inews--mainline--0 inews
[lots of output]
$ cd inews
$ autoconf
$ mkdir =build
$ cd =build
$ ../configure
[lots of output]
$ make
[lots of output]
$ make install       # as root
[lots of output]

Copyright

Copyright © 1997, 1999, 2002, 2005 Richard Kettlewell.
Copyright © 1999 Ian Jackson.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

RJK | Contents