-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome on the Sielo Jennysis Wiki.
Here you can find any pieces of information about compile, customize or develop Sielo.
Sielo Jennysis is already as a concept state. As a consequence, you can't currently build Sielo.
Sielo Jennysis concept is based on the idea of customization. As a consequence, an easy to use and rich API is provided by the software. This API is based on the CSS API. As a consequence, Sielo can be customized as en simple web page.
To simplify the use of Sielo components under other software, its code is split into several modules which are:
- Core : Core is the common code used by sielo. It manages all interactions between modules and the operating system.
- WebEngine : WebEngine is a family of modules which implements a web engine such as Webkit, Gecko... It is designed to keep a unique API between all web engines, simplifying the programming of a web browser with many web engine.
- GUI : GUI is the main executable of Sielo and provides the graphical user interface.
See the section that corresponds to the module for more information.
If you would understand how modules communicate, see API section of the wiki.
Sielo browser is an open source web browser shared under the MIT license. See here for more information.