summary refs log tree commit diff
path: root/www/text.causal.agency/igp.1
blob: ccfaeaa6c42b5048e4a754efcd5baefb5c1e4da4 (plain) (blame)
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
.Dd January 14, 2021
.Dt IGP 1
.Os
.
.Sh NAME
.Nm igp
.Nd insane gopher posse
.
.Sh SYNOPSIS
.Nm
.Op Fl h Ar host
.Op Fl p Ar port
.Ar directory
.
.Sh DESCRIPTION
The
.Nm
utility is a simple
Internet Gopher server
which can be started by
.Xr inetd 8 .
It serves directory listings
and files under
.Ar directory .
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl h Ar host
Set the host used in directory listings.
The default is the local host name.
.It Fl p Ar port
Set the port used in directory listeings.
The default is port 70.
.El
.
.Sh STANDARDS
.Rs
.%A B. Alberti
.%A F. Anklesaria
.%A D. Johnson
.%A P. Lindner
.%A M. McCahill
.%A D. Torrey
.%T The Internet Gopher Protocol
.%I IETF
.%R RFC 1436
.%D March 1993
.Re
9098326d5bb327f10617&follow=1'>Compare words without copying in filtersJune McEnroe 2019-11-10Separate tags from all targetJune McEnroe 2019-11-10Filter invite-notifyJune McEnroe 2019-11-10Add capsicum note to READMEJune McEnroe 2019-11-10Filter extended-joinJune McEnroe 2019-11-10Expand client configuration documentation and list capabilitiesJune McEnroe 2019-11-10Request all supported caps from serverJune McEnroe 2019-11-10Filter ACCOUNT, AWAY, CHGHOST for incapable clientsJune McEnroe 2019-11-10Rename listen to localJune McEnroe 2019-11-09Remove extended-join and invite-notifyJune McEnroe 2019-11-09Maintain stateCaps and offer them to clientsJune McEnroe 2019-11-09Parse capabilitiesJune McEnroe 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe