blob: 7be0c3b445cfed88a46727a310cee2b60cf43608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
geomyidae (A small C-based gopherd)
Features:
* gopher menus (see index.gph for an example)
* dir listings (if no index.gph was found)
* cgi support (.cgi files are executed)
* search support in CGI files
* logging (-l option) and loglevels (-v option)
* optional TLS support
An rc.geomyidae is included which takes its startup options
from the $GEOMYIDAE_ARGS environmental variable. Read
/usr/doc/geomyidae-$VERSION/README for a list of the full
options.
The gph.vim ftdetect and syntax files are now installed into
/usr/share/vim/ so there is no need to copy them manually.
OPTIONAL:
libtls for TLS support and:
TLS=yes ./geomyidae.SlackBuild
|