eDillo - Embedded Dillo for MiniGUI

What is eDillo?

eDillo is the embedded dillo for MiniGUI, which uses HTML engine and networking engine of the famous Dillo Version 0.8.4/0.8.5.

It intends to provide a light-weight and full-featured browser for STBs and IPTVs which are based-on MiniGUI.

Version

The current version of eDillo is version 0.4.0. We will add some important features in the near future:

  • Version 0.6: Complete HTML 4.01 (iFrame, Frame), SSL, FTP, and plugin for Flash 3/4/5.
  • Version 0.8: Support for the basic JavaScript 1.5.
  • Version 1.0: A full-featured HTML browser with HTML 4.01, HTTP 1.2, FTP, SSL, JavaScript 1.5, and CSS.

Author

eDillo is developed by Feynman Software (FMSoft), the developer of MiniGUI, based on Dillo V0.8.4.
For more information about Feynman Software, please visit:

http://www.minigui.com

For more information about MiniGUI, please visit:

http://www.minigui.org/whatis.shtm

Source

To download the package of eDillo 0.4.0, please click here:

edillo-0.4.0.tar.gz

How to Build eDillo

Please install MiniGUI V1.6.x or above (MiniGUI-VAR or Development Package) first.

    $ tar zxf edillo-0.4.0.tar.gz
    $ cd edillo-0.4.0
    $ ./configure
    $ make
    $ cd test/simple/
    $ ./simple_edillo

Screenshots