MyShaarli/plugins/pubsubhubbub
clach04 f812581234
Doc update, WebSub (formerly PubSubHubbub) plugin
Clarify old and new name along with Wikipedia link.
2023-07-15 02:11:57 -07:00
..
hub.atom.xml Move PubSubHubbub code as a default plugin 2016-12-20 11:41:24 +01:00
hub.rss.xml Move PubSubHubbub code as a default plugin 2016-12-20 11:41:24 +01:00
pubsubhubbub.meta Move PubSubHubbub code as a default plugin 2016-12-20 11:41:24 +01:00
pubsubhubbub.php PubSubHub Plugin: make 1 external call per request (#1877) 2022-11-26 08:57:59 -05:00
README.md Doc update, WebSub (formerly PubSubHubbub) plugin 2023-07-15 02:11:57 -07:00

PubSubHubbub plugin

Enable this plugin to notify a WebSub (formerly PubSubHubbub) 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 WebSub/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 WebSub/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.