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.