All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
feed.py
renamed togenerate_feed.py
- When entries could not be generated, don't overwrite the feed
- Add license
- Updated readme
- Retroactively add a changelog
- Include a
README.md
to describe the project - Include an example
- Use
sqlite3
to manage publication times where none exist on the page- Add a
db.py
to manage the database
- Add a
- Use
feedgen
instead ofrfeed
- #1
- Move
feed.xml
intofeed.xml.original
as baseline - Untrack
feed.xml
as it changes instead
- Initial version