wiki:dillo3

Version 4 (modified by Jeremy Henty, 12 years ago) ( diff )

--

Introduction to Dillo3

Dillo3 is a graphical web browser. It is very fast and has a small footprint, so is useful on older, slower machines. It uses the FLTK GUI toolkit.

Dillo3 supports

  • tabs
  • downloads
  • FTP
  • cookies
  • HTTP auth
  • basic CSS (fonts, colours and sizes)
  • basic HTTPS
  • a simple workaround for frames

It does not support Java or Javascript.

The current version is dillo-3.0.2.

Package Information

Dillo3 Dependencies

Required

fltk

Optional

OpenSSL

wget For Downloading

Installation of Dillo3

Install Dillo3 by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc &&
make 

Then, as root, run:

make install

Configuring Dillo3

Config files

/etc/dillo/dillorc
/etc/dillo/keysrc
/etc/dillo/dpidrc
~/.dillo/dillorc
~/.dillo/keysrc

Configuration Information

The appearance and behaviour of the Dillo3 web browser is defined in /etc/dillo/dillorc, /etc/dillo/keysrc, ~/.dillo/dillorc and ~/.dillo/keysrc.

The Dillo3 dpi daemon is controlled by /etc/dpidrc. You do not need to modify this file.

Contents

Installed Programs: dillo, dpid and dpidc
Installed Libraries: None
Installed Directories: /usr/lib/dillo, /usr/share/doc/dillo and/etc/dillo

Short Descriptions

dillo
The dillo web browser.
dpid
The dillo DPI daemon.
dpidc
The dillo DPI daemon control program.

Up
Top

Note: See TracWiki for help on using the wiki.