Difference between revisions of "Development Team/Manual"

From Sugar Labs
Jump to navigation Jump to search
m (Developers moved to Developers manual: basic developer info is also at Participate#Developers. subpages aren't aspects of 'developers' but of a manual, and should be their own pages or subpages of the new title)
 
(related docs)
Line 2: Line 2:
 
{{Developers}}
 
{{Developers}}
  
<div style="margin: 20; padding-left: 30; padding: 10; border: black thin solid; background-color: #e0ffe0">Thank you for considering working on the One Laptop Per Child projectGetting started is not yet as easy as we would like it to be ([[OLPC growing pains]]) - helping improve the situation is one of many ways you might contribute.</div>
+
<div style="margin: 20; padding-left: 30; padding: 10; border: black thin solid; background-color: #e0ffe0">This is a quick intro to working on activities for the XO, and other code for OLPCFeel free to add to and update the manual; it is a work in progress.</div>
  
This manual tries to provide you with the answers you need to get started either by contributing to existing projects or starting your own development project.  Although this Developer's Manual focuses mostly on the software development side of the process, we are also very interested in encouraging the contributions of:
+
This manual tries to provide you with the answers you need to get started either by contributing to existing projects or starting your own.  Although it focuses on the software development side of the process, we are also very interested in encouraging [[Participate|other contribtions]].
 
 
*[[Art wanted | Artists]]
 
*[[educators| Educators]]
 
*[[Tests|Testers]]
 
*[[OLPC Publications|Documenters]]
 
*[[Translating|Translators]]
 
 
 
Much of the material in the Developer's manual, particularly the Setup and Communications sections will be applicable to you as well.
 
  
 +
== Overview ==
 
* [[Developers/Setup]]
 
* [[Developers/Setup]]
 
** Describes how to set up a [[Sugar]] development environment, with a discussion of which approach is likely to be the most appropriate for you
 
** Describes how to set up a [[Sugar]] development environment, with a discussion of which approach is likely to be the most appropriate for you
Line 29: Line 22:
 
** Collects and attempts to answer common questions that developers have when working on the Sugar platform
 
** Collects and attempts to answer common questions that developers have when working on the Sugar platform
  
'''Release Schedule'''
+
== Release Schedule ==
  
 
We expect to be doing updates monthly through the first quarter of 2008. After that, we will likely adopt a three-month update cycle. Eventually we will adopt a six-month update cycle.  It should also be noted that we will be—when time permits—moving to a build environment that enables individual activity developers to maintain their own build cycles.
 
We expect to be doing updates monthly through the first quarter of 2008. After that, we will likely adopt a three-month update cycle. Eventually we will adopt a six-month update cycle.  It should also be noted that we will be—when time permits—moving to a build environment that enables individual activity developers to maintain their own build cycles.
 +
 +
 +
== Related docs and manuals ==
 +
* [[Simplified users guide]]
 +
* [[Geting started]]
 +
* [https://www6.software.ibm.com/developerworks/education/l-sugarpy/l-sugarpy-pdf.pdf Application Development for the OLPC Laptop] (Tim Jones of IBM)
 +
  
 
[[Category:Developers]]
 
[[Category:Developers]]
 
[[Category:Software development]]
 
[[Category:Software development]]

Revision as of 13:41, 6 January 2008

english | Copy "{{subst:requesttranslation}}" to 한국어 HowTo [ID# 5335]  +/-  


This is a quick intro to working on activities for the XO, and other code for OLPC. Feel free to add to and update the manual; it is a work in progress.

This manual tries to provide you with the answers you need to get started either by contributing to existing projects or starting your own. Although it focuses on the software development side of the process, we are also very interested in encouraging other contribtions.

Overview

  • Developers/Setup
    • Describes how to set up a Sugar development environment, with a discussion of which approach is likely to be the most appropriate for you
  • Developers/Stack
    • Describes the "operating stack" of the OLPC Sugar environment, the combination of hardware, operating system, services, libraries and activities that combine to form the environment in which you will be programming
  • Developers/Issues
    • Describes the special considerations required for working on the OLPC project, particularly those driven by our target hardware and deployment environments
  • Developers/Projects
    • Suggests ways to choose a particular project, whether one that already exists, or one of your own, and how to start working on the project once you have chosen it
  • Developers/Communication
    • Describes the various support and communications channels used by the project, including how to get help with problems, and how to set up your own per-project communications channels
  • Developers/Documentation
    • Collects pointers to the various sources of documentation available for the project. Helping us better document our code is always a welcome contribution.
  • Developers/FAQ
    • Collects and attempts to answer common questions that developers have when working on the Sugar platform

Release Schedule

We expect to be doing updates monthly through the first quarter of 2008. After that, we will likely adopt a three-month update cycle. Eventually we will adopt a six-month update cycle. It should also be noted that we will be—when time permits—moving to a build environment that enables individual activity developers to maintain their own build cycles.


Related docs and manuals