1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Add documentation about RSS paging

This commit is contained in:
Jeremy Benoist 2016-11-20 09:46:03 +01:00
parent edd2472faa
commit 16eb124e4a
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 9 additions and 0 deletions

View file

@ -52,6 +52,9 @@ Now you have three links, one for each status: add them into your favourite RSS
You can also define how many articles you want in each RSS feed (default value: 50).
There is also a pagination available for these feeds. You can add ``?page=2`` to jump to the second page.
The 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.
User information
----------------