diff options
Diffstat (limited to 'doc/RSS-feeds.md')
-rw-r--r-- | doc/RSS-feeds.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/RSS-feeds.md b/doc/RSS-feeds.md new file mode 100644 index 00000000..764b3a49 --- /dev/null +++ b/doc/RSS-feeds.md | |||
@@ -0,0 +1,15 @@ | |||
1 | #RSS feeds | ||
2 | ### RSS Feeds or Picture Wall for a specific search/tag | ||
3 | It is possible to filter RSS/ATOM feeds and Picture Wall on a Shaarli to **only display results of a specific search, or for a specific tag**. | ||
4 | |||
5 | For example, if you want to subscribe only to links tagged `photography`: | ||
6 | - Go to the desired Shaarli instance. | ||
7 | - Search for the `photography` tag in the _Filter by tag_ box. Links tagged `photography` are displayed. | ||
8 | - Click on the `RSS Feed` button. | ||
9 | - You are presented with an RSS feed showing only these links. Subscribe to it to receive only updates with this tag. | ||
10 | - The same method **also works for a full-text search** (_Search_ box) **and for the Picture Wall** (want to only see pictures about `nature`?) | ||
11 | - You can also build the URLs manually: | ||
12 | - `https://my.shaarli.domain/?do=rss&searchtags=nature` | ||
13 | - `https://my.shaarli.domain/links/?do=picwall&searchterm=poney` | ||
14 | |||
15 | ![(images/rss-filter-1.png) !]((images/rss-filter-1.png)-!.html)(images/rss-filter-2.png) | ||