aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/RSS-feeds.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-07-22 05:02:10 +0200
committerVirtualTam <virtualtam@flibidi.net>2015-08-04 16:02:21 +0200
commit992af0b9d77cb4fbac2c37ef8d5896042d67a2a3 (patch)
tree4726baf18e7057eac3f9b6bdb5991fe6117814fc /doc/RSS-feeds.md
parent96db105e4c0833324f7168edb5673278de8ccd54 (diff)
downloadShaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.tar.gz
Shaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.tar.zst
Shaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.zip
Doc: sync from Wiki, generate HTML
Closes #291 Fixes #227 Modifications - HTML content: match the new Wiki structure - Makefile - generate a custom HTML sidebar - include the sidebar on all pages - infer and prepend page titles - handle relative links - add title metadata, e.g. Shaarli - <Page Name> Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/RSS-feeds.md')
-rw-r--r--doc/RSS-feeds.md15
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
3It 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
5For 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)