Merge pull request #2008 from clach04/patch-1
Doc update, WebSub (formerly PubSubHubbub) plugin
This commit is contained in:
commit
e91984b507
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# PubSubHubbub plugin
|
# PubSubHubbub plugin
|
||||||
|
|
||||||
Enable this plugin to notify a Hub everytime you add or edit a link.
|
Enable this plugin to notify a [WebSub](https://en.m.wikipedia.org/wiki/WebSub) (formerly PubSubHubbub) Hub everytime you add or edit a link.
|
||||||
|
|
||||||
This allow hub subcribers to receive update notifications in real time,
|
This allow hub subcribers to receive update notifications in real time,
|
||||||
which is useful for feed syndication service which supports PubSubHubbub.
|
which is useful for feed syndication service which supports WebSub/PubSubHubbub.
|
||||||
|
|
||||||
## Public Hub
|
## Public Hub
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ By default, Shaarli will use [Google's public hub](http://pubsubhubbub.appspot.c
|
||||||
|
|
||||||
[Here](https://github.com/pubsubhubbub/PubSubHubbub/wiki/Hubs) is a list of public hubs.
|
[Here](https://github.com/pubsubhubbub/PubSubHubbub/wiki/Hubs) is a list of public hubs.
|
||||||
|
|
||||||
You can also host your own PubSubHubbub server implementation, such as [phubb](https://github.com/cweiske/phubb).
|
You can also host your own WebSub/PubSubHubbub server implementation, such as [phubb](https://github.com/cweiske/phubb).
|
||||||
|
|
||||||
## cURL
|
## cURL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue