Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

irl/pygopherd3k

 
 

Repository files navigation

README for Pygopherd for Python 3

Build Status Coverage Status Code Health

This is a fork of Pygopherd. It is still experimental and there are probably still things that are broken.

Try it out

  1. Modify conf/pygopherd.conf:

    • Set usechroot = no (expect that chroot will be broken)
    • Comment out (add a # sign to the start of the line) the pidfile, setuid, and setgid lines
    • Set mimetypes = ./conf/mime.types
    • Set root = to something appropriate.
    • Set port to a number greater than 1024.
  2. Modify the first line of bin/pygopherd to reflect the location of your Python installation.

  3. Invoke pygopherd by running: PYTHONPATH=. ./bin/pygopherd

About

Multiprotocol Gopher/Web Server [Python 3]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.3%
  • Shell 0.1%