This is a collection of all feeds linked on a recent lobste.rs post, minus those with missing or broken feed URLs. Feel free to submit changes to this repo, pulling it together was just a nice break from real work.
Template improvements more than welcome!
-
Check the feed for validity using the services: http://feedvalidator.org/ or https://validator.w3.org/feed/ or http://www.rssboard.org/rss-validator/
-
Add the feed URL to a text config file (config/config.ini):
[http://example.org/feed/url/]
name = Author/Group/Project Name
- Sort the config file::
cd config
python sort-ini.py
- Commit the config file to the repo.