<?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);
 Tue, 20 Feb 2007 18:21:15 -0600 (CST)
Received: from web35506.mail.mud.yahoo.com ([66.163.179.130])
	by glockenspiel.complete.org with smtp
	(Exim 4.63)
	id 1HJfEJ-00081k-I7
	for gopher@complete.org; Tue, 20 Feb 2007 18:21:15 -0600
Received: (qmail 81311 invoked by uid 60001); 21 Feb 2007 00:19:32 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;
  b=jKY+wBosUfcw8fhiOOvkrArlVSrG+nkkKKE3h3FKbJEzdO2YxqrBwB41frrYWvX0kQsPB/wpZpzoJ03O7PGq7rLlJc2TvKS7GLXqzT9Vx9mdVTytJp8kM6aDmpPGqKjvjP/qLEH7qCjhA9cz9PgtbuyrtVUnPQenZT/grCT0TwE=;
X-YMail-OSG:
 qm.eIugVM1nb8uOL__QOyFbOZJVNSTZcdV58c55I0fkWHAUP6JFsqmBEMCg2g1L6lYvRWniZIArxsEW304iwQoV7hUdCAr3bKjzQuNwIrroKADut4GmLGA--
Received: from [209.216.94.5] by web35506.mail.mud.yahoo.com via HTTP;
 Tue, 20 Feb 2007 16:19:32 PST
Date: Tue, 20 Feb 2007 16:19:32 -0800 (PST)
From: JumpJet Mailbox &lt;jumpjetinfo@yahoo.com&gt;
Subject: [gopher] Re: ascii art
To: gopher@complete.org
In-Reply-To: &lt;005401c75501$9dfde960$0700a8c0@MARS&gt;
MIME-Version: 1.0
Content-type: text/plain
Content-Transfer-Encoding: 8bit
Message-ID: &lt;381812.81115.qm@web35506.mail.mud.yahoo.com&gt;
X-Spam-Status: No (score 2.9): AWL=-0.665, DNS_FROM_RFC_ABUSE=0.479,
 DNS_FROM_RFC_POST=1.44, DNS_FROM_RFC_WHOIS=0.879, HTML_MESSAGE=0.001,
 INFO_TLD=0.813
X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Tue,
 20 Feb 2007 18:21:15 -0600
X-archive-position: 1493
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: jumpjetinfo@yahoo.com
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>Unlike the Unix based servers, the Windows GopherS server does NOT recognize &quot;wildcards&quot;.  This is actually a strong security feature built into GopherS.
</p>
<p>  If you were to type the URL with just the IP address or DNS name as follows:
  gopher://home.jumpjet.info
  you would get back the contents of the top level directory.  This is because the server translates the above request in the following order:
  1) hostname [which is &quot;home.jumpjet.info&quot;}
  2) port [which, because not specifically stated otherwise, is assumed to be &quot;70&quot;]
  3) type [which, because not specifically stated otherwise, is assumed to be &quot;1&quot;]
  4) path [which, because not specifically stated otherwise, is not included]
            (note: GopherS does NOT support Gopher+ extensions, so this ends the translation)
</p>
<p>  Gopher starts at the top level directory when it begins following its path.  Since no &quot;paths&quot; were specified above saying you wanted to look deeper, GopherS simply displays the top level (a.k.a. &quot;/&quot;) directory.
</p>
<p>  You could also intentionally go to the top level directory by typing the specific path as follows:
  gopher://home.jumpjet.info/
</p>
<p>  If you wanted to see a deeper directory, you would now HAVE to speicify the &quot;type&quot; (a.k.a. &quot;1&quot; for directory listing), because the server makes no assumptions that you are looking for a directory rather than a text file or other data &quot;type&quot;.  It WILL assume port 70 however, so you don&#x27;t have to specify the port if the server is operating on port 70 (just like the web servers always assume port 80 unless specifically instructed otherwise).  For example:
  gopher://home.jumpjet.info/1/Begin_Here
</p>
<p>  GopherS knows in the above that you mean the top level of the &quot;Begin_Here&quot; sub-directory, so you do not have to specify the trailing &quot;/&quot;.  You can however specifically specify it if you wish, so the following will also produce the same directory listing as above:
  gopher://home.jumpjet.info/1/Begin_Here/
