Received: with ECARTIS (v1.0.0; list gopher); Mon, 15 Apr 2002 13:35:49 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from christoph.complete.org (unknown [168.215.193.254]) by pi.glockenspiel.complete.org (Postfix) with ESMTP id A91443B811 for ; Mon, 15 Apr 2002 13:35:48 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by christoph.complete.org (Postfix) with ESMTP id DE25D5A2FF for ; Mon, 15 Apr 2002 13:35:47 -0500 (EST) Date: Mon, 15 Apr 2002 13:35:47 -0500 Subject: [gopher] Re: Views Content-type: text/plain; charset=US-ASCII Mime-Version: 1.0 (Apple Message framework v481) From: John Goerzen To: gopher@complete.org Content-Transfer-Encoding: 8bit In-Reply-To: <20020415180032.KIOU3414.tomts6-srv.bellnexxia.net@[209.226.175.22]> Message-Id: <9A6C5A0E-509F-11D6-B04F-0003930BF072@complete.org> X-Mailer: Apple Mail (2.481) X-archive-position: 588 X-ecartis-version: Ecartis 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: Ecartis version 1.0.0 List-ID: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher On Monday, April 15, 2002, at 01:00 PM, Ralph Furmaniak wrote: > I included a list of features in a previous email, and I can write up > some detailed info. Ah, was it a mail to this list? >> So you're saying that your buck branch handles UMN .Links/.cap files? > > I included the funtionality relatively recently (even has the same > command-line options) based on the man pages, but I think the man page > was not to clear on a few points. I have not tested this out yet. Not only that, but it doesn't document all of the options even. The best bet is the source code -- see gopherd/gopherd.c and object/GSgopherobj.c for starters. > Okay, on my server I have a directory pyramid.dir and in it I have: > pyramid.tex > pyramid.dvi > pyramid.pdf > Now when the server serves the parent directory, on seeing that the > directory has a .dir extension it acts accordingly. For a gopher+ > request it will give an item `pyramid` with the views found in the > directory. For I like it! How do you define which view is the default, though? (In Gopher+ parlance, the "preferred" view) >> Indeed. Already thought of that but have no idea how to do it :-) > > Should be a bit of DHTML or javascript and layers or iframes. I have > seen it before (I have a friend who does this sort of stuff) but others > can probably implement the HTML better. It should not be much of a > problem writing the server-side code. Yeah, the server side is easy -- I just don't know Javascript.