A centralized, lightweight feed reader with simple self-hosting
Go to file
Daniel J. Summers d06249aecd beta4 changes (#26)
These changes are mostly in underlying libraries; however, this now uses the [inspired by F#](https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp) library to handle the feed parsing pipeline and optional return values

Reviewed-on: #26
2024-08-06 23:20:17 +00:00
src beta4 changes (#26) 2024-08-06 23:20:17 +00:00
.gitignore Documents and Documentation (beta 1) (#23) 2024-06-12 02:07:35 +00:00
create_dist.sh Documents and Documentation (beta 1) (#23) 2024-06-12 02:07:35 +00:00
INSTALLING.md Documents and Documentation (beta 1) (#23) 2024-06-12 02:07:35 +00: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.