1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
|
<!--
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY PyGopherd "<application>PyGopherd</application>">
<!ENTITY OfflineIMAP "<application>OfflineIMAP</application>">
]> -->
<!-- "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd"> -->
<reference id="pygopherd.man">
<title>PyGopherd Manpage</title>
<refentry>
<refentryinfo>
<address><email>jgoerzen@complete.org</email></address>
<author><firstname>John</firstname><surname>Goerzen</surname></author>
<date> $Date: 2003-08-25 16:14:52 -0500 (Mon, 25 Aug 2003) $ </date>
</refentryinfo>
<refmeta>
<refentrytitle>pygopherd</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo>John Goerzen</refmiscinfo>
</refmeta>
<refnamediv>
<refname>PyGopherd</refname>
<refpurpose>Multiprotocol Information Server</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>pygopherd</command>
<arg><replaceable>configfile</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="man.description">
<title>Description</title>
<para>
Welcome to &PyGopherd;. In a nutshell, &PyGopherd;
is a modern dynamic
multi-protocol hierarchical information server with a pluggable
modularized extension system,
full flexible caching, virtual files and
folders, and autodetection of file types -- all with support for
standardized yet extensible per-document metadata. Whew! Read on for
information on this what all these buzzwords mean.
</para>
</refsect1>
<refsect1 id="manpage.quickstart">
<title>Quick Start</title>
&quickstart;
</refsect1>
<refsect1 id="options">
<title>Options</title>
<para>
All &PyGopherd; configuratoin is done via the configuration
file. Therefore, the program has only one command-line
option:
</para>
<variablelist>
<varlistentry><term><replaceable>configfile</replaceable></term>
<listitem><para>This option argument specifies the location
of the configuration file that &PyGopherd; is to use.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="conforming">
<title>Conforming To</title>
<itemizedlist>
<listitem><para>
The Internet Gopher Protocol as specified in RFC1436
</para>
</listitem>
<listitem><para>
The Gopher+ upward-compatible enhancements to the Internet Gopher
Protocol from the University of Minnesota as laid out at
<ulink
url="gopher://gopher.quux.org/0/Archives/mirrors/boombox.micro.umn.edu/pub/gopher/gopher_protocol/Gopher+/Gopher+.txt"></ulink>.
</para>
</listitem>
<listitem><para>
The gophermap file format as originally implemented in the
Bucktooth gopher server and described at
<ulink
url="gopher://gopher.floodgap.com/0/buck/dbrowse%3Ffaquse%201"></ulink>.
</para>
</listitem>
<listitem><para>
The Links to URL specification as laid out by John Goerzen
at
<ulink
url="gopher://gopher.quux.org/0/Archives/Mailing%20Lists/gopher/gopher.2002-02%3f/MBOX-MESSAGE/34"></ulink>.
</para>
</listitem>
<listitem><para>
The UMN format for specifying object attributes and links
with .cap, .Links, .abstract, and similar files as specified elsewhere
in this document and implemented by UMN gopherd.
</para>
</listitem>
<listitem><para>
The PYG format for extensible Python gopher objects as created for
&PyGopherd;.</para>
</listitem>
<listitem><para>
Hypertext Transfer Protocol HTTP/1.0 as specified in
RFC1945
</para>
</listitem>
<listitem><para>
Hypertext Markup Language (HTML) 3.2 and 4.0
Transitional as specified in RFC1866 and RFC2854.
</para>
</listitem>
<listitem><para>
Maildir as specified in
<ulink
url="http://www.qmail.org/qmail-manual-html/man5/maildir.html"></ulink> and
<ulink url="http://cr.yp.to/proto/maildir.html"></ulink>.
</para>
</listitem>
<listitem><para>
The mbox mail storage format as specified in
<ulink
url="http://www.qmail.org/qmail-manual-html/man5/mbox.html"></ulink>.
</para>
</listitem>
<listitem><para>
Registered MIME media types as specified in RFC2048.
</para>
</listitem>
<listitem><para>
Script execution conforming to both UMN standards as laid out in UMN
gopherd(1) and Bucktooth standards as specified at
<ulink
url="gopher://gopher.floodgap.com:70/0/buck/dbrowse%3ffaquse%202"></ulink>,
so far as each can be implemented consistent with secure
design principles.
</para>
</listitem>
<listitem>
<para>
Standard Python 2.2.1 or above as implemented on
POSIX-compliant systems.
</para>
</listitem>
<listitem>
<para>
WAP/WML as defined by the WAP Forum.</para>
</listitem>
</itemizedlist>
</refsect1>
<refsect1 id="bugs">
<title>Bugs</title>
<para>
Reports of bugs should be sent via e-mail to the &PyGopherd;
bug-tracking system (BTS) at
<email>pygopherd@bugs.complete.org</email> or submitted online
using the Web interface at <ulink
url="http://bugs.complete.org/"></ulink>.
</para>
<para>
The Web site also lists all current bugs, where you can check their
status or contribute to fixing them.
</para>
</refsect1>
<refsect1 id="copyright">
<title>Copyright</title>
<para>
&PyGopherd; is Copyright (C) 2002, 2003 John Goerzen.
</para>
<para>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; version 2 of the
License.
</para>
<para>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</para>
<para>
You should have received a copy of the GNU General Public License
along with this program; if not, write to:
</para>
<programlisting>
Free Software Foundation, Inc.
59 Temple Place
Suite 330
Boston, MA 02111-1307
USA
</programlisting>
</refsect1>
<refsect1 id="author">
<title>Author</title>
<para>
&PyGopherd;, its libraries, documentation, and all included
files (except where noted) was written by John Goerzen
<email>jgoerzen@complete.org</email>
and copyright is held as stated in the
Copyright section.
</para>
<para>
Portions of this manual (specifically relating to certian UMN gopherd
features and characteristics that PyGopherd emulates) are modified
versions of the original
gopherd(1) manpage accompanying the UMN gopher distribution. That
document is distributed under the same terms as this, and
bears the following copyright notices:
</para>
<programlisting>
Copyright (C) 1991-2000 University of Minnesota
Copyright (C) 2000-2002 John Goerzen and other developers
</programlisting>
<para>
&PyGopherd; may be downloaded, and information found, from its
homepage via either Gopher or HTTP:
</para>
<para>
<ulink
url="gopher://quux.org/1/devel/gopher/pygopherd"></ulink></para>
<para>
<ulink
url="http://quux.org/devel/gopher/pygopherd"></ulink></para>
<para>
&PyGopherd; may also be downloaded using Subversion. Additionally,
the distributed tar.gz may be updated with a simple "svn update"
command; it is ready to go. For information on getting
&PyGopherd; with Subversion, please visit <ulink
url="http://svn.complete.org/"></ulink>.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para>
python (1).
</para>
</refsect1>
</refentry>
|