Dillo

Last updated
Dillo
Original author(s) Jorge Arellano Cid
Initial releaseDecember 1999;24 years ago (1999-12)
Stable release
3.0.5 [1]   OOjs UI icon edit-ltr-progressive.svg / 30 June 2015;8 years ago (30 June 2015)
Written in C and C++
Operating system Linux, BSD, OS X, FreeDOS
Available inEnglish
Type Web browser
License GPL-3.0-or-later
Website https://dillo-browser.github.io/

Dillo is a minimalistic web browser particularly intended for older or slower computers and embedded systems. [2] It supports only plain HTML/XHTML (with CSS rendering) and images over HTTP and HTTPS; scripting is ignored entirely. [2] [3] Current versions of Dillo can run on Linux, BSD, OS X, IRIX and Cygwin. [4] Due to its small size, it was the browser of choice in several space-conscious Linux distributions. Dillo is free software, released under the GNU GPL-3.0-or-later. [5]

Contents

Chilean software engineer Jorge Arellano Cid conceived the Dillo project in late 1999, [6] publishing the first version of Dillo in December of that year. [7] His primary goal in creating Dillo was to democratize access to information. Arellano Cid believed that no one should have to buy a new computer or pay for broadband in order to enjoy the World Wide Web. [8] To this end, he designed Dillo to be small, fast, and efficient, capable of performing well even on an Intel 80486 CPU with a dial-up Internet access. [2] [9]

Development

Dillo was originally written in the C programming language with the GTK+ GUI toolkit. The first versions were based on an earlier browser called Armadillo, hence the name. [10]

Dillo 2 was written with both C and C++ components and the Fast Light Toolkit (FLTK), [7] and was released on October 14, 2008. [5] Text antialiasing, support for character sets other than Latin-1, HTTP compression capability, and improved page rendering were all added. [7] The move to FLTK from GTK+ also removed many of the project's dependencies and reduced Dillo's memory footprint by 50%. [5]

In 2011, Dillo-3.x was released, using FLTK-1.3. According to the Changelog, this change was prompted in part by the lack of an official release of FLTK-2, which stopped Dillo-2's inclusion in lightweight distributions for which it would otherwise have been suitable.

Jorge Arellano Cid is still Dillo's lead developer today. [11] Dillo is funded by private donations; [12] efforts to obtain public grants and corporate sponsors have been unsuccessful. [13] Lack of funding led to a slowdown in development in 2006, and a complete stop in 2007. [5] [14] The project restarted again in 2008 and two months later received a €115 donation from DistroWatch. [5] [15]

Features

Features of Dillo include bookmarks, tabbed browsing, and support for JPEG, PNG (including alpha transparency [16] ), and GIF images. [17] Partial support for CSS was introduced in release 2.1. Settings such as the default fonts, background color, downloads folder, and home page are customizable through configuration files. [18] [19] Cookies are supported but disabled by default due to privacy concerns. [20] While most web browsers retain the web cache and history after the program is closed, Dillo automatically clears them to improve both privacy and performance. [21]

Dillo's bug meter reports errors Dillo encountered in the web page being viewed Dillo's bug meter on www.nasa.gov.png
Dillo's bug meter reports errors Dillo encountered in the web page being viewed

A developer tool called the "bug meter" is provided in the lower-right corner. When clicked, it displays information about validation problems, such as unclosed tags, that Dillo found in the web page. [22] Unlike most browsers, Dillo does not have a quirks mode to improve compatibility with web pages that use invalid HTML. Instead, Dillo processes all web pages according to the published web standards. [23]

In 2003, two Linux enthusiasts successfully ran Dillo on an Intel 486 processor and demonstrated that even with such meager hardware, Dillo could render Home - BBC News in 10–15 seconds. [24] Furthermore, Dillo can run on a variety of software platforms, including Linux, BSD, Solaris, Mac OS X, DOS, [25] and some handheld devices. [4] However, Dillo's developers have made little effort to make the browser work on Microsoft Windows. Arellano Cid stated that Windows goes against Dillo's goal of democratization by artificially increasing hardware requirements and software costs. [26] Nevertheless, Dillo has been reported to work on Windows via Cygwin. [27] Additionally, Dillo-Win32 was a project to port Dillo to Windows which is now defunct. [28] D+ browser or Dplus continues where Dillo-Win32 left off, it's forked from the final Dillo-Win32 release (3.0p9) and does not attempt to maintain upstream compatibility with Dillo. Last version is 0.5b (Oct 15, 2013). [29]

