diff options
| author | 2015-06-01 19:42:09 +0200 | |
|---|---|---|
| committer | 2015-06-01 19:42:09 +0200 | |
| commit | ee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (patch) | |
| tree | c4bcf466e174c9abc1f15b29e8940e5fabad803d /data/PubSubHubbub | |
| parent | 12972ee54ab7a732f1ca2349ff2ce46e6b245404 (diff) | |
| parent | 137c498c84da23f9abad2217c5fd716d6c514573 (diff) | |
Merge pull request #831 from Alkarex/PubSubHubbub
PubSubHubbub
Diffstat (limited to 'data/PubSubHubbub')
| -rw-r--r-- | data/PubSubHubbub/feeds/.gitignore | 1 | ||||
| -rw-r--r-- | data/PubSubHubbub/feeds/README.md | 7 | ||||
| -rw-r--r-- | data/PubSubHubbub/keys/.gitignore | 1 | ||||
| -rw-r--r-- | data/PubSubHubbub/keys/README.md | 4 |
4 files changed, 13 insertions, 0 deletions
diff --git a/data/PubSubHubbub/feeds/.gitignore b/data/PubSubHubbub/feeds/.gitignore new file mode 100644 index 000000000..150f68c80 --- /dev/null +++ b/data/PubSubHubbub/feeds/.gitignore @@ -0,0 +1 @@ +*/* diff --git a/data/PubSubHubbub/feeds/README.md b/data/PubSubHubbub/feeds/README.md new file mode 100644 index 000000000..a01a3197f --- /dev/null +++ b/data/PubSubHubbub/feeds/README.md @@ -0,0 +1,7 @@ +List of canonical URLS of the various feeds users have subscribed to. +Several users can have subscribed to the same feed. + +* ./base64url(canonicalUrl)/ + * ./!hub.json + * ./user1.txt + * ./user2.txt diff --git a/data/PubSubHubbub/keys/.gitignore b/data/PubSubHubbub/keys/.gitignore new file mode 100644 index 000000000..2211df63d --- /dev/null +++ b/data/PubSubHubbub/keys/.gitignore @@ -0,0 +1 @@ +*.txt diff --git a/data/PubSubHubbub/keys/README.md b/data/PubSubHubbub/keys/README.md new file mode 100644 index 000000000..bb1e57cd4 --- /dev/null +++ b/data/PubSubHubbub/keys/README.md @@ -0,0 +1,4 @@ +List of keys given to PubSubHubbub hubs + +* ./sha1(random + salt).txt + * base64url(canonicalUrl) |
