~solderpunk/agena

Gemini-to-Gopher proxy written in Python
Minor changes to README, e.g. at webpage URL.
Add copyright and contributors notice to source file.
Remove unsed import.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~solderpunk/agena
read/write
git@git.sr.ht:~solderpunk/agena

You can also use your local clone with git send-email.

#Agena

Agena is a Gemini-to-Gopher proxy written in Python, released under the BSD 2-Clause License. There is an Agena page in Geminispace, which also has a webpage mirror. You can access formatted versions of the Agena man page there, as well as other useful information, release history, etc.

By design, Agena consists of a single file, agena.py, and has no mandatory dependencies beyond the Python standard library (although the chardet library will be used opportunistically if installed). You can install it with pip, or just copy agena.py to somewhere in your $PATH.

The source code lives in a git repo hosted at SourceHut. There is also a ticket tracker you can use to report bugs.

The git repository contains the following files (plus some development / packaging related noise):

  • LICENSE - text of BSD 2-Clause License
  • README.md - the README file you are currently reading
  • agena.1 - troff source for the agena(1) man page
  • agena.py - Python source for Agena itself
Do not follow this link