From 93fc79a5b2826bcddd617e5180d5513dc3cdc67c Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 20 Mar 2018 19:03:17 +0100 Subject: blogc: loader: respect FILTER_PER_PAGE=0 --- man/blogc-pagination.7.ronn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/blogc-pagination.7.ronn b/man/blogc-pagination.7.ronn index 80bdb16..4b3b4b6 100644 --- a/man/blogc-pagination.7.ronn +++ b/man/blogc-pagination.7.ronn @@ -12,14 +12,16 @@ blogc(1) in the command line, no sorting is done. blogc(1) accepts some variables as `-D` options, that are used to filter the files passed as arguments to it: - * `FILTER_PER_PAGE`: - Integer, limits the maximum number of files to be listed. - * `FILTER_PAGE`: Integer, current page. If calling blogc(1) with 10 files, - `FILTER_PER_PAGE`=4 and `FILTER_PAGE`=3, it will return just the 2 last + `FILTER_PER_PAGE=4` and `FILTER_PAGE=3`, it will return just the 2 last files, skipping the first 2 pages with 4 files each one. + * `FILTER_PER_PAGE`: + Integer, limits the maximum number of files to be listed. If negative or + `0`, no posts are included. Have no effect if `FILTER_PAGE` is not + defined. + * `FILTER_TAG`: String, if defined, blogc(1) will only list files that declare a `TAGS` variable, as a space-separated list of tags (tags can't have spaces, -- cgit v1.2.3-18-g5258