]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/RSS-feeds.md
RSS/ATOM feeds: process through Slim controller
[github/shaarli/Shaarli.git] / doc / md / RSS-feeds.md
index 71f4d7eeff39d7fd88825f4283493f415d6637c6..cdfb8c7857db7562a6b6634ec60cd54eb2d9e7b7 100644 (file)
@@ -1,14 +1,14 @@
 ### Feeds options
 
-Feeds are available in ATOM with `?do=atom` and RSS with `do=RSS`.
+Feeds are available in ATOM with `/feed-atom` and RSS with `/feed-rss`.
 
 Options:
 
 - You can use `permalinks` in the feed URL to get permalink to Shaares instead of direct link to shaared URL.
-    - E.G. `https://my.shaarli.domain/?do=atom&permalinks`.
+    - E.G. `https://my.shaarli.domain/feed-atom?permalinks`.
 - You can use `nb` parameter in the feed URL to specify the number of Shaares you want in a feed (default if not specified: `50`). The keyword `all` is available if you want everything.
-    - `https://my.shaarli.domain/?do=atom&permalinks&nb=42`
-    - `https://my.shaarli.domain/?do=atom&permalinks&nb=all`
+    - `https://my.shaarli.domain/feed-atom?permalinks&nb=42`
+    - `https://my.shaarli.domain/feed-atom?permalinks&nb=all`
 
 ### RSS Feeds or Picture Wall for a specific search/tag