blob: 15fa8e521a31e04c1d1fcc9df03666fd6e930748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|