Received: with ECARTIS (v1.0.0; list gopher); Fri, 21 Oct 2005 07:33:10 -0500 (CDT) Received: from gatekeeper.excelhustler.com ([69.44.136.67] helo=excelhustler.com) by glockenspiel.complete.org with esmtps (with TLS-1.0:RSA_AES_256_CBC_SHA:32) (No TLS peer certificate) (Exim 4.50) id 1ESw55-0007lC-64; Fri, 21 Oct 2005 07:33:10 -0500 Received: from jgoerzen by excelhustler.com with local (Exim 4.54) id 1ESw50-00059n-9h; Fri, 21 Oct 2005 07:33:02 -0500 Date: Fri, 21 Oct 2005 07:33:02 -0500 From: John Goerzen To: gopher@complete.org Subject: [gopher] Re: Directory Item Reverse Sort Message-ID: <20051021123302.GD19426@excelhustler.com> References: <20051021181859.463511.papa@jtan.com> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051021181859.463511.papa@jtan.com> User-Agent: Mutt/1.5.11 X-Spam-Status: No (score 0.0): none X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Fri, 21 Oct 2005 07:33:10 -0500 Content-Transfer-Encoding: 8bit X-archive-position: 1134 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 Fri, Oct 21, 2005 at 06:18:59PM +0900, David Meyer wrote: > With PyGopherD is there a simple way to sent a directory item list to > a requested client sorted in, say, reverse alphabetic order? I mean > other than by creating link, .cap, or gophermap files that explicitly > order every item with Numb=. Unfortunately, no; however, you could subclass, say, UMNDirHandler to do that yourself, if you are up for hacking the code. -- John