Feed-on-Feeds
Feed-on-Feeds copied to clipboard
RSS feed aggregator
The lack of a single page-up step is getting really obnoxious especially when using this netbook with a tiny screen. note to self, get that working again.
See also https://github.com/dariusk/rss-to-activitypub/issues/57 The idea is to let the server tell you to dial back on the fetching. The user should be able to override it, and in fact even...
Currently, items do not track any `` metadata that's associated with them in an originating Atom feed; `fof_db_get_items` just does a join on the feed itself to determine `$feed_uri` et...
Headings/subheadings look really heckin' weird right now, and part of that is because FoF seems to expect a certain base header level (which was probably from back when it was...
Upgrading sinplepie means getting mf2 support. Might be nontrivial though.
It'd be cool to add an API to Feed-On-Feeds so that it could eventually become usable with other clients. In particular, being able to support Microsub (possibly via @snarfed's [Microsub...
Certain web CMSes (\*cough\* Publ \*cough\*) make use of `style` attributes in ways that tend to break some things when they're completely filtered out. But we don't want every possible...
Item and render plugins should probably be modified such that they take in a DOMDocument that we only have to parse and emit once, rather than on a per-plugin basis....