cd618bd8be
On bulk operations, this plugin heavily impacts performances because it make 1 external request per link saved. Add a simple limit to only make one call per request. |
||
---|---|---|
.. | ||
hub.atom.xml | ||
hub.rss.xml | ||
pubsubhubbub.meta | ||
pubsubhubbub.php | ||
README.md |
PubSubHubbub plugin
Enable this plugin to notify a Hub everytime you add or edit a link.
This allow hub subcribers to receive update notifications in real time, which is useful for feed syndication service which supports PubSubHubbub.
Public Hub
By default, Shaarli will use Google's public hub.
Here is a list of public hubs.
You can also host your own PubSubHubbub server implementation, such as phubb.
cURL
While there is a fallback function to notify the hub, it's recommended that you have PHP cURL extension enabled to use this plugin.