Dillo does not support JavaScript, Java, Flash, right-to-left text, or complex text layout. [17] [30] Support for frames is also very limited; Dillo presents a link to each frame to allow the user to view them one at a time. [31]

Forks

The original [32] domain had expired in June 2022. [33] Developers had lost access to it and a Wordpress zombie lookalike is operating without their oversight ever since.

DilloNG is a fork hosted on GitHub which moved the code from Mercurial while adding new features like a speed dial main page, support for opening videos in an external video player [34] and merged some previously published fixes. It was last updated in 2021. [35]

A fork called Dillo-browser [36] appeared in 2019 forked from the then-current version of DilloNG. It stalled until 2023 when its development resumed and is ongoing as of 2024.

Dillo+ (Dillo-Plus) started in 2023 based on Dillo 3.0.5 source code found in the OpenBSD 6.8 package. [37] It had applied numerous patches from DilloNG and added support for rendering gopher, gemini and markdown pages, reader mode and extended CSS support. [38] A new Python scripting system was introduced with modules for rendering RSS, Epub, public Telegram channel logs and zip file contents. [39] It is still maintained as of 2024. [40]

Reception

Reviews of Dillo have praised its extraordinary speed, but noted that this speed comes at a price. [17] [41] [42] The most visible cost is Dillo's inability to display complex web pages as they were meant to be. A 2008 review by Linux.com commented that Dillo's user interface may be "intimidating" for new users, and pointed out the scarcity of plug-ins for Dillo. [18] In all, Dillo's global usage share is less than one hundredth of one percent. [43]

Dillo is, however, the browser of choice in several space-conscious Linux distributions, such as Damn Small Linux, [44] Feather Linux, [45] VectorLinux, [46] antiX [41] and Mustang Linux. [41]

See also

Related Research Articles

<span class="mw-page-title-main">Cygwin</span> Unix-like environment for Windows

Cygwin is a Unix-like environment and command-line interface for Microsoft Windows.

In computing, cross-platform software is computer software that is designed to work in several computing platforms. Some cross-platform software requires a separate build for each platform, but some can be directly run on any platform without special preparation, being written in an interpreted language or compiled to portable bytecode for which the interpreters or run-time packages are common or standard components of all supported platforms.

<span class="mw-page-title-main">Gambas</span> Integrated development environment

Gambas is the name of an object-oriented dialect of the BASIC programming language, as well as the integrated development environment that accompanies it. Designed to run on Linux and other Unix-like computer operating systems, its name is a recursive acronym for Gambas Almost Means Basic. Gambas is also the word for prawns in the Spanish, French, and Portuguese languages, from which the project's logos are derived.

<span class="mw-page-title-main">SmallBASIC</span> BASIC programming language dialect with interpreters released as free software

SmallBASIC is a BASIC programming language dialect with interpreters released as free software under the GNU General Public License version 3 for Microsoft Windows, Linux and Android.

<span class="mw-page-title-main">Damn Small Linux</span> Lightweight, desktop-oriented Linux distribution

Damn Small Linux (DSL) is a computer operating system for the x86 family of personal computers. It is free and open-source software under the terms of the GNU GPL and other free and open-source licenses. It was designed to run graphical user interface applications on older PC hardware, for example, machines with 486 and early Pentium microprocessors and very little random-access memory (RAM). DSL is a live CD with a size of 50 megabytes (MB). What originally began as an experiment to see how much software could fit in 50 MB eventually became a full Linux distribution. It can be installed on storage media with small capacities, like bootable business cards, USB flash drives, various memory cards, and Zip drives.

<span class="mw-page-title-main">FLTK</span>

Fast Light Toolkit (FLTK) is a cross-platform widget library for graphical user interfaces (GUIs), developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.

<span class="mw-page-title-main">Arch Linux</span> Rolling release distribution of Linux

Arch Linux is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally minimal so that users can add only the packages they require.

In Unix and Unix-like operating systems, iconv is a command-line program and a standardized application programming interface (API) used to convert between different character encodings. "It can convert from any of these encodings to any other, through Unicode conversion."

Puppy Linux is an operating system and family of light-weight Linux distributions that focus on ease of use and minimal memory footprint. The entire system can be run from random-access memory (RAM) with current versions generally taking up about 600 MB (64-bit), 300 MB (32-bit), allowing the boot medium to be removed after the operating system has started. Applications such as AbiWord, Gnumeric and MPlayer are included, along with a choice of lightweight web browsers and a utility for downloading other packages. The distribution was originally developed by Barry Kauler and other members of the community, until Kauler retired in 2013. The tool Woof can build a Puppy Linux distribution from the binary packages of other Linux distributions.

<span class="mw-page-title-main">NetSurf</span> Web browser

