Difference between revisions of "Development Team/Source Code"
Jump to navigation
Jump to search
m (→Glucose: version typo and update) |
Garycmartin (talk | contribs) (Added items I can currently see in honey source directory (not sure if this will get way too busy to keep in sync)) |
||
Line 130: | Line 130: | ||
! Repository | ! Repository | ||
! Latest release | ! Latest release | ||
+ | |- | ||
+ | |CartoonBuilder | ||
+ | |CartoonBuilder activity | ||
+ | |[http://git.sugarlabs.org/projects/cartoon-builder git://git.sugarlabs.org/cartoon-builder/mainline.git] | ||
+ | |[http://download.sugarlabs.org/sources/honey/CartoonBuilder/CartoonBuilder-2.tar.bz2 2] | ||
+ | |- | ||
+ | |FlipSticks | ||
+ | |FlipSticks activity | ||
+ | |[http://git.sugarlabs.org/projects/flipsticks git://git.sugarlabs.org/flipsticks/mainline.git] | ||
+ | |[http://download.sugarlabs.org/sources/honey/FlipSticks/FlipSticks-2.tar.bz2 2] | ||
+ | |- | ||
+ | |Speak | ||
+ | |Speak activity | ||
+ | |[http://git.sugarlabs.org/projects/speak git://git.sugarlabs.org/speak/mainline.git] | ||
+ | |[http://download.sugarlabs.org/sources/honey/Speak/Speak-9.tar.bz2 9] | ||
+ | |- | ||
+ | |gst-plugins-espeak | ||
+ | |Espeak as sound source for gstreamer | ||
+ | |[http://git.sugarlabs.org/projects/gst-plugins-espeak git://git.sugarlabs.org/gst-plugins-espeak/mainline.git] | ||
+ | |[http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-0.1.tar.bz2 0.1] | ||
|} | |} | ||
Revision as of 00:26, 23 February 2009
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.
Stable
Unstable
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-datastore | Backend of the journal | git://git.sugarlabs.org/sugar-datastore/mainline.git | 0.83.1 |
sugar-presence-service | Presence service | git://git.sugarlabs.org/sugar-presence-service/mainline.git | 0.83.2 |
etoys | Etoys authoring environment | git://dev.laptop.org/projects/etoys | 4.0.2205 |
Fructose
Name | Description | Repository | Latest release |
---|---|---|---|
chat | Text chatting | git://git.sugarlabs.org/chat/mainline.git | 61 |
browse | Web browser | git://git.sugarlabs.org/browse/mainline.git | 102 |
read | Document viewer | git://git.sugarlabs.org/read/mainline.git | 62 |
log | Log viewer | git://dev.laptop.org/projects/log-activity | 16 |
write | Word processor | git://dev.laptop.org/projects/write | 60 |
calculate | Calculator | git://dev.laptop.org/projects/calculate | 25 |
terminal | Terminal | git://dev.laptop.org/projects/terminal-activity | 21 |
pippy | Programming in python | git://dev.laptop.org/projects/pippy-activity | 25 |
jukebox | Audio and video player | git://git.sugarlabs.org/jukebox/mainline.git | 6 |
imageviewer | Image viewer | git://dev.laptop.org/users/sayamindu/imageviewer-activity | 5 |
turtleart | Turtle art | git://dev.laptop.org/projects/turtleart-activity | 23 |
etoys | Etoys activity | git://dev.laptop.org/projects/etoys | 97 |
Honey
Name | Description | Repository | Latest release |
---|---|---|---|
CartoonBuilder | CartoonBuilder activity | git://git.sugarlabs.org/cartoon-builder/mainline.git | 2 |
FlipSticks | FlipSticks activity | git://git.sugarlabs.org/flipsticks/mainline.git | 2 |
Speak | Speak activity | git://git.sugarlabs.org/speak/mainline.git | 9 |
gst-plugins-espeak | Espeak as sound source for gstreamer | git://git.sugarlabs.org/gst-plugins-espeak/mainline.git | 0.1 |
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.