Developers/Documentation/lang-es

From OLPC
< Developers‎ | Documentation
Revision as of 21:48, 28 May 2011 by JZA (talk | contribs) (Traducción)
Jump to: navigation, search
  Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to Developers/Documentation/lang-es/translations HowTo [ID# 256607]  +/-  

Previous Next

By this point, you should have a working Sugar environment (or a substitute for it), a project idea, and an idea how and where to ask for help if you have problems. The next step is to actually start coding.

Tutoriales

Desarrolladores de PyGTK encontrara documentos disponibles de Tutoriales, de un simple proyecto de Hola Mundo a una descripción profunda del desarrollo de la actividad Block Party.

Desarrolladores de Pygame quizas querran comenzar con:

Desarrolladores Etoys/Smalltalk querran comenzar con Smalltalk Development on XO.

Otros desarrolladores quizas quieran leer sobre Sugarizing aplicaciones no pytonescas.

Referencia

  • Referencia API -- puntos a la referencia de muchas de librerías en la documentación.

Puedes también correr un script de pydoc en una XO para tener la documentación navegable de forma local. Para hacer esto, abre la actividad de terminal y corre el siguiente comando:

 pydoc -p 8080

después abre una actividad de Navegador web y ve a la url:

 http://localhost:8080/

para ver esta documentación. Este angulo trabaja para que las librerías programadas en python las cuales se han invertido algún tiempo en cadenas de documentación (y requiere generalmente que sepas Ingles, ya que muchas cadenas de la documentación estan en Inglés).

Recursos

FAQ

El FAQ Desarrolladores es suficiente larga con merito de su propia pagina en el manual de Desarrolladores.

Contributing

As with most Open Source software projects, we have difficulties with documentation. We are very interested in finding people interested in documenting the system. If you are too shy about your coding skills to write code, helping us document the code-base would be an amazing and valuable contribution.

Helping organize the wiki (the web site you are currently reading) to better document the platform and development process would also be very helpful.

Wade's handy links list

Pulling the source to an existing activity from Git:

Creating a new activity:

For PyGTK activities:

For PyGame activities:

For video playback using gstreamer:

For supporting collaboration:

Submitting to OLPC:

Previous Next