MyShaarli/plugins/pubsubhubbub
ArthurHoaro 12266213d0 Shaarli's translation
* translation system and unit tests
 * Translations everywhere

Dont use translation merge

It is not available with PHP builtin gettext, so it would have lead to inconsistency.
2017-10-22 12:55:03 +02:00
..
README.md Move PubSubHubbub code as a default plugin 2016-12-20 11:41:24 +01: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 Shaarli's translation 2017-10-22 12:55:03 +02:00

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.