Skip to content
Venceslas edited this page May 23, 2019 · 2 revisions

Welcome on the Sielo Jennysis Wiki.

Here you can find any pieces of information about compile, customize or develop Sielo.

Build sielo

Sielo Jennysis is already as a concept state. As a consequence, you can't currently build Sielo.

Customize 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.

Develop sielo

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.

Clone this wiki locally