• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dlib/H30-Jun-2015-1,6381,159

doc/H03-May-2022-3,4362,662

dpi/H03-May-2022-8,9466,335

dpid/H03-May-2022-2,8361,932

dpip/H30-Jun-2015-1,113803

dw/H30-Jun-2015-24,79716,103

lout/H30-Jun-2015-4,2672,638

src/H03-May-2022-37,29226,394

test/H30-Jun-2015-5,3033,813

AUTHORSH A D30-Jun-20152.3 KiB9067

COPYINGH A D10-Jun-201534.3 KiB675553

ChangeLogH A D30-Jun-2015102 KiB2,1431,972

DoxyfileH A D30-Jun-201562.2 KiB1,5181,091

INSTALLH A D10-Jun-201515.2 KiB366284

Makefile.amH A D10-Jun-2015178 84

Makefile.inH A D03-May-202227.3 KiB849757

NEWSH A D10-Jun-2015996 5831

READMEH A D30-Jun-20152.5 KiB11073

aclocal.m4H A D30-Jun-201534.1 KiB972872

config.guessH A D08-Jun-201243.8 KiB1,5311,321

config.h.inH A D30-Jun-20153.5 KiB13491

config.subH A D08-Jun-201234.7 KiB1,7831,640

configureH A D03-May-2022226 KiB8,0826,717

configure.acH A D30-Jun-201514.2 KiB520464

d_size.hH A D10-Jun-2015448 2517

depcompH A D10-Jul-201220.4 KiB709460

dillo-install-hyphenationH A D03-May-20225.6 KiB176131

dillorc.sampleH A D30-Jun-201513.7 KiB397323

install-dpi-localH A D10-Jun-2015765 4429

install-shH A D10-Jul-201213.7 KiB528351

missingH A D10-Jul-201210.1 KiB332243

README

1===================
2 Dillo web browser
3===================
4
5Dillo is a multi-platform graphical web browser, known for its
6speed and small footprint, that is developed with a focus on
7personal security and privacy.
8
9The dillo3 series uses version 1.3.x of the FLTK GUI toolkit
10(http://fltk.org).
11
12The core team currently plans to focus on implementing the CSS
13feature of floating elements.  This will greatly improve
14dillo's web page rendering since many sites have adopted floats
15instead of tables.
16
17The core team welcomes developers willing to join our workforce.
18
19
20NOTE:  With  FLTK-1.3,  when  running  on X with Xft enabled (the
21default),  font naming is more restricted than it was with FLTK2
22as used by dillo2.  If your font_* preferences are no longer
23working well, please try the fc-list command as it is shown in
24dillorc.
25
26
27  Here's a list of some old well-known problems of dillo:
28
29         * no FRAMES rendering
30         * no https (there's a barebones prototype, enable it with:
31                     ./configure --enable-ssl ).
32
33
34--------
35FLTK-1.3
36--------
37
38  If you don't have FLTK-1.3 (try 'fltk-config --version' to check),
39  you can get it from:
40
41     http://fltk.org/software.php
42
43  and build it like:
44
45     tar zxvf fltk-1.3.3-source.tar.gz      [or latest 1.3.x version]
46     cd fltk-1.3.3
47     less README.Unix.txt
48     make
49     sudo make install
50     cd ..
51
52------
53Dillo3
54------
55
56     tar jxvf dillo-3.0.5.tar.bz2
57     cd dillo-3.0.5
58     ./configure; make
59     sudo make install-strip
60
61  In order to use the hyphenation feature, pattern files from CTAN need
62  to be installed.
63  This can be done with the script dillo-install-hyphenation.
64  Call it with ISO-639-1 language codes as arguments, or without arguments
65  to get more help.
66
67
68------------
69Dpi programs
70------------
71
72  These  are  installed by "make install". If you don't have root
73access,  copy  "dillo"  and "dpid" to some directory in your path
74and  install  the  dpis by running "./install-dpi-local" from the
75top directory (they will be installed under ~/.dillo).
76
77
78----
79*BSD
80----
81
82  Dillo   compiles on *BSD systems; please report on this anyway,
83and note that you'll need GNU make.
84
85  If your dillo crashes or locks at times, just use:
86
87    ./configure --disable-threaded-dns
88
89  so dillo uses a single thread for name resolving.
90
91
92-------
93Solaris
94-------
95
96  Dillo may compile and run OK on Solaris but (please report):
97
98    * use gmake (a symbolic link make -> gmake works OK)
99
100  Solaris is very inconsistent so you may need to add/remove:
101
102  -lrt -lposix4
103
104  at link time.
105
106
107Jorge.-
108(jcid@dillo.org)
109April, 2014
110