chiark / gitweb /
fix warnings
[nntp-merge-chiark.git] / README
1 This is nntp-merge, a program which acts as an NNTP server and passes
2 requests to one or more other NNTP servers, towards which it presents a
3 client interface.  Selection of which server to use is based on the group
4 being read or posted to.  The merger supports XAUTHINFO GENERIC
5 authentication with its own shared-secret MD5 challenge-response protocol;
6 other authentication methods could be added in principle.
7
8 I wrote it for my own system, chiark.greenend.org.uk, where it has proved
9 to be very useful; it may also be useful to you.  If you like it and patch
10 it please do send me the patches as I may someday turn this into a real
11 free software product with documentation, version numbers, features and
12 everything.
13
14 There may be some binaries in the tarfile; these are Linux/i386 libc5
15 ELF.  There is no configure script and no documentation, but there is
16 a Makefile and a sample config file.
17
18 If there are any new versions or anything I might put them up on my main
19 WWW page (<URL:http://www.chiark.greenend.org.uk/~ijackson/>), or possibly
20 at <URL:http://www.chiark.greenend.org.uk/~ian/nntp-merge/>.
21
22 nntp-merge is Copyright (C)1995-1997 Ian Jackson.  It is free software; you
23 can redistribute it and/or modify it under the terms of the GNU General
24 Public License as published by the Free Software Foundation; either version
25 2 of the License, or (at your option) any later version.
26
27 This program is distributed in the hope that it will be useful, but WITHOUT
28 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
29 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
30 more details.
31
32 You should have received a copy of the GNU General Public License along
33 with this program as the file GPL; if not, email Ian Jackson
34 <ian@chiark.greenend.org.uk> or write to the Free Software Foundation,
35 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, or consult
36 the Free Software Foundation's WWW page at <URL:http://www.fsf.org/>.
37
38  - Ian Jackson 16.09.1997