Browser-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
(→Links) |
||
| (3 intermediate revisions not shown) | |||
| Line 9: | Line 9: | ||
==Installation== | ==Installation== | ||
| - | + | Before this plugin can be used one have to install Lynx | |
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar jxvf lynx-cur.tar.bz2 |
| - | tar jxvf lynx-cur.tar.bz2 | + | cd lynx2-8-5 |
| - | cd lynx2-8-5 | + | ./configure --prefix=/usr/local \ |
| - | ./configure --prefix=/usr/local \ | + | --enable-color-style \ |
| - | + | --enable-justify-elts \ | |
| - | + | --enable-scrollbar | |
| - | + | make | |
| - | make | + | make install |
| - | make install | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
==Configuration== | ==Configuration== | ||
| - | The internet adresses (URLs) one want to surf to has to be listet in the file ''/etc/vdr/plugins/browser.conf'' | + | The internet adresses (URLs) one want to surf to has to be listet in the file '''/etc/vdr/plugins/[[browser.conf]]''' |
==Problems== | ==Problems== | ||
| Line 46: | Line 44: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|browser-plugin}} | |
| - | + | ||
Latest revision as of 08:16, 14 March 2006
Contents |
Description
The browser plugin is a frontend for the textbased browser Lynx
Hardware requirements
Software requirements
- Lynx
Installation
Before this plugin can be used one have to install Lynx
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
For the plugin see plugin installation.
Configuration
The internet adresses (URLs) one want to surf to has to be listet in the file /etc/vdr/plugins/browser.conf
Problems
Links
| [1] | http://www.schaeben.info/vdr | Plugin homepage |
| [2] | http://lynx.browser.org | Lynx homepage |
| [3] | ftp://ftp.eu.uu.net/pub/unix/www/lynx/current | Current versions of Lynx |




