PlaidWeb / Pushl

Push notification adapter for feeds
MIT License
30 stars 0 forks source link

Support h-feed #24

Closed fluffy-critter closed 4 years ago

fluffy-critter commented 5 years ago

A lot of IndieWeb folks are moving away from atom/rss and towards h-feed. If a feed fails to parse using feedparser, use https://github.com/microformats/mf2py to parse the feed out and do the same logic.

Also add support for <link rel="feed"> for feed discovery in recursive mode.

Remember to support WebSub, which should also probably be added to content pages as well.