NAME
rss - commandline rss reader
SYNOPSIS
DESCRIPTION
rss
downloads and displays rss and rdf feeds at the commandline. By default,
it displays the feed in
lynx
and allows the user to browse to full articles.
It is dependant upon
sgrep
and
lynx.
USAGE
Invoke rss with a keyword as the sole argument. The keyword corresponds
to an entry in
$HOME/.rssrc
and a url for an RSS feed.
OPTIONS
There are no commandline options. (See TODO)
CONFIGURATION FILES
In order for rss to be useful, there must be a
$HOME/.rssrc
file. An example one follows:
- .rssrc
-
#
# Configuration file for rss
# rss - a commandline rss reader
#
#
# view_only will display the rss feed in less and show no links.
#
#view_only=yes
#
# dump simply dumps the output (without links) to stdout.
#
#dump=yes
#
# You can add any options you want for lynx here. .lynxrc is also read.
#
#lynx_opts=" -nocolor "
#
# Here are some example rss feeds. Prefix each with "rss_" and make
# sure to quote any url that has spaces in it. Note that you can add
# the same url to multiple names.
#
rss_kde=http://www.kde.org/dotkdeorg.rdf
rss_slashdot=http://slashdot.org/index.rss
rss_sd=http://slashdot.org/index.rss
TODO
Commandline options are high on the list. Feedback?
COPYRIGHT
Copyright (C) 2005 Evan Edwards
rss is part of the Cheshire Hall Utilities and is part of our Creative Commons.
You can redistribute it and/or modify it
under the terms of the Creative Commons Deed Attribution 2.5, located
at
http://creativecommons.org/licenses/by/2.5/ . You can find more
details at cheshirehall.org. Also see the file LICENSE.
rss is distributed inthe hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
AUTHOR