Difference between revisions of "Development Team/Source Code"

From Sugar Labs
Jump to navigation Jump to search
(#anchors don't seem to work from the sidebar)
 
Line 1: Line 1:
#redirect[[ReleaseTeam/CurrentRelease/Sucrose#Getting_the_sources]]
+
== 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 modules===
 +
 
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar-toolkit/sugar-toolkit-0.82.1.tar.bz2 sugar-toolkit 0.82.1]
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar/sugar-0.82.0.tar.bz2 sugar 0.82.0]
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar-artwork/sugar-artwork-0.82.0.tar.bz2 sugar-artwork 0.82.0]
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar-base/sugar-base-0.82.1.tar.bz2 sugar-base 0.82.1]
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.82.0.tar.bz2 sugar-datastore 0.82.0]
 +
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.1.tar.bz2 sugar-presence-service 0.82.1]
 +
* [http://dev.laptop.org/pub/sugar/sources/etoys/etoys-3.0.2076.tar.gz etoys 3.0.2076]
 +
* [http://dev.laptop.org/pub/sugar/sources/journal-activity/Journal-97.tar.bz2 Journal 97]
 +
 
 +
=== Fructose modules ===
 +
 
 +
* [http://dev.laptop.org/pub/sugar/sources/read-activity/Read-49.tar.bz2 read-activity 49]
 +
* [http://dev.laptop.org/pub/sugar/sources/chat-activity/Chat-45.tar.bz2 chat-activity 45]
 +
* [http://dev.laptop.org/pub/sugar/sources/terminal-activity/Terminal-15.tar.bz2 terminal-activity 15]
 +
* [http://dev.laptop.org/pub/sugar/sources/web-activity/Browse-95.tar.bz2  browse-activity 95]
 +
* [http://dev.laptop.org/pub/sugar/sources/etoys-activity/etoys-activity-87.tar.gz etoys-activity 87]
 +
* [http://dev.laptop.org/pub/sugar/sources/write-activity/Write-57.tar.bz2 write-activity 57]
 +
* [http://dev.laptop.org/pub/sugar/sources/calculate-activity/Calculate-23.tar.bz2 calculate-activity 23]
 +
* [http://dev.laptop.org/pub/sugar/sources/log-activity/Log-13.tar.bz2 log-activity 13]
 +
* [http://dev.laptop.org/pub/sugar/sources/pippy-activity/Pippy-25.tar.bz2 pippy-activity 25]
 +
 
 +
=== 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.
 +
 
 +
* [http://www.gnome.org/ GNOME]
 +
* [http://www.freedesktop.org/wiki/ freedesktop]
 +
* [http://www.gtk.org/ Gtk+]
 +
* [http://www.freedesktop.org/wiki/Software/dbus dbus]
 +
* [http://www.x.org/wiki/Home X Windows System]
 +
* [http://matchbox-project.org/ matchbox]
 +
* [http://www.gnome.org/projects/gconf/ gconf]
 +
* [http://telepathy.freedesktop.org/wiki/ telepathy]
 +
* [http://developer.mozilla.org/en/XULRunner xulrunner]
 +
* [http://www.abisource.com/ abiword]
 +
* [http://www.squeak.org/ squeak]
 +
 
 +
[[Category:Developer]]
 +
[[Category:Installing Sugar]]

Revision as of 10:54, 7 October 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 modules

Fructose modules

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.