From fb8e52c1dc022538e3e5874cc12c021e05d1fb50 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 4 Aug 2012 01:31:55 +0200 Subject: Add avandu-feeds command This command only returns a vector of feeds, it is not yet useful for users but will be used later to allow for different views of feeds. --- doc/avandu.texinfo | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/avandu.texinfo') diff --git a/doc/avandu.texinfo b/doc/avandu.texinfo index 8d12586..b1a8afb 100644 --- a/doc/avandu.texinfo +++ b/doc/avandu.texinfo @@ -273,3 +273,18 @@ Tiny Tiny RSS Version: # and it returns the version as a string. @end deffn + +@deffn avandu-feeds &optional category unread limit offset +Get a list of all the feeds in CATEGORY. If CATEGORY is @code{nil}, +unspicified or 0, show uncategorized feeds. + +If UNREAD is non-@code{nil} only get feeds with unread articles in +them. + +If LIMIT is non-@code{nil} only get LIMIT number of feeds and if +OFFSET is non-@code{nil} start at OFFSET. + +Returns a vector of all the feeds. This is not useful for users on +its own, but if will be used in the future to make more views +available. +@end deffn -- cgit v1.2.3-54-g00ecf