Received: with ECARTIS (v1.0.0; list gopher); Wed, 07 Aug 2002 01:49:18 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "*.myrealbox.com", Issuer "Thawte Server CA" (not verified)) by gesundheit.complete.org (Postfix) with ESMTP id 8D48F62E39 for ; Wed, 7 Aug 2002 01:49:17 -0500 (EST) Received: from myrealbox.com aangel@smtp-send.myrealbox.com [24.171.111.62] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.11 $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 07 Aug 2002 00:49:19 -0600 Message-ID: <3D50C2BD.4010005@myrealbox.com> Date: Wed, 07 Aug 2002 01:48:29 -0500 From: "Aaron J. Angel" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020710 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gopher@complete.org Subject: [gopher] PyGopherd UMN Broken X-Enigmail-Version: 0.49.5.0 Content-type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-archive-position: 659 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: aangel@myrealbox.com 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 I can't seem to get .Links working. From what I read from the handler in the comments, it only merges when path begins with ./ or ~/? Does that mean it discards everything else? If so, why? UMN doesn't do this, IIRC; the whole point of .Links is to provide external links, otherwise it'd be fairly useful. And, if I'm reading this correctly, then what I'm reading is wrong (line 210 of UMN.py from v1.0.0: > if len(line) >= 7 and (line[5:7] == './' or line[5:7] == '~/'): I don't know too much about Python per se, but isn't [5:7] 3 characters long? In either case, I can't anything in .Links to work at all, but other UMNisms work fine. Also, another problem: The UMN gopherd(8) manpage specifies an available type, -, to hide the entry from the menu for use in .cap/XX files. PyGopherd doesn't seem be able to hide files from the menu using .cap files. Can that functionality be added to PyGopherd's link handler?