Rssreader-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(typos, Einführung, Bildertext) |
|||
Zeile 13: | Zeile 13: | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* XML-Bibliothek expat | * XML-Bibliothek expat | ||
− | * | + | * libcurl |
==Installation== | ==Installation== | ||
Zeile 25: | Zeile 25: | ||
make install | make install | ||
ldconfig | ldconfig | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> | ||
Zeile 38: | Zeile 31: | ||
===[[Crux]]=== | ===[[Crux]]=== | ||
− | prt-get depinst expat | + | prt-get depinst expat libcurl |
===[[Debian]]=== | ===[[Debian]]=== |
Version vom 8. Februar 2006, 23:36 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Rolf Ahrenberg
Mit diesem Programm lassen sich RSS-Datenströme, wie sie z.B. von Zeitungen für Schlagzeilen genutzt werden, bequem am Fernseher lesen. Voraussetzung ist ein Internetanschluss des VDR-Rechners.
Bilder
Softwareanforderungen
- XML-Bibliothek expat
- libcurl
Installation
Source
cd $SOURCEDIR tar xvzf expat-<VERSION>.tar.gz cd expat-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Arch-Linux
pacman -S expat
Crux
prt-get depinst expat libcurl
Debian
apt-get install libexpat1 libexpat1-dev
Gentoo
emerge mplayer expat
SuSE
yast -i expat
Optionen
RSSREADER_DEBUG=1 | enable debuging |
RSSREADER_TEMPFILE="PATH/FILE" | The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as. |
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/src/rssreader/conf/rssreader.conf /etc/vdr/plugins
Hier werden die URLs der RSS-Streams eingetragen
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f <RSSTEMPFILE> | --file=<RSSTEMPFILE> | Define a temporary file for RSS Reader (default: /tmp/rssreader.vdr) |
Links
[1] | http://expat.sourceforge.net | expat |
[2] | http://www.gnu.org/software/wget/wget.html | Kommandozeilen-Downloadmanager wget |
[3] | http://www.saunalahti.fi/~rahrenbe/vdr/rssreader | Homepage des Plugins |