Complete.Org: Mailing Lists: Archives: gopher: January 2002:
[gopher] Re: Gopher thoughts
Home

[gopher] Re: Gopher thoughts

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: gopher@xxxxxxxxxxxx
Subject: [gopher] Re: Gopher thoughts
From: Ralph Furmaniak <sugaku@xxxxxxxxxxxx>
Date: Wed, 16 Jan 2002 14:11:42 -0500
Reply-to: gopher@xxxxxxxxxxxx


> Personally, I think we need a gopherd written in Python, and I aim to
> do that one of these days.  (Really!)

In that case, would anyone mind a Lisp or Fortran server?  While we're at it,
lets just write bytecode!

> > left with a well organized page (anyone who has used Lynx on standard
> > web pages may attest to how disorganized the flow becomes upon removal
> > of tables and other such things).
>
> I need to review Gopher+ some more and see just how extensible we can
> make it.  It may be possible to add some gopher+ attributes.

Here is a way I just thought of which does not add things to the protocols,
and still works for Gopher0.  Basically you can group items together by
indentation (like in almost every piece of source code), so adding 2 spaces to
the beginning of consecutive lines groups these together (hence you can easily
get subgroups).  More specifically, you can have an (optional) blank line,
followed by an info line that becomes the heading for that group, followed by
some indented menus.  Standard clients will show some indented groups, while
more advanced clients can recognize this and do some fun stuff.  This could
also fix some of the problems with current (Mozilla, Konqueror) tree
presentations by having info lines, followed by one tree for the group,
instead of just putting everything together and/or dropping the info lines
(from what I've seen).

    Ralph Furmaniak



[Prev in Thread] Current Thread [Next in Thread]