make a proper readme
This commit is contained in:
parent
ffbbb6f93b
commit
0be76c0711
19
README
19
README
|
@ -1 +1,18 @@
|
|||
esgd - exceedingly simple gopher daemon
|
||||
esgd is a simple gopher daemon. it supports a simpler subset
|
||||
of the CGI/1.1 specification for CGI, and it automatically
|
||||
brings gophermaps missing certain features up to compliance.
|
||||
the modules used in esgd are part of the standard python
|
||||
distribution.
|
||||
|
||||
options:
|
||||
-u, --user: user to change to on startup
|
||||
-g, --group: group to change to on startup
|
||||
-s, --host: host name
|
||||
-p, --port: port
|
||||
-d, --dir: directory to host from
|
||||
|
||||
files:
|
||||
esgd.py - main executable
|
||||
README - this file
|
||||
sandbox - test gophermaps for setting up the server
|
||||
init - init scripts/configuration files
|
||||
|
|
Loading…
Reference in New Issue