Activity Team: Difference between revisions

consolidating entries
moved update cycle into modifying an activity section
Line 30: Line 30:
===Sugar Almanac===
===Sugar Almanac===
The [[Development Team/Almanac|Sugar Almanac]] content has been migrated to Sugar Labs. It's a great, quick reference when building python Activities.
The [[Development Team/Almanac|Sugar Almanac]] content has been migrated to Sugar Labs. It's a great, quick reference when building python Activities.
===Modify Activities===
A guide has been written describing how to make simple modifications to popular Sugar activities.  Examples include adding sounds to TamTam, blocks to TurtleArt, buttons to Calculate, etc.
*[[Activity_Team/Modifing_an_Activity]]


===setup.py===
===setup.py===
Line 94: Line 89:
The [[Activity Team/Compatibility Tips|Compatibility Tips]] page is a place to accumulate tips.
The [[Activity Team/Compatibility Tips|Compatibility Tips]] page is a place to accumulate tips.


===A typical update cycle===


Anyone can contribute a patch to a Sugar Activity. The typical work cycle involves an interaction with the activity maintainer as follows:
===Modify Activities===
A guide has been  written describing how to make simple modifications to popular Sugar  activities.  Examples include adding sounds to TamTam, blocks to  TurtleArt, buttons to Calculate, etc.
 
*[[Activity_Team/Modifying_an_Activity]]
 
==== A typical update cycle ====
Anyone can contribute a patch to a Sugar Activity. The typical work cycle involves an interaction with the activity (project) maintainer as follows:
# make a clone (anyone)
# make a clone (anyone)
# make your changes (anyone)
# make your changes (anyone)