Tree @debian/3.0.3-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 | =================== Dillo web browser =================== Dillo is a multi-platform graphical web browser, known for its speed and small footprint, that is developed with a focus on personal security and privacy. The dillo3 series uses version 1.3.x of the FLTK GUI toolkit (http://fltk.org). The core team currently plans to 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 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 as used by dillo2. If your font_* preferences are no longer working well, please try the fc-list command as it is shown in dillorc. Here's a list of some old well-known problems of dillo: * no FRAMES rendering * no https (there's a barebones prototype). -------- FLTK-1.3 -------- If you don't have FLTK-1.3 (try 'fltk-config --version' to check), you can get it from: http://fltk.org/software.php and build it like: tar zxvf fltk-1.3.2-source.tar.gz [or latest 1.3.x version] cd fltk-1.3.2 less README.Unix.txt make sudo make install cd .. ------ Dillo3 ------ tar jxvf dillo-3.0.3.tar.bz2 cd dillo-3.0.3 ./configure; make sudo make install-strip In order to use the hyphenation feature, pattern files from CTAN need to be installed. This can be done with the script dillo-install-hyphenation. Call it with ISO-639-1 language codes as arguments, or without arguments to get more help. ------------ 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) April, 2013 |
Commit History @debian/3.0.3-1
- Switch the normalized debian/rules to dh7 style Axel Beckert 10 years ago
- Use dh_autoreconf instead of dh_autotools-dev_*config Axel Beckert 10 years ago
- Use dh_auto_build Axel Beckert 10 years ago
- Use debian/manpages instead of passing arguments to dh_installman Axel Beckert 10 years ago
- Remove redundant blank line from debian/rules Axel Beckert 10 years ago
- Use dh_auto_clean and remove intermediate clean-patched make target Axel Beckert 10 years ago
- Use dh_auto_{configure,install} and dh_install Axel Beckert 10 years ago
- Bump debhelper compatibility to 9 Axel Beckert 10 years ago
- Bump Standards-Version to 3.9.4 (no changes) Axel Beckert 10 years ago
- New upstream release Axel Beckert 10 years ago
- Merge tag 'upstream/3.0.3' Axel Beckert 10 years ago
- Imported Upstream version 3.0.3 Axel Beckert 10 years ago
- No more hardcode -fPIC Axel Beckert 11 years ago
- Prepare 3.0.2-2 upload Axel Beckert 11 years ago
- B-D on "libpng-dev | libpng12-dev" instead of just "libpng12-dev" (Closes: #662301) Axel Beckert 11 years ago
- Bump Standards-Version to 3.9.3 (no changes) Axel Beckert 11 years ago
- Add build-dependency on dpkg-dev (>= 1.16.1~) for dpkg-buildflags usage Axel Beckert 11 years ago
- Enable hardening build flags via dpkg-buildflags Axel Beckert 11 years ago
- Actually CPPFLAGS and not CFLAGS need -fPIC Axel Beckert 11 years ago
- Compile with -fPIC to avoid FTBFS on amd64 (Closes: #664949) Axel Beckert 11 years ago
- Create debian/source/include-binaries so dpkg-source accepts debian/dillo.png Axel Beckert 11 years ago
- Store dillo.png directly instead of uuencoded Axel Beckert 11 years ago
- Upstream 3.0.2 RC1 has been released unmodified as 3.0.2 Axel Beckert 11 years ago
- Replace "dh_clean -k" with "dh_prep" Axel Beckert 11 years ago
- Merge commit 'upstream/3.0.2' Axel Beckert 11 years ago
- Imported Upstream version 3.0.2 Axel Beckert 11 years ago
- Prepare 3.0.2 RC1 package Axel Beckert 11 years ago
- Merge commit 'upstream/3.0.2_rc1' Axel Beckert 11 years ago
- Imported Upstream version 3.0.2~rc1 Axel Beckert 11 years ago
- Release 3.0.1-1 Axel Beckert 12 years ago