-
Notifications
You must be signed in to change notification settings - Fork 1
Tiny Light Web Browser Fork
License
fredollinger/dillo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I am forking this to add features if they need them and mainly just to mirror this excellent code. --FO =================== 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 ------- 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.2.tar.bz2 cd dillo-3.0.2 ./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
About
Tiny Light Web Browser Fork
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published