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 1: Line 1:
 
== 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.
 
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 [http://dev.laptop.org/pub/sugar/sources/ from here]
+
=== Glucose 0.83 ===
 
 
=== 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.)
 
 
 
* [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.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.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.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.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.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/journal-activity/Journal-99.tar.bz2 Journal 99] or git clone git+ssh://dev.laptop.org/journal-activity
 
 
 
=== 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]
 
  
 +
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 +
|-style="background:#787878; color: white;"
 +
! Name
 +
! Description
 +
! Repository
 +
! Latest release
 +
|-
 +
| sugar
 +
| Core UI components
 +
| [git://git.sugarlabs.org/sugar/mainline.git||http://git.sugarlabs.org/projects/sugar]
 +
| [0.83.4||http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.83.4.tar.bz2]
 +
|}
 
=== Sugar dependencies ===
 
=== Sugar dependencies ===
  

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

Name Description Repository Latest release
sugar Core UI components [git://git.sugarlabs.org/sugar/mainline.git http://git.sugarlabs.org/projects/sugar] [0.83.4 http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.83.4.tar.bz2]

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.