An aggregator for feeds in Gemini format
Go to file
Emilis Dambauskas d796d9b89b Added a couple more feeds. 2020-12-04 09:06:09 +02:00
.gitignore Implemented a task to test feeds before adding. 2020-11-20 03:26:34 +02:00
LICENSE.txt Initial commit. 2020-11-18 00:07:06 +02:00
Makefile Added deployment task. 2020-11-24 00:50:16 +02:00
README.md Added README. 2020-11-18 00:19:54 +02:00
feeds.txt Added a couple more feeds. 2020-12-04 09:06:09 +02:00
footer.gmi Updated page title and copy. 2020-11-24 00:50:00 +02:00
gcat Initial commit. 2020-11-18 00:07:06 +02:00
header.gmi Added update notice. 2020-11-24 01:14:25 +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.