Browser-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
==Installation==
==Installation==
Bevor this plugin can be used one have to install Lynx
Bevor this plugin can be used one have to install Lynx
cd $SOURCEDIR
<pre>
tar jxvf lynx-cur.tar.bz2
cd $SOURCEDIR
cd lynx2-8-5
tar jxvf lynx-cur.tar.bz2
./configure --prefix=/usr/local \
cd lynx2-8-5
--enable-color-style \
./configure --prefix=/usr/local \
--enable-color-style \
--enable-justify-elts \
--enable-justify-elts \
--enable-scrollbar
make
--enable-scrollbar
make
make install
make install
</pre>


For the plugin see [[plugin installation]].
For the plugin see [[plugin installation]].

Revision as of 22:20, 30 November 2004

Description

Screenshot

The browser plugin is a frontend for the textbased browser Lynx

Hardware requirements

Software requirements

  • Lynx

Installation

Bevor 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