NetSurf is an open-source web browser which uses its own layout engine. Its design goal is to be lightweight and portable. NetSurf provides features including tabbed browsing, bookmarks and page thumbnailing.

<span class="mw-page-title-main">Gajim</span> Free instant messaging client for the XMPP protocol

Gajim is an instant messaging client for the XMPP protocol which uses the GTK toolkit. The name Gajim is a recursive acronym for Gajim's a jabber instant messenger. Gajim runs on Linux, BSD, macOS, and Microsoft Windows. Released under the GPL-3.0-only license, Gajim is free software. A 2009 round-up of similar software on Tom's Hardware found version 0.12.1 "the lightest and fastest jabber IM client".

<span class="mw-page-title-main">TrueOS</span> Unix-like, desktop-oriented operating system

TrueOS is a discontinued Unix-like, server-oriented operating system built upon the most recent releases of FreeBSD-CURRENT.

<span class="mw-page-title-main">Miro (video software)</span> Internet television software

Miro was an audio, video player and Internet television application developed by the Participatory Culture Foundation. It runs on Microsoft Windows, macOS, FreeBSD and Linux and supports most known video file formats. It offers both audio and video, some in HD quality.

fpGUI Graphical user interface toolkit in Object Pascal

fpGUI, the Free Pascal GUI toolkit, is a cross-platform graphical user interface toolkit developed by Graeme Geldenhuys. fpGUI is open source and free software, licensed under a Modified LGPL license. The toolkit has been implemented using the Free Pascal compiler, meaning it is written in the Object Pascal language.

<span class="mw-page-title-main">Midori (web browser)</span> Free and open-source web browser

Midori is a free and open-source web browser. In 2019, the Midori project was acquired by the Astian Foundation. After the acquisition, the project became a derivative of the Firefox browser.

A lightweight web browser is a web browser that sacrifices some of the features of a mainstream web browser in order to reduce the consumption of system resources, and especially to minimize the memory footprint.

<span class="mw-page-title-main">Nanolinux</span> Lightweight Linux distribution

NanoLinux is an open source, free and very lightweight Linux distribution that requires only 14 MB of disk space including tiny versions of the most common desktop applications and several games. It is based on the Core version of the Tiny Core Linux distribution and uses Busybox, Nano-X instead of X.Org, FLTK 1.3.x as the default GUI toolkit, and SLWM. The included applications are mainly based on FLTK.

