From bf48359d2237cba4fddbff8e052b45ade0ed81c4 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 20 Jun 2024 00:58:53 +0200 Subject: add README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..796b454 --- /dev/null +++ b/README @@ -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 + -- cgit v1.2.3