blob: f4b086df33a90aa012ac2c566e3c4fe8e60e86a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
=======
Dillo
=======
This is an alpha release of the next generation of the Dillo
web browser. The code underwent a major rewrite: significant
parts of the codebase were ported to C++, and the rendering
engine now uses the FLTK2 library instead of GTK1.
With regard to Dillo 0.8.6, dillo-f15f has some advantages (as
antialiasing and utf-8), and some disadvantages. The problems are
simple to solve and only need some man months to complete. When
we're there, dillo-f15f will be easily regarded as better than
the former series.
This is release should be regarded as alpha.
Here's a list of some well known problems:
Fixed * no iteration inside simple lists
Fixed * image links haven't been hooked yet
Fixed * the scrolling position is not yet updated (when following a
link, the former scroll position is kept).
Fixed * viewport scrolling is not yet optimized (takes lots of CPU)
Fixed * you may experience crashes from "assert" statements from
unfinished code.
Fixed * context menus are not yet completely hooked or activated
Fixed * Selecting text with the mouse is half hooked. This is, you
can see the selected text in the terminal but can't paste.
Fixed * Searching for text is not yet hooked. Look in test/ directory
of dw2 for an example of find text.
Fixed * Form elements are not yet hooked/implemented. You can look
in dw2' test/dw_ui_test.cc to see what's already done.
Fixed * Sometimes pages don't load giving a warning on an already
closed IO. I'll try to look at this one soon.
Fixed * No image maps.
Fixed * The SELECT element inside FORMS is not implemented.
* no FRAMES rendering
* no https (there's a barebones prototype).
------------
Dpi programs
------------
These are installed by "make install". If you don't have root
access, copy "dillo" and "dpid" to some directory in your path
and install the dpis by running "./install-dpi-local" from the
top directory (they will be installed under ~/.dillo).
----
*BSD
----
Dillo compiles on *BSD systems; please report on this anyway,
and note that you'll need GNU make.
If your dillo crashes or locks at times, just use:
./configure --disable-threaded-dns
so dillo uses a single thread for name resolving.
-------
Solaris
-------
Dillo may compile and run OK on Solaris but (please report):
* use gmake (a symbolic link make -> gmake works OK)
Solaris is very inconsistent so you may need to add/remove:
-lrt -lposix4
at link time.
Jorge.-
(jcid@dillo.org)
Dec 03, 2007
|