Purely for historical interest
Go to file
Juhani Haverinen 4813b25104 Move HTTP header logic inside serverequest, add HTTP status codes for errors 2015-04-26 00:33:59 +03:00
README Fixed typo 2014-12-06 22:39:30 +02:00
UNLICENSE First commit 2014-12-06 22:37:45 +02:00
gophersrv.py Move HTTP header logic inside serverequest, add HTTP status codes for errors 2015-04-26 00:33:59 +03:00

README

It serves gopher, duh.
Modify lines 37 and 38 to configure.
Will automatically attempt to execute anything with execute bit (except directories).
Requires Python 2, as Python 3's string handling it just weird.
Also responds to HTTP queries.