diff options
Diffstat (limited to 'spacecookie.gophermap.5.html')
-rw-r--r-- | spacecookie.gophermap.5.html | 79 |
1 files changed, 40 insertions, 39 deletions
diff --git a/spacecookie.gophermap.5.html b/spacecookie.gophermap.5.html index 103b9b1..602ecb2 100644 --- a/spacecookie.gophermap.5.html +++ b/spacecookie.gophermap.5.html @@ -2,6 +2,7 @@ <html> <head> <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="stylesheet" href="style.css" type="text/css" media="all"/> <title>SPACECOOKIE.GOPHERMAP(5)</title> </head> @@ -16,18 +17,18 @@ <div class="manual-text"> <section class="Sh"> <h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<code class="Nm">spacecookie.gophermap</code> — -<div class="Nd">gophermap file format supported by - <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a></div> +<p class="Pp"><code class="Nm">spacecookie.gophermap</code> — + <span class="Nd">gophermap file format supported by + <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a></span></p> </section> <section class="Sh"> <h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -A gophermap file allows to describe a gopher menu without the need to include - redundant information. The format supported by - <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a> has originally - been introduced by Bucktooth and is supported by most popular gopher server - daemons like for example - <a class="Xr" href="https://manpages.debian.org/unstable/pygopherd.8.en.html">pygopherd(8)</a>. +<p class="Pp">A gophermap file allows to describe a gopher menu without the need + to include redundant information. The format supported by + <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a> has originally + been introduced by Bucktooth and is supported by most popular gopher server + daemons like for example + <a class="Xr" href="https://manpages.debian.org/unstable/pygopherd.8.en.html">pygopherd(8)</a>.</p> <p class="Pp">A gophermap file stored as ‘<code class="Li">.gophermap</code>’ in a directory under the gopher root of <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a> @@ -38,11 +39,13 @@ A gophermap file allows to describe a gopher menu without the need to include </section> <section class="Sh"> <h1 class="Sh" id="FORMAT"><a class="permalink" href="#FORMAT">FORMAT</a></h1> -The format is plain text and line based. Both Unix and DOS style line endings - are allowed. <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a> - distinguishes between two types of lines: +<p class="Pp">The format is plain text and line based. Both Unix and DOS style + line endings are allowed. + <a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a> distinguishes + between two types of lines:</p> <dl class="Bl-tag"> - <dt><b class="Sy">info lines</b></dt> + <dt id="info"><a class="permalink" href="#info"><b class="Sy">info + lines</b></a></dt> <dd>Info lines are lines of text in a gophermap which don't have any special format requirements except that they may not contain any tab characters. <p class="Pp"></p> @@ -55,20 +58,19 @@ The format is plain text and line based. Both Unix and DOS style line endings <p class="Pp">The usual purpose is to display additional text, headings and decorative elements which are not directly related to other resources served via gopher:</p> - <div class="Bd Pp Bd-indent"> - <pre> -+------------------------------+ + <div class="Bd Pp Bd-indent Li"> + <pre>+------------------------------+ | Welcome to my Gopher Server! | +------------------------------+ Below you can find a collection of files I deemed -interesting or useful enough to publish them. - </pre> +interesting or useful enough to publish them.</pre> </div> <p class="Pp">Empty lines are interpreted as info lines which have no content.</p> </dd> - <dt><b class="Sy">menu entries</b></dt> + <dt id="menu"><a class="permalink" href="#menu"><b class="Sy">menu + entries</b></a></dt> <dd>Lines describing menu entries are of the following form. All spaces are for readability only and must not be present in the actual format. Everything in brackets may be omitted, the semantics of which are @@ -77,7 +79,7 @@ interesting or useful enough to publish them. <div class="Bd Bd-indent"><code class="Li">gopherfiletypeNAME\t [SELECTOR [\tSERVER [\tPORT]]]</code></div> <dl class="Bl-tag"> - <dt><i class="Em">gopherfiletype</i></dt> + <dt id="gopherfiletype"><a class="permalink" href="#gopherfiletype"><i class="Em">gopherfiletype</i></a></dt> <dd>File type character indicating the file type of the linked resource to the client. See <a class="Lk" href="https://tools.ietf.org/html/rfc1436#page-14">RFC1436</a> @@ -86,11 +88,11 @@ interesting or useful enough to publish them. ‘<code class="Li">i</code>’ which indicates an info line and ‘<code class="Li">h</code>’ which indicates an HTML document.</dd> - <dt><i class="Em">NAME</i></dt> + <dt id="NAME~2"><a class="permalink" href="#NAME~2"><i class="Em">NAME</i></a></dt> <dd>Name of the linked resource which will show up as the text of the menu entry. May contain any characters except newlines and tabs. <i class="Em">NAME</i> must always be terminated by a tab.</dd> - <dt><i class="Em">SELECTOR</i></dt> + <dt id="SELECTOR"><a class="permalink" href="#SELECTOR"><i class="Em">SELECTOR</i></a></dt> <dd>Gopher selector the entry should link to. Same restrictions in terms of characters apply as for <i class="Em">NAME</i>, but there should only be a tab character afterwards if another field is specified. If @@ -109,12 +111,12 @@ interesting or useful enough to publish them. <a class="Lk" href="http://gopher.quux.org:70/Archives/Mailing%20Lists/gopher/gopher.2002-02%7C/MBOX-MESSAGE/34">this email from John Goerzen.</a></p> </dd> - <dt><i class="Em">SERVER</i></dt> + <dt id="SERVER"><a class="permalink" href="#SERVER"><i class="Em">SERVER</i></a></dt> <dd>Describes the server <i class="Em">SELECTOR</i> should be retrieved from. Same character restrictions apply and it must come after a tab character as well. If it is omitted, the hostname of the server generating the menu is used.</dd> - <dt><i class="Em">PORT</i></dt> + <dt id="PORT"><a class="permalink" href="#PORT"><i class="Em">PORT</i></a></dt> <dd>Describes the port <i class="Em">SERVER</i> is running on. Must come after a tab and is terminated by the end of the line or file. If this field is left out, the server generating the menu uses its own @@ -128,10 +130,10 @@ interesting or useful enough to publish them. </section> <section class="Sh"> <h1 class="Sh" id="EXAMPLE"><a class="permalink" href="#EXAMPLE">EXAMPLE</a></h1> -Tabs are marked with ‘<code class="Li">^I</code>’ for clarity. -<div class="Bd Pp Bd-indent"> -<pre> -spacecookie +<p class="Pp">Tabs are marked with ‘<code class="Li">^I</code>’ + for clarity.</p> +<div class="Bd Pp Bd-indent Li"> +<pre>spacecookie =========== Welcome to spacecookie's gopher page! @@ -151,31 +153,30 @@ Other gopher server daemons (the first link only works if this server is running on port 70): 1pygopherd^I /devel/gopher/pygopherd^I gopher.quux.org -1Bucktooth^I /buck^I gopher.floodgap.com^I 70 -</pre> +1Bucktooth^I /buck^I gopher.floodgap.com^I 70</pre> </div> </section> <section class="Sh"> <h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE ALSO</a></h1> -<a class="Xr" href="https://manpages.debian.org/unstable/pygopherd.8.en.html">pygopherd(8)</a>, - <a class="Lk" href="gopher://gopher.floodgap.com/0/buck/dbrowse?faquse%201a">Bucktooth's - gophermap documentation</a> and - <a class="Lk" href="https://tools.ietf.org/html/rfc1436#page-14">the file type - list from RFC1436</a>. +<p class="Pp"><a class="Xr" href="https://manpages.debian.org/unstable/pygopherd.8.en.html">pygopherd(8)</a>, + <a class="Lk" href="gopher://gopher.floodgap.com/0/buck/dbrowse?faquse%201a">Bucktooth's + gophermap documentation</a> and + <a class="Lk" href="https://tools.ietf.org/html/rfc1436#page-14">the file + type list from RFC1436</a>.</p> <p class="Pp"><a class="Xr" href="./spacecookie.1.html">spacecookie(1)</a>, <a class="Xr" href="./spacecookie.json.5.html">spacecookie.json(5)</a></p> </section> <section class="Sh"> <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -The <code class="Nm">spacecookie.gophermap</code> documentation has been written - by <span class="An">sternenseemann</span>, - <a class="Mt" href="mailto:sterni-spacecookie@systemli.org">sterni-spacecookie@systemli.org</a>. +<p class="Pp">The <code class="Nm">spacecookie.gophermap</code> documentation + has been written by <span class="An">sternenseemann</span>, + <a class="Mt" href="mailto:sterni-spacecookie@systemli.org">sterni-spacecookie@systemli.org</a>.</p> </section> </div> <table class="foot"> <tr> - <td class="foot-date">September 19, 2021</td> + <td class="foot-date">November 29, 2021</td> <td class="foot-os">NixOS</td> </tr> </table> |