aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-04 02:28:18 +0200
committerGravatar Tom Willemsen2012-08-04 02:28:18 +0200
commited39e627ded14d63e19f3718ca5cb95c4317fca3 (patch)
tree976164fe92ebc67002c152c3cea04a8c0333c77c /doc
parentfb8e52c1dc022538e3e5874cc12c021e05d1fb50 (diff)
downloadavandu-ed39e627ded14d63e19f3718ca5cb95c4317fca3.tar.gz
avandu-ed39e627ded14d63e19f3718ca5cb95c4317fca3.zip
Add avandu-categories function
Remove texinfo documentation abount avandu-feeds, as it is not a command it should not (yet) be documented in the info manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/avandu.texinfo15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/avandu.texinfo b/doc/avandu.texinfo
index b1a8afb..8d12586 100644
--- a/doc/avandu.texinfo
+++ b/doc/avandu.texinfo
@@ -273,18 +273,3 @@ 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