Received: with LISTAR (v1.0.0; list gopher); Thu, 10 Jan 2002 10:27:59 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from christoph.complete.org (unknown [168.215.193.254]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "christoph.complete.org", Issuer CN "John Goerzen -- Root CA" (verified OK)) by pi.glockenspiel.complete.org (Postfix) with ESMTP id 01AF43B822; Thu, 10 Jan 2002 10:27:58 -0500 (EST) Received: by christoph.complete.org (Postfix, from userid 1000) id 5D4011429D; Thu, 10 Jan 2002 10:28:02 -0500 (EST) To: gopher@complete.org, anstouh@yahoo.com.au Subject: [gopher] Re: Non-links? References: From: John Goerzen Date: 10 Jan 2002 10:28:02 -0500 In-Reply-To: Message-ID: <87r8oyrzst.fsf@complete.org> Lines: 36 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-archive-position: 284 X-listar-version: Listar v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: jgoerzen@complete.org Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Listar version 1.0.0 X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher writes: > I was wondering how one could include the non-link info stuff at the top > of a gopher site, like at the top of the quux.org site? I can't seem to > see anything relevant in the gopherd man page, but I could be missing > something. I'm running the CVS image from 9.01.02 that was put up. There is a type "i" that does this when included in a Gopher menu. With this type, the path, host, and port information is ignored. Specifying a paragraph of stuff this way with UMN gopherd is annoying. I wrote a program called gopherweblink to help with this problem. You can find it at the same place you downloaded gopherd. With it, you create a file called .info with your text, run gopherweblink, and it will generate a file in your directory with the links in a format that gopherd will automatically recognize and use. It looks like this: Name=Welcome to gopher at quux.org! Type=i Path=fake Numb=1 Name= Type=i Path=fake Numb=2 Name=This server has a lot of information of historic interest, Type=i Path=fake Numb=3 -- John