Difference between revisions of "Development Team/Source Code"

From Sugar Labs
Jump to navigation Jump to search
(Update to final Sucrose 0.82 glucose releases)
Line 8: Line 8:
 
(The page [[:Category:Source architecture]] may help understand the structure and function of the below. You also obtain a full copy of the source by building [[sugar-jhbuild]]; it goes in the sugar-jhbuild/source directory.)
 
(The page [[:Category:Source architecture]] may help understand the structure and function of the below. You also obtain a full copy of the source by building [[sugar-jhbuild]]; it goes in the sugar-jhbuild/source directory.)
  
* [http://dev.laptop.org/pub/sugar/sources/sugar-toolkit/sugar-toolkit-0.82.1.tar.bz2 sugar-toolkit 0.82.1] or git clone git+ssh://dev.laptop.org/sugar-toolkit  
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-toolkit/sugar-toolkit-0.82.11.tar.bz2 sugar-toolkit 0.82.11] or git clone git+ssh://dev.laptop.org/sugar-toolkit  
* [http://dev.laptop.org/pub/sugar/sources/sugar/sugar-0.82.0.tar.bz2 sugar 0.82.0] or git clone git+ssh://dev.laptop.org/sugar
+
* [http://dev.laptop.org/pub/sugar/sources/sugar/sugar-0.82.9.tar.bz2 sugar 0.82.9] or git clone git+ssh://dev.laptop.org/sugar
* [http://dev.laptop.org/pub/sugar/sources/sugar-artwork/sugar-artwork-0.82.0.tar.bz2 sugar-artwork 0.82.0] or git clone git+ssh://dev.laptop.org/sugar-artwork
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-artwork/sugar-artwork-0.82.3.tar.bz2 sugar-artwork 0.82.3] or git clone git+ssh://dev.laptop.org/sugar-artwork
* [http://dev.laptop.org/pub/sugar/sources/sugar-base/sugar-base-0.82.1.tar.bz2 sugar-base 0.82.1]  or git clone git+ssh://dev.laptop.org/sugar-base
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-base/sugar-base-0.82.2.tar.bz2 sugar-base 0.82.2]  or git clone git+ssh://dev.laptop.org/sugar-base
* [http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.82.0.tar.bz2 sugar-datastore 0.82.0] or git clone git+ssh://dev.laptop.org/sugar-datastore
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.82.1.tar.bz2 sugar-datastore 0.82.1] or git clone git+ssh://dev.laptop.org/sugar-datastore
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.1.tar.bz2 sugar-presence-service 0.82.1]  or git clone git+ssh://dev.laptop.org/sugar-presence-service
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.2.tar.bz2 sugar-presence-service 0.82.2]  or git clone git+ssh://dev.laptop.org/sugar-presence-service
 
* [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/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] or git clone git+ssh://dev.laptop.org/journal-activity
+
* [http://dev.laptop.org/pub/sugar/sources/journal-activity/Journal-99.tar.bz2 Journal 99] or git clone git+ssh://dev.laptop.org/journal-activity
  
 
=== Fructose modules ===
 
=== Fructose modules ===

Revision as of 08:28, 3 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.

Note: Please use the latest tarballs from here

Glucose modules

(The page Category:Source architecture may help understand the structure and function of the below. You also obtain a full copy of the source by building sugar-jhbuild; it goes in the sugar-jhbuild/source directory.)

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.