Rssreader-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Bilder: local abgelegt)
Zeile 4: Zeile 4:
 
==Bilder==
 
==Bilder==
 
{|
 
{|
| http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/pics/rssreader-01.jpg
+
|[[Bild:rssreader-plugin-00.jpg|thumb|none|''kurze beschreibung'']]
| http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/pics/rssreader-02.jpg
+
|[[Bild:rssreader-plugin-01.jpg|thumb|none|''kurze beschreibung'']]
|-
+
| http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/pics/rssreader-03.jpg
+
 
|}
 
|}
  

Version vom 19. Dezember 2005, 07:01 Uhr

Inhaltsverzeichnis

Beschreibung

Autor: Rolf Ahrenberg

Bilder

kurze beschreibung
kurze beschreibung


Softwareanforderungen

  • expat
  • wget

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

Debian

apt-get install expat 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


Links

[1] http://expat.sourceforge.net expat
[2] http://www.saunalahti.fi/~rahrenbe/vdr/rssreader Homepage des Plugins
In anderen Sprachen