mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-21 11:56:08 +01:00
A simple web app to read RSS feeds.
Daniel Siepmann
8efad3e1fd
Basic import of entries from feeds. Also make imported feeds accessible in frontend. |
||
---|---|---|
assets | ||
bin | ||
config | ||
public | ||
src | ||
templates | ||
tests | ||
.env | ||
.env.test | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
gulpfile.js | ||
package.json | ||
phpunit.xml.dist | ||
readme.rst | ||
symfony.lock | ||
yarn.lock |
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.