<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="Text File" newcontext="true">
<p>
Received: with ECARTIS (v1.0.0; list gopher);
 Sat, 13 Aug 2005 11:28:34 -0500 (CDT)
Received: from mo-69-69-114-6.sta.sprint-hsd.net ([69.69.114.6]
 helo=erwin.lan.complete.org)
	by glockenspiel.complete.org with esmtps
	(with TLS-1.0:RSA_AES_256_CBC_SHA:32)
	(TLS peer CN erwin.complete.org, certificate verified)
	(Exim 4.50)
	id 1E3yry-00014X-QW; Sat, 13 Aug 2005 11:28:33 -0500
Received: from katherina.lan.complete.org ([10.200.0.4])
	by erwin.lan.complete.org with esmtps
	(with TLS-1.0:RSA_AES_256_CBC_SHA:32)
	(No TLS peer certificate)
	(Exim 4.50)
	id 1E3yrr-0007Om-Uh; Sat, 13 Aug 2005 11:28:19 -0500
Received: from jgoerzen by katherina.lan.complete.org with local (Exim 4.52)
	id 1E3xlp-0004Dn-4s; Sat, 13 Aug 2005 10:18:01 -0500
Date: Sat, 13 Aug 2005 10:18:01 -0500
From: John Goerzen &lt;jgoerzen@complete.org&gt;
To: gopher@complete.org
Subject: [gopher] Re: basic newb info
Message-ID: &lt;20050813151801.GC16199@katherina.lan.complete.org&gt;
References: &lt;afb85cb40507111446382e89e9@mail.gmail.com&gt;
 &lt;42FCEC9D.5040201@route-add.net&gt; &lt;20050813044356.GH8640@pongonova.net&gt;
 &lt;afb85cb405081222512efb230f@mail.gmail.com&gt;
Mime-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: &lt;afb85cb405081222512efb230f@mail.gmail.com&gt;
User-Agent: Mutt/1.5.9i
X-Spam-Status: No (score 0.1): AWL=0.023, FORGED_RCVD_HELO=0.05
X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Sat,
 13 Aug 2005 11:28:33 -0500
Content-Transfer-Encoding: 8bit
X-archive-position: 1069
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: &lt;mailto:ecartis@complete.org?Subject=help&gt;
List-unsubscribe: &lt;mailto:gopher-request@complete.org?Subject=unsubscribe&gt;
List-software: Ecartis version 1.0.0
List-Id: Gopher &lt;gopher.complete.org&gt;
X-List-ID: Gopher &lt;gopher.complete.org&gt;
List-subscribe: &lt;mailto:gopher-request@complete.org?Subject=subscribe&gt;
List-owner: &lt;mailto:jgoerzen@complete.org&gt;
List-post: &lt;mailto:gopher@complete.org&gt;
List-archive: &lt;http://www.complete.org/mailinglists/archives/&gt;
X-list: gopher
</p>
<p>On Sat, Aug 13, 2005 at 12:51:18AM -0500, sovietassassin@gmail.com wrote:
&gt; i would like as much information on as many options avalible to
&gt; running a gopher server, like example server readable files, embedded
</p>
<p>You might take a look at the sample config file and docs for
Pygopherd and Bucktooth.
</p>
<p>Pygopherd can grok server files in several different formats --
primarily those originating with UMN gopherd and bucktooth.  UMN
gopherd files normally look like this:
</p>
<p>Path=./file.txt
Name=Some Description
Type=1
Host=+
Port=+
</p>
<p>This will add an explicit description and type for the file named
file.txt.
</p>
<p>You can also add links to other Gopher servers like this:
</p>
<p>Path=/
Name=Quux.Org
Type=0
Host=quux.org
Port=+
</p>
<p>Or to Web servers:
</p>
<p>Path=URL:http://www.complete.org/
Name=Complete.Org
Type=h
Host=+
Port=+
</p>
<p>You can create a file named file.abstract that includes an extended
description of a file.  A file named .abstract in a directory will be
displayed at the top of the directory listing.
</p>
<p>PyGopherd can also serve up mbox or maildir mailboxes as directories,
with each &quot;file&quot; being a mail message.  Additionally, you can ZIP up
your site (or part of it) and serve up content directly from the ZIP
file.
</p>
<p>See the &quot;handler&quot; options.
</p>
<p>&gt; options, how things are supposed to work, how to give out/post gopher
&gt; urls -- anything and everything will be put to some kind of use. i
</p>
<p>Gopher URLs look like:
</p>
<p>gopher://host:port/TYPEurl
</p>
<p>So, the Reference page on Quux.org would be:
</p>
<p>gopher://quux.org/0/Reference
</p>
<p>&gt; just want to learn as much as i can on how it works, why, and how to
&gt; best impliment it. currently ive got a basic gopherd up and running, i
&gt; want to maximize its potential! :)
</p>
<p>Hope this helps.  Let me know if you need other info.
</p>
<p>-- John
</p>
<p>&gt;
&gt; --jamie
&gt;
&gt; On 8/12/05, Brian &lt;brian@pongonova.net&gt; wrote:
&gt; &gt; On Fri, Aug 12, 2005 at 08:38:21PM +0200, Alessandro Selli wrote:
&gt; &gt; &gt; sovietassassin@gmail.com wrote:
&gt; &gt; &gt; &gt; could i get some guides or some information on how to layout my gophe=
&gt; r
&gt; &gt; &gt; &gt; system, or files rather. the daemon is up n running and workin just
&gt; &gt; &gt; &gt; fine but with regards to files there are alot that are like .menu or
&gt; &gt; &gt; &gt; something like that. forgive my ignorance but my memory isnt working
&gt; &gt; &gt; &gt; right, but there are alot of things i can do with layouts or
&gt; &gt; &gt; &gt; descriptions or something. so any kind of beginner info for laying ou=
&gt; t
&gt; &gt; &gt; &gt; the system would be appreciated :)
&gt; &gt;=20
&gt; &gt; I&#x27;ve sort of been waiting quietly in the ranks for something
&gt; &gt; similar...John did e-mail me with a couple of example starter files,
&gt; &gt; but maybe I was hoping for a groundswell of examples :)
&gt; &gt;=20
&gt; &gt;   --Brian
&gt; &gt;=20
&gt; &gt;=20
&gt; &gt;
&gt;
&gt;
&gt;
</p>
<p>--
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
</p>
<p></p>
</card>
</wml>
