diff options
author | hozan23 <hozan23@karyontech.net> | 2024-06-20 00:58:53 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-06-20 00:58:53 +0200 |
commit | bf48359d2237cba4fddbff8e052b45ade0ed81c4 (patch) | |
tree | b4a3a67074e577af88c149eff5bb5c88d41f3fa5 /README | |
parent | 6bd3e03de1c3a9202660556ac479e8317d357c21 (diff) |
add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,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 + |