rfc2gemini/README.md

15 lines
436 B
Markdown
Raw Normal View History

2021-03-27 14:37:49 +01:00
# rfc2gemini
2021-03-27 17:45:34 +01:00
Converts the index of [RFCs](https://www.rfc-editor.org/) to gemtext (`text/gemini`), to be served via [Gemini](https://en.wikipedia.org/wiki/Gemini_(protocol)).
## 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)
```