Difference between revisions of "Development Team/Source Code"

From Sugar Labs
Jump to navigation Jump to search
Line 53: Line 53:
 
|-
 
|-
 
|chat
 
|chat
|
 
 
|
 
|
 
|
 
|
 
|-
 
|-
 
|web
 
|web
|
 
 
|
 
|
 
|
 
|
 
|-
 
|-
 
|read
 
|read
|
 
 
|
 
|
 
|
 
|
 
|-
 
|-
 
|log
 
|log
|
 
 
|
 
|
 
|
 
|
Line 74: Line 70:
 
|-
 
|-
 
|write
 
|write
|
 
 
|
 
|
 
|
 
|
Line 80: Line 75:
 
|-
 
|-
 
|calculate
 
|calculate
|
 
 
|
 
|
 
|
 
|
Line 86: Line 80:
 
|-
 
|-
 
|terminal
 
|terminal
|
 
 
|
 
|
 
|
 
|
Line 92: Line 85:
 
|-
 
|-
 
|pippy
 
|pippy
|
 
 
|
 
|
 
|
 
|
Line 98: Line 90:
 
|-
 
|-
 
|etoys-activity
 
|etoys-activity
|
 
 
|
 
|
 
|
 
|

Revision as of 10:55, 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

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-toolkit/mainline.git 0.83.3
sugar-artwork Themes and icons git://git.sugarlabs.org/sugar-artwork/mainline.git 0.83.2
sugar-base Helpers for services and activities git://git.sugarlabs.org/sugar-base/mainline.git 0.83.2
sugar-base Backend of the Sugar Journal git://git.sugarlabs.org/sugar-datastore/mainline.git 0.83.1
etoys Etoys authoring environment git://dev.laptop.org/projects/etoys 4.0.2210

Fructose

Name Description Repository Latest release
chat
web
read
log
write
calculate
terminal
pippy
etoys-activity

Honey

Name Description Repository Latest release

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.