aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2020-03-06 18:39:59 +0100
committerChristian Weiske <cweiske@cweiske.de>2020-03-06 18:39:59 +0100
commitd35cf6a284f57392ef33703ded46174cc48b6bf5 (patch)
treee7cf83484e3add0ba20a26ca38061310cfbca8ad
parentc32d1b6ffe81afb36fdcaebe0254ad191b72bff6 (diff)
downloadphinde-d35cf6a284f57392ef33703ded46174cc48b6bf5.tar.gz
phinde-d35cf6a284f57392ef33703ded46174cc48b6bf5.zip
Talk about WebSub
-rw-r--r--README.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2e00218..e52581d 100644
--- a/README.rst
+++ b/README.rst
@@ -146,9 +146,9 @@ https://www.elastic.co/guide/en/elasticsearch/plugins/2.0/delete-by-query-usage.
Subscribe to a website/feed
===========================
-Phinde supports WebSub to get subscribe to changes of a website.
-When phinde gets notified by the hub about changes, it will
-immediately crawl and index the changed pages.
+Phinde supports WebSub__ to get subscribe to changes of a website.
+When phinde gets notified by the website's hub about changes,
+it will immediately crawl and index the changed pages.
Subscribe to a website's feed::
@@ -159,6 +159,12 @@ Phinde will determine the website's hub and send a registration request to it.
The status page will show the number of working, and the number of open
subscriptions.
+Unsubscribing also happens on command line::
+
+ $ php bin/unsubscribe.php http://example.org/feed.atom
+
+__ https://www.w3.org/TR/websub/
+
============
About phinde
============