</p>
<p>  ----------
</p>
<p>  Typing a wrong path will produce an error (and your client/browser will either present you with an error, or simply enter an &quot;endless loop&quot;).  An example of two incorrect paths that were recently entered (probably by Trevor&#x27;s new client???) were:
  .
  +
</p>
<p>  As GopherS does not recognize wildcards, the wildcard &quot;.&quot; (a.k.a. the entry &quot;gopher://home.jumpjet.info/.&quot;, with a trailing period in the path as the server sees it) would not work.  As there was no file named &quot;+&quot; either (possibly an attempted Gopher+ command), the server also returned an error when it was tried (a.k.a. the entry gopher://home.jumpjet.info/+).
</p>
<p>  Earlier, there was an issue where someone using the UMN Gopher Client (being Unix based) was also having trouble accessing JumpJet.  Here they were using the two different wildcard paths of:
  $
  #
  Naturally, neither of these will work for the same reason as listed above.  Interestingly, the Bucktooth Gopher Server (which is what Floodgap uses) accepts some wildcard symbols (such as the &quot;#&quot; symbol) and will, for example, return the root directory contents if you type:
  gopher://gopher.floodgap.com/#
</p>
<p></p>
<p></p>
<p>  Eric Newberry &lt;ericnewberry@mirametrics.com&gt; wrote:
  I use Internet Explorer 6. I don&#x27;t have any problems with your site.
Eric
----- Original Message -----
From: &quot;JumpJet Mailbox&quot;
To:
Sent: Tuesday, February 20, 2007 4:05 AM
Subject: [gopher] Re: ascii art
</p>
<p></p>
<p>&gt; In my logs I am seeing an IP address that is sending invalid (truncated)
&gt; server requests. It may be you??? As my server makes NO &quot;assumptions&quot;,
&gt; but attempts to send back EXACTLY what is requested, I would not be at all
&gt; surprised if you were getting nothing back. Test to see if you are
&gt; getting the same results with some other Client/Browser such as a gopher
&gt; enabled I.E. ver 6.
&gt;
&gt; Send me details such as your IP address and the commands your client is
&gt; attempting to intiate to jumpjet@yahoo.com, and I will work with you to
&gt; try and resolve the issue.
&gt; Trevor wrote:
&gt; what version of gopher are you running? i&#x27;m building a win32 client in vs
&gt; .net 2003, and i have no problem with floodgap. i hit your gopher, and go
&gt; into an infinite loop. suggestions?
&gt;
&gt; i even tried the gopher plus extensibility. the only thing i can assume is
&gt; it&#x27;s a nonstandard gopher server of some kind.
&gt;
&gt; let me know....
&gt;
&gt; ----- Original Message -----
&gt; From: &quot;JumpJet Mailbox&quot;
&gt; To:
&gt; Sent: Monday, February 19, 2007 6:00 PM
&gt; Subject: [gopher] Re: ascii art
&gt;
&gt;
&gt;&gt; Good to see that you are still providing support for Amiga users on
&gt;&gt; Gopher. Your Amiga Resources are even a featured link from Gopher Jewels
&gt;&gt; 2 -
&gt;&gt; gopher://home.jumpjet.info/11\Gopher_Jewels_2\Computing\Software
&gt;&gt;
&gt;&gt; It would be great to have your REXX scripts converted to Regina Rexx.
&gt;&gt; Could you also put a copy of Regina on your gopher site for Amiga users
&gt;&gt; to
&gt;&gt; download? JumpJet has copies of Regina Rexx for DOS, Windows, and BeOS on
&gt;&gt; its gopher site if anyone is interested -
&gt;&gt;
&gt;&gt; gopher://home.jumpjet.info/11\DOS_Lives\Disk_Operating_System\Regina%20Rexx%20Batch%20File%20Interpretor
&gt;&gt;
&gt;&gt; gopher://home.jumpjet.info/11\Win2k_Hosting\Enhancements\Accessories\Windows%20Regina%20Rexx%20Batch%20File%20Interpretor
&gt;&gt;
&gt;&gt; gopher://home.jumpjet.info/11\Treasure\BeOS_Pro_Edition_5\BeOS%20Regina%20Rexx%20Batch%20File%20Interpretor
&gt;&gt;
&gt;&gt; Best wishes to you and your server,
&gt;&gt; JumpJet
&gt;&gt; Jacob Dahl Pind wrote:
&gt;&gt; Hi seeing all the ascii art posting here, I felled like sharing a older
&gt;&gt; tool I made to handle old overstrike art from 60ish with you all.
&gt;&gt;
&gt;&gt; its a small arexx script, should converte it to run under regina rexx
&gt;&gt; instead, as I sadly doesnt use my amiga much anymore.
&gt;&gt; It takes a overstrike art file, strips it into individual layers, in
&gt;&gt; seperate file, that you can either run though netpbm to transform into
&gt;&gt; pixel maps to place on top of eachother in photoshop/gimp, or print them
&gt;&gt; on your normal printer by run the same sheet through it multiple times
&gt;&gt; with new layers each time.
&gt;&gt;
&gt;&gt; you can find it at my gopher://telefisk.org
&gt;&gt;
&gt;&gt; Hope someone findes it interessting
&gt;&gt;
&gt;&gt; regards Jacob Dahl Pind
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; ---------------------------------
&gt;&gt; Be a PS3 game guru.
&gt;&gt; Get your game face on with the latest PS3 news and previews at Yahoo!
&gt;&gt; Games.
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; --
&gt;&gt; No virus found in this incoming message.
&gt;&gt; Checked by AVG Free Edition.
&gt;&gt; Version: 7.1.412 / Virus Database: 268.18.2/692 - Release Date: 2/18/2007
&gt;&gt;
&gt;&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt; ---------------------------------
&gt; No need to miss a message. Get email on-the-go
&gt; with Yahoo! Mail for Mobile. Get started.
&gt;
&gt;
&gt;
</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.
</p>
<p></p>
</card>
</wml>
