Tree @debian/3.0-1 (Download .tar.gz)
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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | =================== Dillo web browser =================== Dillo-3.0 is the first release of the newest branch, which is based on the already released fltk-1.3 toolkit. This is big news because it clears the way for Dillo to return to those distributions which had excluded Dillo2 due to FLTK2 never being officially released. The development effort shifted to the dillo-3.x branch long ago, and it became the active one; dillo-2.x received less and less attention, and dillo-2.2.1 became the last of its series. The core team will focus on implementing the CSS feature of floating elements. This will greatly improve dillo's web page rendering since many sites have adopted floats instead of tables. The new dillo3 has shown excellent stability. The core team welcomes developers willing to join our workforce. NOTE: With FLTK-1.3, when running on X with Xft enabled (the default), font naming is more restricted than it was with FLTK2. If your font_* preferences are no longer working well, please try the fc-list command as given in dillorc. Here's a list of some old well-known problems of dillo: * no FRAMES rendering * no https (there's a barebones prototype). ------- FLTK1.3 ------- You can get FLTK-1.3 here: http://fltk.org/software.php?VERSION=1.3.0 --------------------------- Building dillo from sources --------------------------- 1.- Install fltk: tar zxvf fltk-1.3.0-source.tar.gz cd fltk-1.3.0 less README.Unix.txt make sudo make install cd .. (don't configure fltk with --enable-cairo) 2.- Then dillo3: tar jxvf dillo-3.0.tar.bz2 cd dillo-3.0 ./configure; make sudo make install-strip ------------ 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) August, 2011 |
Commit History @debian/3.0-1
- 3.0rc3 has been released as 3.0 without changes Axel Beckert 12 years ago
- Merge commit 'upstream/3.0' Axel Beckert 12 years ago
- Imported Upstream version 3.0 Axel Beckert 12 years ago
- Everything which was needed to move to an upstream tar ball based source package Axel Beckert 12 years ago
- Merge commit 'upstream/3.0_rc3' Axel Beckert 12 years ago
- Imported Upstream version 3.0~rc3 Axel Beckert 12 years ago
- RC2 no more ships autorun.sh Axel Beckert 12 years ago
- Readd .gitignore which has been killed by the last merge. Axel Beckert 12 years ago
- Merge commit 'upstream/3.0_rc2' Axel Beckert 12 years ago
- Imported Upstream version 3.0~rc2 Axel Beckert 12 years ago
- Merge branch 'upstream' Axel Beckert 12 years ago
- Update to r2244:1076d8ddcf18 Axel Beckert 12 years ago
- Remove accidentially committed .gitignore~ file Axel Beckert 12 years ago
- Prepare 3~hg20110824-1 upload Axel Beckert 12 years ago
- Merge commit 'upstream/3_hg20110824' Axel Beckert 12 years ago
- Imported Upstream version 3~hg20110824 Axel Beckert 12 years ago
- Merge branch 'upstream' Axel Beckert 12 years ago
- Pull from upstream → 2149:9d1ff8be799c Axel Beckert 12 years ago
- Remove .hg* from the git repository Axel Beckert 12 years ago
- Ignore .hg* and emacs style backup files Axel Beckert 12 years ago
- Ignore .hg* and emacs style backup files Axel Beckert 12 years ago
- Remove .hg* from the git repository Axel Beckert 12 years ago
- Reword first line of changelog entry a little bit Axel Beckert 12 years ago
- Update and extend the package description Axel Beckert 12 years ago
- No more install user_help.html twice and no more install Makefile.am, etc. to /usr/share/doc/dillo/doc/ Axel Beckert 12 years ago
- Fix lintian warning debian-rules-missing-recommended-target Axel Beckert 12 years ago
- Bump Standards-Versions to 3.9.2, no further changes Axel Beckert 12 years ago
- Remove quilt support for now Axel Beckert 12 years ago
- Write changelog entry Axel Beckert 12 years ago
- For now install the whole docs directory into /usr/share/doc/dillo/ Axel Beckert 12 years ago