2016-08-02 11:55:49 +02:00
|
|
|
# PubSubHubbub plugin
|
|
|
|
|
2023-07-15 11:11:57 +02:00
|
|
|
Enable this plugin to notify a [WebSub](https://en.m.wikipedia.org/wiki/WebSub) (formerly PubSubHubbub) Hub everytime you add or edit a link.
|
2016-08-02 11:55:49 +02:00
|
|
|
|
|
|
|
This allow hub subcribers to receive update notifications in real time,
|
2023-07-15 11:11:57 +02:00
|
|
|
which is useful for feed syndication service which supports WebSub/PubSubHubbub.
|
2016-08-02 11:55:49 +02:00
|
|
|
|
|
|
|
## Public Hub
|
|
|
|
|
|
|
|
By default, Shaarli will use [Google's public hub](http://pubsubhubbub.appspot.com/).
|
|
|
|
|
|
|
|
[Here](https://github.com/pubsubhubbub/PubSubHubbub/wiki/Hubs) is a list of public hubs.
|
|
|
|
|
2023-07-15 11:11:57 +02:00
|
|
|
You can also host your own WebSub/PubSubHubbub server implementation, such as [phubb](https://github.com/cweiske/phubb).
|
2016-08-02 11:55:49 +02:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|