diff options
| author | 2015-05-15 15:34:51 +0200 | |
|---|---|---|
| committer | 2015-05-15 15:34:51 +0200 | |
| commit | c472569b3861541c322c850c4ff8ca3471572f40 (patch) | |
| tree | ae2ecf23892c289dbffb18079db6b5781293631a /data/PubSubHubbub | |
| parent | 256c8613a4046931dcd28ab22b6aebe8752a98c2 (diff) | |
First alpha of PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312
Using a white list limited to http://push-pub.appspot.com/feed for alpha
testing.
Diffstat (limited to 'data/PubSubHubbub')
| -rw-r--r-- | data/PubSubHubbub/feeds/README.md | 11 | ||||
| -rw-r--r-- | data/PubSubHubbub/keys/.gitignore (renamed from data/PubSubHubbub/secrets/.gitignore) | 0 | ||||
| -rw-r--r-- | data/PubSubHubbub/keys/README.md (renamed from data/PubSubHubbub/secrets/README.md) | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/data/PubSubHubbub/feeds/README.md b/data/PubSubHubbub/feeds/README.md index 15fa8e521..a01a3197f 100644 --- a/data/PubSubHubbub/feeds/README.md +++ b/data/PubSubHubbub/feeds/README.md @@ -1,12 +1,7 @@ List of canonical URLS of the various feeds users have subscribed to. -Several feeds can share the same canonical URL (rel="self"). Several users can have subscribed to the same feed. * ./base64url(canonicalUrl)/ - * ./secret.txt - * ./base64url(feedUrl1)/ - * ./user1.txt - * ./user2.txt - * ./base64url(feedUrl2)/ - * ./user3.txt - * ./user4.txt + * ./!hub.json + * ./user1.txt + * ./user2.txt diff --git a/data/PubSubHubbub/secrets/.gitignore b/data/PubSubHubbub/keys/.gitignore index 2211df63d..2211df63d 100644 --- a/data/PubSubHubbub/secrets/.gitignore +++ b/data/PubSubHubbub/keys/.gitignore diff --git a/data/PubSubHubbub/secrets/README.md b/data/PubSubHubbub/keys/README.md index ad8158839..bb1e57cd4 100644 --- a/data/PubSubHubbub/secrets/README.md +++ b/data/PubSubHubbub/keys/README.md @@ -1,4 +1,4 @@ -List of secrets given to PubSubHubbub hubs +List of keys given to PubSubHubbub hubs * ./sha1(random + salt).txt * base64url(canonicalUrl) |
