You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE.txt | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
feeds.txt | 1 year ago | |
footer.gmi | 2 years ago | |
gcat | 2 years ago | |
header.gmi | 2 years ago |
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.