"The Linux Gazette...making Linux just a little more fun!"


(?) The Answer Guy (!)


By James T. Dennis, tag@lists.linuxgazette.net
Starshine Technical Services, http://www.starshine.org/


(?) More on Multi-Feed Netnews (leafnode)

Some additional comments by one of the authors/maintainers of leafnode(?).

From The Answer Guy on Mon, 14 Dec 1998

(?) Jim,
I have a question in the "Answer Guy's" inbox regarding multi-feed leaf netnews. I don't remember which package my querent was using (leafnode, suck?, ???) but his question regarded whether it's possible using any of these packages to download news from multiple sites and upload/ feed them back selectively).

(!) It is possible with suck/INN, of course. (Everything is possible with this combination, I suppose :-).
It is also possible with leafnode, starting from 1.7.
The config file should look like this:
server = news.a.org
supplement = news.b.com
expire = 14			# expire messages after that many days
create_all_links = no		# optional, saves disk space
Leafnode should be able to figure out everything else on its own.
If you need usernames and passwords for servers, it becomes a bit more complicated, but leafnode can handle this as well:
server = news.a.org
username = user_at_a
password = password_at_a
supplement = news.b.com
username = user_at_b
password = password_at_b
expire = 14
create_all_links = no
HTH, - --Cornelius.
/* Cornelius Krasel, U Wuerzburg, Dept. of Pharmacology, Versbacher Str. 9 */


Copyright © 1999, James T. Dennis
Published in The Linux Gazette Issue 36 January 1999


[ Answer Guy Index ] a b c 1 2 3 4 5 6 7 9 10 11 12
15 16 18 19 20 21 22 23 24 25 26 27 28
29 31 32 33 34 35 36 37 38 39 40 41 42 44
45 46 47 48 49 50 51 52 53 54 55 56 57 60 61 62 63 64 65 66
67 69 72 76 77 78 79 80 81 82 84 85 86 87 91 94 95 96 97 98


[ Table Of Contents ] [ Front Page ] [ Previous Section ] [ Next Section ]