aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-20 09:46:03 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-20 09:50:52 +0100
commit16eb124e4ae238db4bffb30556f1245cf6ff97ca (patch)
treeb03a263e6e966bbaff67835fb6c98bb6dbce908a /docs/en
parentedd2472faa1ad01fe8b165ea8bbf4414cec8cbe1 (diff)
downloadwallabag-16eb124e4ae238db4bffb30556f1245cf6ff97ca.tar.gz
wallabag-16eb124e4ae238db4bffb30556f1245cf6ff97ca.tar.zst
wallabag-16eb124e4ae238db4bffb30556f1245cf6ff97ca.zip
Add documentation about RSS paging
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/configuration.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst
index a52d3ddd..caca834f 100644
--- a/docs/en/user/configuration.rst
+++ b/docs/en/user/configuration.rst
@@ -52,6 +52,9 @@ Now you have three links, one for each status: add them into your favourite RSS
52 52
53You can also define how many articles you want in each RSS feed (default value: 50). 53You can also define how many articles you want in each RSS feed (default value: 50).
54 54
55There is also a pagination available for these feeds. You can add ``?page=2`` to jump to the second page.
56The pagination follow `the RFC <https://tools.ietf.org/html/rfc5005#page-4>`_ about that, which means you'll find the ``next``, ``previous`` & ``last`` page link inside the `<channel>` tag of each RSS feed.
57
55User information 58User information
56---------------- 59----------------
57 60