gnu-social/plugins/OStatus/scripts
Brion Vibber 9a53be4669 Initial support for third-party fallback hub such as Superfeedr for feed subscriptions.
If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own.
Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it!
Authentication may be specified for the fallback hub.

Example:

  $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub';
  $config['feedsub']['hub_user'] = 'abcd';
  $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk';

Also:
* Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches.
* enhanced messages for low-level FeedSub exceptions if they make it to outside display
2010-08-10 12:57:40 -07:00
..
fixup-shadow.php Clean up and clarify output on fix-shadow.php 2010-04-05 11:21:17 -07:00
resub-feed.php OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub. 2010-04-22 06:14:40 +02:00
testfeed.php Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus input. 2010-03-15 20:21:55 +00:00
update-profile.php Initial support for third-party fallback hub such as Superfeedr for feed subscriptions. 2010-08-10 12:57:40 -07:00
updateostatus.php Fix some remote subscription regressions from f21f78364a 2010-03-18 13:13:57 -07:00