Files
FreshRSS/data/PubSubHubbub/feeds
Alexandre Alapetite 256c8613a4 First draft of PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312
Requires setting base_url in config.php.
Currently using the filesystem (no change to the database)
2015-05-15 03:21:36 +02:00
..
2015-05-15 03:21:36 +02:00
2015-05-15 03:21:36 +02:00

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