Mercurial > dillo_port1.3
annotate README @ 1173:717058f63429
Removed the experimental font size adjuster patch (it slipped in by mistake)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 15 Jun 2009 17:50:10 -0400 |
parents | 8ecfbad97737 |
children | 7ac828844742 |
rev | line source |
---|---|
0 | 1 ======= |
2 Dillo | |
3 ======= | |
4 | |
407
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
5 This is a beta release of the next generation of the Dillo web |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
6 browser. The code underwent a major rewrite: significant parts of |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
7 the codebase were ported to C++, and the rendering engine now |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
8 uses the FLTK2 library instead of GTK1. |
0 | 9 |
407
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
10 Our users will surely enjoy this new release as it will give them |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
11 the same things they're accustomed plus tabbed browsing, |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
12 antialiasing, different character sets, accepting compressed |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
13 pages, control over image loading, smaller footprint, fewer |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
14 dependencies, better table rendering, bugfixes, improved GUI, ... |
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
15 In brief, a better dillo. |
0 | 16 |
17 | |
18 Here's a list of some well known problems: | |
19 | |
65 | 20 * no FRAMES rendering |
21 * no https (there's a barebones prototype). | |
408 | 22 ----- |
23 FLTK2 | |
24 ----- | |
25 | |
437 | 26 The FLTK2 library is statically linked into Dillo2. |
27 You can get it from fltk.org. | |
1026 | 28 The recommended version is >= r6525. e.g. in: |
408 | 29 |
1026 | 30 http://fltk.org/software.php?VERSION=2.0.x-r6525 |
0 | 31 |
32 | |
33 ------------ | |
34 Dpi programs | |
35 ------------ | |
36 | |
37 These are installed by "make install". If you don't have root | |
38 access, copy "dillo" and "dpid" to some directory in your path | |
39 and install the dpis by running "./install-dpi-local" from the | |
40 top directory (they will be installed under ~/.dillo). | |
41 | |
42 | |
43 ---- | |
44 *BSD | |
45 ---- | |
46 | |
37 | 47 Dillo compiles on *BSD systems; please report on this anyway, |
48 and note that you'll need GNU make. | |
0 | 49 |
37 | 50 If your dillo crashes or locks at times, just use: |
0 | 51 |
52 ./configure --disable-threaded-dns | |
53 | |
54 so dillo uses a single thread for name resolving. | |
55 | |
56 | |
57 ------- | |
58 Solaris | |
59 ------- | |
60 | |
61 Dillo may compile and run OK on Solaris but (please report): | |
62 | |
63 * use gmake (a symbolic link make -> gmake works OK) | |
64 | |
65 Solaris is very inconsistent so you may need to add/remove: | |
66 | |
67 -lrt -lposix4 | |
68 | |
69 at link time. | |
70 | |
71 | |
72 Jorge.- | |
73 (jcid@dillo.org) | |
407
19caa041e0ba
- Removed obsolete files, updated others for the release.
jcid
parents:
203
diff
changeset
|
74 Oct, 2008 |