Article 4139 of comp.infosystems.gopher:
Xref: feenix.metronet.com comp.infosystems.gopher:4139
Path: feenix.metronet.com!news.ecn.bgu.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!umn.edu!news2.cis.umn.edu!gopher-news-daemon@boombox.micro.umn.edu
From: Jorge_Padres@mtecv2.mty.itesm.mx (Jorge Padres Ballesteros)
Message-ID: <199308021705.AA47397@mtecv2.mty.itesm.mx>
Subject: go4gw .. just a question
Original-To: gopher-news@boombox.micro.umn.edu
Date: Mon, 2 Aug 1993 11:05:06 -0600 (CST)
X-Mailer: ELM [version 2.4 PL22]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 1014      
Newsgroups: comp.infosystems.gopher
Distribution: comp
Sender: news@news2.cis.umn.edu
Approved: comp.infosystems.gopher@news.cis.umn.edu
Lines: 39

Hello World ..


I'm trying to install the go4gw .. hummm I already do all the steps 
of installation *at least that's what i think* =)

I'm a bit confused with the g2nntp script .. in this part:

nntp_server = "your.newshost.in.here";
$nntp_port   = 119;
$nntp_defart = "article";
$nntp_groups = "/usr/local/etc/go4gw.modules/NEWSGROUPS";
$nntp_reverse = 0;  # to list articles in reverse order



In the nntp_groups ... all the stuff from nntp is in /var/spool/news 
so i put that directory in this part ....

what should i do ?? what is the go4gw.modules??  like a filter or
something like that ?? i try to search for that file and i don't find it
how do i configure a file like this ?

Thanks in Advance for your Help...



Jorge






-- 
Jorge Luis Padres Ballesteros  Internet     jpadres@mtecv2.mty.itesm.mx 
Dept of Computer Tech.         NeXT Mail    jpadres@foreigner.mty.itesm.mx 
I.T.E.S.M.  Campus Monterrey   Fax:   (52)-83-692004
Mexico                         Voice: (52)-83-582000  X4071  X4073 


Article 4198 of comp.infosystems.gopher:
Xref: feenix.metronet.com comp.infosystems.gopher:4198
Newsgroups: comp.infosystems.gopher
Path: feenix.metronet.com!news.ecn.bgu.edu!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!cs.utexas.edu!uunet!pipex!warwick!nott-cs!lut.ac.uk!martin
From: M.T.Hamilton@lut.ac.uk (Martin Hamilton)
Subject: Re: go4gw .. just a question
Originator: martin@lust
Sender: usenet@lut.ac.uk (Usenet News)
Message-ID: <CB6HE2.Bpu@lut.ac.uk>
Date: Tue, 3 Aug 1993 10:06:02 GMT
Distribution: comp
References: <199308021705.AA47397@mtecv2.mty.itesm.mx>
Nntp-Posting-Host: lust.lut.ac.uk
Organization: c/o Genie Project, Loughborough University, UK
Lines: 54

Jorge Padres Ballesteros wrote:

/ I'm a bit confused with the g2nntp script .. in this part:
/ 
/ nntp_server = "your.newshost.in.here";
/ $nntp_port   = 119;
/ $nntp_defart = "article";
/ $nntp_groups = "/usr/local/etc/go4gw.modules/NEWSGROUPS";
/ $nntp_reverse = 0;  # to list articles in reverse order
/ 
/ 
/ 
/ In the nntp_groups ... all the stuff from nntp is in /var/spool/news 
/ so i put that directory in this part ....
/
/ what should i do ?? what is the go4gw.modules??  like a filter or
/ something like that ?? i try to search for that file and i don't find it
/ how do i configure a file like this ?

$nntp_groups should be the name of a file containing the list
of active newsgroups, e.g.

  rec.humor
  rec.humor.d
  rec.humor.funny
  rec.humor.oracle
  rec.humor.oracle.d
  rec.hunting
  rec.juggling

If you have my hacked-over version of g2nntp <gopher://genie.lut.ac.uk/0/
g2nntp> you can put descriptions in this file for each newsgroup, e.g.

  rec.humor       Jokes and the like. May be somewhat offensive.
  rec.humor.d     Discussions on the content of rec.humor articles.
  rec.humor.funny Jokes that are funny (in the moderator's opinion). (Moderated)
  rec.humor.oracle        Sagacious advice from the USENET Oracle. (Moderated)
  rec.humor.oracle.d      Comments about the USENET Oracle's comments.
  rec.hunting     Discussions about hunting. (Moderated)
  rec.juggling    Juggling techniques, equipment and events.

(there is a tab between the newsgroup name and the description, BTW)

Another thing to watch out for is that the paths given in go4gw.conf
actually point to the gateway module, e.g. if you put your go4gw 
modules in the directory /foo/bar, you'd need something like this 
in the entry for g2nntp...

  nntp:-2:/foo/bar/g2nntp:go4 USENET gateway:

Hope that helps!

Martin



