Browser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 5: | Zeile 5: | ||
==Bilder== | ==Bilder== | ||
− | [[Bild:browser-plugin.jpg|thumb|none|]] | + | [[Bild:browser-plugin.jpg|thumb|none|''kurze beschreibung'']] |
+ | |||
+ | <!-- ==Hardwareanforderungen== --> | ||
− | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* lynx | * lynx | ||
+ | |||
==Installation== | ==Installation== | ||
− | <pre>cd $SOURCEDIR | + | <pre> |
+ | cd $SOURCEDIR | ||
tar jxvf lynx-<VERSION>.tar.bz2 | tar jxvf lynx-<VERSION>.tar.bz2 | ||
cd lynx-<VERSION> | cd lynx-<VERSION> | ||
Zeile 19: | Zeile 22: | ||
--enable-scrollbar | --enable-scrollbar | ||
make | make | ||
− | make install</pre> | + | make install |
+ | </pre> | ||
+ | |||
+ | <!-- ==Optionen== --> | ||
+ | <!-- ==Patches== --> | ||
==Konfigurations== | ==Konfigurations== | ||
Zeile 26: | Zeile 33: | ||
'''/etc/vdr/plugins/[[browser.conf]]''' | '''/etc/vdr/plugins/[[browser.conf]]''' | ||
− | ==Probleme== | + | <!-- ==Einstellungen== --> |
+ | <!-- ==Parameter== --> | ||
+ | <!-- ==Bedienung== --> | ||
+ | <!-- ==Probleme== --> | ||
+ | <!-- ==Tipps== --> | ||
+ | <!-- ==Wunschliste== --> | ||
+ | <!-- ==Snapshot== --> | ||
+ | |||
==Links== | ==Links== | ||
{| | {| | ||
Zeile 40: | Zeile 54: | ||
| http://www.schaeben.info/vdr | | http://www.schaeben.info/vdr | ||
| Homepage des Plugins | | Homepage des Plugins | ||
− | |}[[Kategorie:Nicht mehr gepflegte Plugins]] | + | |}[[Kategorie:Nicht mehr gepflegte Plugins]][[en:browser-plugin]] |
Version vom 15. November 2005, 14:13 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Marcel Schaeben
Aufsatz für den Textbasierten Browser Lynx.
Bilder
Softwareanforderungen
- lynx
Installation
cd $SOURCEDIR tar jxvf lynx-<VERSION>.tar.bz2 cd lynx-<VERSION> ./configure --prefix=/usr/local \ --enable-color-style \ --enable-justify-elts \ --enable-scrollbar make make install
Konfigurations
Aufzurufende Adressen werden in folgender Datei gespeichert.
/etc/vdr/plugins/browser.conf
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 |