-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
39 lines (25 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This is an RSS Reader for the Video Disk Recorder (VDR).
Written by: Rolf Ahrenberg
< R o l f . A h r e n b e r g @ s c i .f i >
Project's homepage: http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/
Latest version available at: http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for license information.
Requirements:
- Expat XML Parser library version 1.95.8 or newer (http://expat.sourceforge.net/)
- CURL library 7.15.1 or newer (http://curl.haxx.se/)
Description:
The RSS Reader plugin provides a simple OSD menu based user interface
for reading user-defined RSS streams.
Installation:
tar -xzf /put/your/path/here/vdr-rssreader-X.Y.Z.tgz
make -C rssreader-X.Y.Z install
Configuration:
RSS streams are defined in rssreader.conf located in VDR's configuration
directory for plugins. Check the example configuration file under
"rssreader" subdirectory for further information.
Notes:
- No news is good news.