diff options
author | Arthur <arthur@hoa.ro> | 2016-12-20 11:44:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 11:44:19 +0100 |
commit | e0177549c760b143efdd17b1579e0c0199dce939 (patch) | |
tree | ebe39650f12a80c09f8fae1b87a9d5c4c4141466 /plugins/pubsubhubbub/README.md | |
parent | 80677a23e2e10d78bc527e9754286787b453ce61 (diff) | |
parent | db90dfcbbc406b50381f17a72f24095fee91bb09 (diff) | |
download | Shaarli-e0177549c760b143efdd17b1579e0c0199dce939.tar.gz Shaarli-e0177549c760b143efdd17b1579e0c0199dce939.tar.zst Shaarli-e0177549c760b143efdd17b1579e0c0199dce939.zip |
Merge pull request #620 from ArthurHoaro/pubsubhub
Move Pubsubhub to a default plugin
Diffstat (limited to 'plugins/pubsubhubbub/README.md')
-rw-r--r-- | plugins/pubsubhubbub/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/pubsubhubbub/README.md b/plugins/pubsubhubbub/README.md new file mode 100644 index 00000000..3a65492a --- /dev/null +++ b/plugins/pubsubhubbub/README.md | |||
@@ -0,0 +1,20 @@ | |||
1 | # PubSubHubbub plugin | ||
2 | |||
3 | Enable this plugin to notify a Hub everytime you add or edit a link. | ||
4 | |||
5 | This allow hub subcribers to receive update notifications in real time, | ||
6 | which is useful for feed syndication service which supports PubSubHubbub. | ||
7 | |||
8 | ## Public Hub | ||
9 | |||
10 | By default, Shaarli will use [Google's public hub](http://pubsubhubbub.appspot.com/). | ||
11 | |||
12 | [Here](https://github.com/pubsubhubbub/PubSubHubbub/wiki/Hubs) is a list of public hubs. | ||
13 | |||
14 | You can also host your own PubSubHubbub server implementation, such as [phubb](https://github.com/cweiske/phubb). | ||
15 | |||
16 | ## cURL | ||
17 | |||
18 | While there is a fallback function to notify the hub, it's recommended that | ||
19 | you have PHP cURL extension enabled to use this plugin. | ||
20 | |||