From ae5c02cfdd4b059f5fe522214129c286ac18838a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 26 May 2020 13:03:40 +0200 Subject: [PATCH] Add readme --- readme.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readme.rst diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..e62aded --- /dev/null +++ b/readme.rst @@ -0,0 +1,13 @@ +News Reader in PHP +================== + +A small private project to play around with Frontend (HTML + CSS), +as well with Symfony. + +The goal is to provide a small self hosted web application to read news from RSS Feeds. + +Feeds can be grouped into buckets. + +Feeds should be added via web ui, as well imported via OPML from command line. + +Let's see where it goes.