A centralized, lightweight feed reader with simple self-hosting
Go to file
Daniel J. Summers 2495136fc9 First cut of read bookmarked item page (#14)
- Added Bookmarked link to header if items exist
2024-05-23 23:02:07 -04:00
src First cut of read bookmarked item page (#14) 2024-05-23 23:02:07 -04:00
.gitignore Rename user config (#18) 2024-04-27 19:09:13 -04:00
INSTALLING.md Add no purge, manual delete options (#12) 2024-04-30 18:51:09 -04:00
LICENSE Initial commit 2024-04-04 00:55:31 +00:00
README.md Update host note, fix doc link 2024-04-15 18:21:11 -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.