aboutsummaryrefslogtreecommitdiff
path: root/data/PubSubHubbub/feeds
diff options
context:
space:
mode:
Diffstat (limited to 'data/PubSubHubbub/feeds')
-rw-r--r--data/PubSubHubbub/feeds/.gitignore1
-rw-r--r--data/PubSubHubbub/feeds/README.md12
2 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..15fa8e521
--- /dev/null
+++ b/data/PubSubHubbub/feeds/README.md
@@ -0,0 +1,12 @@
+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