An aggregator for feeds in Gemini format
Go to file
Emilis Dambauskas 9be068a783 Added README. 2020-11-18 00:19:54 +02:00
.gitignore Initial commit. 2020-11-18 00:07:06 +02:00
LICENSE.txt Initial commit. 2020-11-18 00:07:06 +02:00
Makefile Initial commit. 2020-11-18 00:07:06 +02:00
README.md Added README. 2020-11-18 00:19:54 +02:00
feeds.txt Initial commit. 2020-11-18 00:07:06 +02:00
footer.gmi Initial commit. 2020-11-18 00:07:06 +02:00
gcat Initial commit. 2020-11-18 00:07:06 +02:00
header.gmi Initial commit. 2020-11-18 00:07:06 +02:00

README.md

GMI Feed Aggregator

Usage

Prerequisites

  • Python

Running

Add feed URLs to feeds.txt.

Run make to create index.gmi.

Modify header.gmi and footer.gmi to customize the created page.

License

Copyright 2020 Emilis Dambauskas emilis@emilis.net

This is free software, and you are welcome to redistribute it under certain conditions; see LICENSE.txt for details.

gcat is copyright Aaron Janse under a MIT-like license. Copied over from https://github.com/aaronjanse/gcat. See source code for details.