Difference between revisions of "Development Team/Source Code"

From Sugar Labs
Jump to navigation Jump to search
Line 3: Line 3:
 
If you want to package sugar for your favourite distribution or just want to examine sugar's lovely code ;) you can find all the source code of each module at the links below.
 
If you want to package sugar for your favourite distribution or just want to examine sugar's lovely code ;) you can find all the source code of each module at the links below.
  
=== Glucose 0.83 ===
+
=== Glucose (unstable) ===
  
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
Line 16: Line 16:
 
| [http://git.sugarlabs.org/projects/sugar git://git.sugarlabs.org/sugar/mainline.git]
 
| [http://git.sugarlabs.org/projects/sugar git://git.sugarlabs.org/sugar/mainline.git]
 
| [http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.83.4.tar.bz2 0.83.4]
 
| [http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.83.4.tar.bz2 0.83.4]
 +
|-
 +
| sugar-toolkit
 +
| Activities and extensions toolkit
 +
| [http://git.sugarlabs.org/projects/sugar-toolkit git://git.sugarlabs.org/sugar-toolkiy/mainline.git]
 +
| [http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-toolkit-0.83.3.tar.bz2 0.83.3]
 
|}
 
|}
  

Revision as of 10:42, 20 December 2008

Getting the sources

If you want to package sugar for your favourite distribution or just want to examine sugar's lovely code ;) you can find all the source code of each module at the links below.

Glucose (unstable)

Name Description Repository Latest release
sugar Core UI components git://git.sugarlabs.org/sugar/mainline.git 0.83.4
sugar-toolkit Activities and extensions toolkit git://git.sugarlabs.org/sugar-toolkiy/mainline.git 0.83.3

Sugar dependencies

The Sugar interface is based on the GNOME and freedesktop software stacks, using technologies like Gtk+, dbus, xorg, matchbox-window-manager and gconf. It is written in Python, making it easily extended. For the collaboration part, Sugar is using the telepathy framework.

The activities depend on technologies like xulrunner for the browser, abiword for the write activity and squeak for etoys.