A centralized, lightweight feed reader with simple self-hosting
Go to file
Daniel J. Summers c74d9ccb74 Allow HTML in all item content
RSS description may contain encoded entities
2024-04-14 20:05:39 -04:00
src Allow HTML in all item content 2024-04-14 20:05:39 -04:00
.gitignore Add initial data tables (#2) 2024-04-04 19:15:58 -04:00
INSTALLING.md Add installation dox 2024-04-13 23:15:48 -04:00
LICENSE Initial commit 2024-04-04 00:55:31 +00:00
README.md Add installation dox 2024-04-13 23:15:48 -04:00

Feed Reader Central

Feed Reader Central is a lightweight feed reader with simple self-hosting. The self-hosted instance serves as a place where feeds can be read and referenced from different devices.

It is written in vanilla PHP, and uses a SQLite database to keep track of items.

See INSTALLING.md for setup and configuration instructions.