Unix and Linux Discussions Tagged with rss |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
20 |
7,829 |
Shell Programming and Scripting |
|
|
|
2 |
6,429 |
Solaris |
|
|
|
11 |
25,618 |
Solaris |
|
|
|
0 |
1,961 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,920 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,798 |
Solaris BigAdmin RSS |
|
|
|
2 |
2,885 |
Solaris BigAdmin RSS |
|
|
|
2 |
2,855 |
Solaris BigAdmin RSS |
|
|
|
1 |
2,311 |
Solaris BigAdmin RSS |
|
|
|
1 |
3,635 |
Solaris BigAdmin RSS |
|
|
|
2 |
3,765 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,700 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,186 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,215 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,427 |
Solaris BigAdmin RSS |
|
|
|
1 |
3,335 |
Solaris BigAdmin RSS |
|
|
|
1 |
4,560 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,362 |
Solaris BigAdmin RSS |
|
|
|
0 |
5,658 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,166 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,444 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,405 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,412 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,275 |
Solaris BigAdmin RSS |
|
|
|
0 |
5,617 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,106 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,675 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,330 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,899 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,322 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,923 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,465 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,438 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,167 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,977 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,963 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,595 |
Solaris BigAdmin RSS |
|
|
|
0 |
2,480 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,462 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,303 |
Solaris BigAdmin RSS |
repo-rss(1) repo-rss(1)
NAME
repo-rss - generates an RSS feed from one or more Yum repositories
SYNOPSIS
repo-rss [options] repoid1 [repoid2...]
DESCRIPTION
repo-rss is a program for generating RSS feeds for one or more Yum repositories.
GENERAL OPTIONS
-h, --help
Help; display a help message and then quit.
-f <file>
Specify the file to which the RSS will be written. Default is repo-rss.xml.
-l <link>
Specify the URL to the RSS feed. Default is http://yum.baseurl.org/.
-t <title>
Specify the title for the RSS feed. Default is "RSS Repository - Recent Packages".
-d <description>
Specify the description of the RSS feed. Default is "Most recent packages in Repositories".
-r <days>
Specify the number of days to consider most recent. Default is 3.
--tempcache
Enable the use of a temporary directory for the yum cache. This is enabled by default for non-root users.
EXAMPLES
Generate an RSS for the updates-released repository and save it as updates-release.xml:
repo-rss -f updates-released.xml updates-released
FILES
As repo-rss uses YUM libraries for retrieving all the information, it relies on YUM configuration for its default values like which reposi-
tories to use. Consult YUM documentation for details:
/etc/yum.conf
/etc/yum/repos.d/
/var/cache/yum/
SEE ALSO
yum.conf (5)
http://yum.baseurl.org/
AUTHORS
See the Authors file included with this program.
BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs.
Seth Vidal 2005 repo-rss(1)