Difference between revisions of "Sugar"
Jump to navigation
Jump to search
(Created page with "right|150px|XO computer [http://www.sugarlabs.org/ Sugar] is a Desktop environment thought for kids. It's especially known to be provided in [http://laptop.or...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Xo.jpg|right|150px|XO computer]] | [[File:Xo.jpg|right|150px|XO computer]] | ||
[http://www.sugarlabs.org/ Sugar] is a Desktop environment | [http://www.sugarlabs.org/ Sugar] is a Desktop environment created for kids. It is especially known to be provided in [http://laptop.org/en/laptop/ XO computers] of the [http://one.laptop.org/ One Laptop Per Child] (olpc) project. Like Sugar, Kiwix is developed on GNU/Linux, so there are no major problems running Kiwix on Sugar... but there are still issues to fix. | ||
The first difficulty is that Kiwix should be compiled statically (in | The first difficulty is that Kiwix should be compiled statically (natively in Sugar), which is not fully finished for GNU/Linux... but already works for MS Windows and MacOSX. | ||
The second difficulty is to integrate Kiwix | The second difficulty is to integrate Kiwix into Sugar, which means: | ||
* Redesign the User Interface with XUL and CSS | * Redesign the User Interface with XUL and CSS | ||
* Create the | * Create the program | ||
* Deal with the journal and | * Deal with the journal and other things specific to Sugar | ||
For that task we need a developer with | For that task we need a developer with expertise with in working with Sugar and GNU Autotools. | ||
Follow the implementation on [[Black&White Project/Kiwix for Sugar|this page]]. | Follow the implementation on [[Black&White Project/Kiwix for Sugar|this page]]. |
Latest revision as of 23:33, 5 December 2022
Sugar is a Desktop environment created for kids. It is especially known to be provided in XO computers of the One Laptop Per Child (olpc) project. Like Sugar, Kiwix is developed on GNU/Linux, so there are no major problems running Kiwix on Sugar... but there are still issues to fix.
The first difficulty is that Kiwix should be compiled statically (natively in Sugar), which is not fully finished for GNU/Linux... but already works for MS Windows and MacOSX.
The second difficulty is to integrate Kiwix into Sugar, which means:
- Redesign the User Interface with XUL and CSS
- Create the program
- Deal with the journal and other things specific to Sugar
For that task we need a developer with expertise with in working with Sugar and GNU Autotools.
Follow the implementation on this page.