Browser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
| Zeile 9: | Zeile 9: | ||
tar jxvf lynx-cur.tar.bz2 | tar jxvf lynx-cur.tar.bz2 | ||
cd lynx2-8-5 | cd lynx2-8-5 | ||
| − | ./configure --prefix=/usr/local --enable-color-style --enable-justify-elts --enable-scrollbar | + | ./configure --prefix=/usr/local \ |
| + | --enable-color-style \ | ||
| + | --enable-justify-elts \ | ||
| + | --enable-scrollbar | ||
make | make | ||
make install</pre> | make install</pre> | ||
Version vom 20. September 2004, 22:00 Uhr
Inhaltsverzeichnis |
Beschreibung
Aufsatz für den Textbasierten Browser Lynx.
Hardwareanforderungen
Softwareanforderungen
- lynx
Installation
cd $SOURCEDIR
tar jxvf lynx-cur.tar.bz2
cd lynx2-8-5
./configure --prefix=/usr/local \
--enable-color-style \
--enable-justify-elts \
--enable-scrollbar
make
make install
Aufzurufende Adressen werden in folgender KonfigurationsDatei gespeichert: /etc/vdr/plugins/browser.conf
Probleme
Links
| [1] | http://lynx.browser.org | Homepage -> lynx |
| [2] | ftp://ftp.eu.uu.net/pub/unix/www/lynx/current | Aktuelle Versionen von lynx |
| [3] | http://www.schaeben.info/vdr | Homepage des Plugins |