blob: 796b4546a5b50b9d78b27fae772e1aec07f95d28 (
plain)
1
2
3
4
5
6
7
|
A poor man's implementation to fetch news from RSS feeds using sfeed_update,
process the news data from a JSON file, and generate an HTML file containing
the news links.
Dependencies:
- sfeed: https://codemadness.org/sfeed-simple-feed-parser.html
|