Skip to content

michael-lazar/pygopherd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build license GPLv2

PyGopherd

PyGopherd is a multiprotocol (gopher, gopher+, http, wap) information server.

PyGopherd Online User Manual

History

This repo is a fork of jgoerzen/pygopherd that adds support for Python 3.

If you're upgrading from an old version of PyGopherd, see the upgrade notes.

Quickstart

Debian

Use the .deb:

dpkg -i pygopherd.deb

or

apt-get install pygopherd

Non-Debian

First, download and install Python 3.7 or higher.

You can run pygopherd either in-place (as a regular user account) or as a system-wide daemon. For running in-place, do this:

PYTHONPATH=. bin/pygopherd conf/local.conf

For installing,

python3 setup.py install

Make sure that the /etc/pygopherd/pygopherd.conf names valid users (setuid, setgid) and valid document root (root).