References

  1. "ChangeLog". 30 June 2015. Archived from the original on 15 March 2022.
  2. 1 2 3 Wayner, Peter (19 October 2010). "Top 10 specialty Web browsers you may have missed". InfoWorld. p. 3. Retrieved 28 October 2010.
  3. Arellano Cid, Jorge (1 July 2002). "Introducing Dillo, a lightweight embeddable browser". LinuxDevices.com. Archived from the original on 2009-03-09. Retrieved 14 February 2009.
  4. 1 2 "Dillo Web Browser :: Compatibility". University of Bremen. 16 November 2008. Archived from the original on 24 August 2011. Retrieved 13 February 2009.
  5. 1 2 3 4 5 "Dillo Web Browser :: Home Page". University of Bremen. 7 December 2008. Archived from the original on 28 May 2007. Retrieved 12 February 2009.
  6. Arellano Cid, Jorge. "Personal info for Jorge Arellano Cid". Archived from the original on 24 November 2015. Retrieved 12 February 2009.
  7. 1 2 3 Nieradzik, Tim (19 April 2009). "dillo:ChangeLog". Mercurial. Archived from the original on 6 November 2018. Retrieved 21 April 2009.
  8. Arellano Cid, Jorge (December 2002). "Cuál sería el principal uso de Dillo?" (in Spanish). tux.cl. Archived from the original on 13 April 2003. Retrieved 13 February 2009. English translation available.
  9. Arellano Cid, Jorge (December 2002). "Básicamente, de que se trata el proyecto Dillo?" (in Spanish). tux.cl. Archived from the original on 13 April 2003. Retrieved 13 February 2009. English translation available.
  10. Arellano Cid, Jorge (31 December 1999). "Home page (ASCII version)". SourceForge.net . Retrieved 21 April 2009.
  11. "Dillo Web Browser :: Project team". University of Bremen . Retrieved 13 February 2009.
  12. "Dillo Web Browser :: Donations". University of Bremen. 14 October 2008. Retrieved 13 February 2009.
  13. "Embeddable browser project hits milestone release, seeks funding". LinuxDevices.org. 19 February 2004. Archived from the original on 16 February 2009. Retrieved 13 February 2009.
  14. Arellano Cid, Jorge (August 2008). "Dillo is eight years old!". Archived from the original on 2012-02-20. Retrieved 12 February 2009.
  15. Martin, Caitlyn (1 December 2008). "DistroWatch.com News". DistroWatch Weekly. Retrieved 13 February 2009.
  16. Roelofs, Greg (17 May 2008). "PNG-supporting Browsers". SourceForge . Retrieved 13 February 2009.
  17. 1 2 3 Arndt, Matthias (June 2002). "Dillo--a Web Browser as Fast as Lightning". Archived from the original on 15 February 2009. Retrieved 13 February 2009.
  18. 1 2 Byfield, Bruce (5 November 2008). "Dillo 2.0 is fast, but limited". Linux.com . Retrieved 13 February 2009.
  19. "Sample dillo initialization file". University of Bremen. Archived from the original on 26 December 2017. Retrieved 13 February 2009.
  20. "Q: How do I enable cookies?". Dillo Web Browser :: Frequently Asked Questions. University of Bremen. 15 January 2009. Archived from the original on 9 May 2008. Retrieved 11 February 2009.
  21. "Dillo Web Browser :: Funding Presentation :: Advantages". University of Bremen . Retrieved 13 February 2009.
  22. "Dillo Web Browser :: About Dillo's Bug Meter". University of Bremen . Retrieved 13 February 2009.
  23. "Why do some pages look strange?". Dillo Web Browser :: Frequently Asked Questions. University of Bremen. 15 January 2009. Archived from the original on 9 May 2008. Retrieved 11 February 2009.
  24. "Dam(sic) Small Linux on retro hardware -- 486SX and 486DX2". John Andrews. 19 October 2003. Retrieved 24 May 2009.
  25. Downloads - nanox-microwindows-nxlib-fltk-for-dos - This project ports the Nano-X, Microwindows, NXlib and FLTK 1.3.0 libraries to the DOS operating system using DJGPP - Google Project Hosting. Code.google.com. Retrieved on 2013-12-09.
  26. Arellano Cid, Jorge (December 2002). "El hecho de que Dillo este programado en C hace que sea portable a otros sistemas operativos, debería Windows ser su objetivo principal, ya que la "democratización de internet" tendría más impacto debido a la cantidad de usuarios de este s.o.?" (in Spanish). tux.cl. Archived from the original on 13 April 2003. Retrieved 13 February 2009. English translation available.
  27. Vibber, Kelson (13 October 2008). "Installing Dillo on Cygwin". Archived from the original on 4 June 2011. Retrieved 13 February 2009.
  28. "Project Status". Dillo-Win32. 5 December 2011. Archived from the original on 15 March 2012. Retrieved 1 January 2012.
  29. "Official D+ Browser page" . Retrieved 5 December 2013.
  30. "Q: Internationalization and Localization (i18n & l10n)". Dillo Web Browser :: Frequently Asked Questions. University of Bremen. 15 January 2009. Archived from the original on 9 May 2008. Retrieved 12 February 2009.
  31. Krause, Ralph (26 February 2002). "Dillo, the GTK Web Browser". Linux Journal . Retrieved 13 February 2009.
  32. "Dillo Web Browser :: Home Page". Archived from the original on 2022-05-18.
  33. "Dillo.org". June 2, 2022. Archived from the original on 2022-06-02.
  34. "README - w00fpack/dilloNG".
  35. "Commits - w00fpack/dilloNG".
  36. "Dillo, a multi-platform graphical web browser".
  37. "Working base from OpenBSD 6.8 pkg, switched from autotools to plain Makefiles".
  38. See for coverage
  39. "Overview". GitHub .
  40. "Commits - crossbowerbt/dillo-plus".
  41. 1 2 3 Kingman, Henry (16 October 2008). "Lightweight, Linux-compatible browser evolves". DesktopLinux.com. Archived from the original on 14 February 2009. Retrieved 13 February 2009.
  42. Tatham, Paul (15 September 2002). "Linux Web Surfing - Get Armed with Dillo". Archived from the original on 3 March 2016. Retrieved 13 February 2009.
  43. "Browser Market Share". Net Applications. January 2009. Retrieved 12 February 2009.
  44. "Damn Small Linux, Featured Desktop applications". John Andrews. Retrieved 11 February 2009.
  45. "Feather Linux - About". BerliOS. Archived from the original on 27 January 2009. Retrieved 11 February 2009.
  46. "Lesser known "mini" Linux runs from RAM". DesktopLinux.com. 25 January 2007. Archived from the original on 15 February 2009. Retrieved 13 February 2009.