Some feed reader notes: * Modified my feed …

Some feed reader notes:

* Modified my feed reader to accept Micropub “read” posts, and act like a read-it-later app
* Will need improved “content extraction filters,” eventually
* Moved all such non-core features to a plugin system of sorts
* Plugins are Composer/Laravel packages that are registered on-the-fly rather than autoloaded the normal way
* Settled on Eventy rather than “default” event listeners, etc., for filter and action hooks
* All of this allows admins to add, (de)activate or delete plugins without shell access (or breaking things)

One response to “Some feed reader notes: * Modified my feed …”

  1. Jan Boddez Avatar

    How I use my feed reader as a read-it-later app? Using Micropub, I add a “read” post to (the CMS of) my user-facing website, which …