Converts the index of RFCs to gemtext (text/gemini), to be served via Gemini.
Go to file
Stephane Bortzmeyer 4f72bf3ee0 Reference to source code 2021-03-27 17:57:09 +01:00
.gitignore Initial commit 2021-03-27 14:37:49 +01:00
LICENSE Initial commit 2021-03-27 14:37:49 +01:00
Makefile First code import 2021-03-27 16:45:34 +00:00
README.md First code import 2021-03-27 16:45:34 +00:00
rfc-index2gemini.py Reference to source code 2021-03-27 17:57:09 +01:00

README.md

rfc2gemini

Converts the index of RFCs to gemtext (text/gemini), to be served via Gemini.

Installation

Download the program. Check that the paths in Makefile and rfc-index2gemini.py are OK for you. Then run the program periodically, for instance through cron:

# RFC index
52 1,5,9,13,17,21 * * *  (cd /path/to/RFC-index; make all)