A simple web app to read RSS feeds.
Find a file
2020-05-26 22:35:36 +02:00
assets Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
bin Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
config Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
public Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
src Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
templates Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
tests Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
.env Base Setup 2020-05-25 22:47:09 +02:00
.env.test Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
.gitignore Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
composer.json Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
composer.lock Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
gulpfile.js Add basic css 2020-05-25 23:32:57 +02:00
package.json Add basic css 2020-05-25 23:32:57 +02:00
phpunit.xml.dist Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
readme.rst Add readme 2020-05-26 13:03:40 +02:00
symfony.lock Add basic import of opml, display feed and buckets 2020-05-26 22:35:36 +02:00
yarn.lock Add basic css 2020-05-25 23:32:57 +02:00

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.