exceedingly simple gopher daemon
Go to file
randomuser 63dbf95994 add simple cgi script to sandbox 2021-07-29 20:42:11 -05:00
init add tentative service file for esgd 2021-07-23 14:39:39 -05:00
sandbox add simple cgi script to sandbox 2021-07-29 20:42:11 -05:00
.gitignore remove some stuff from the gitignore 2021-07-23 14:29:05 -05:00
README add documentation 2021-07-23 20:14:58 -05:00
esgd.py add --nocgi and --direxc 2021-07-23 20:12:36 -05:00

README

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

-ndx, --direxc PATH: selectors containing
  PATH are not executing
-nx, --nocgi: disable cgi execution

files:
esgd.py - main executable
README - this file
sandbox - test gophermaps for setting up the server
init - init scripts/configuration files