diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-11-14 23:16:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:27 +0700 |
commit | b0ec5572ca1cf4243b29e98c4306f66efee8edea (patch) | |
tree | c9331e0e14293b85c21da82e6a3bbe9f31405d82 /network/geomyidae/README | |
parent | 1de52fa1fac1311093621726ad4d95abd4758e5d (diff) | |
download | slackbuilds-b0ec5572ca1cf4243b29e98c4306f66efee8edea.tar.gz |
network/geomyidae: Added (A small C-based gopherd).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/geomyidae/README')
-rw-r--r-- | network/geomyidae/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/geomyidae/README b/network/geomyidae/README new file mode 100644 index 0000000000..049e047c6e --- /dev/null +++ b/network/geomyidae/README @@ -0,0 +1,12 @@ +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) + +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. |