aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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
+