Human Interface Guidelines/Activities/Activity Bundles: Difference between revisions
Dfarning-bot (talk | contribs) m OLPC Human Interface Guidelines/Activities/Activity Bundles moved to DesignTeam/Human Interface Guidelines/Activities/Activity Bundles: Robot: moved page |
m moved Design Team/Human Interface Guidelines/Activities/Activity Bundles to Human Interface Guidelines/Activities/Activity Bundles: restructure |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="background-color: #FFF; margin-left:auto; margin-right: auto; width: 95%;"> | <div style="background-color: #FFF; margin-left:auto; margin-right: auto; width: 95%;"> | ||
<noinclude>{{Translations}}</noinclude> | <noinclude>{{Translations}}{{GoogleTrans-en}}</noinclude> | ||
{{hig-subnav-inter|p_link=Activities/Activity Basics|p_label=Activity Basics|c_section=Activities|c_page=Activity Bundles|n_link=Security|n_label=Security}} | {{hig-subnav-inter|p_link=Activities/Activity Basics|p_label=Activity Basics|c_section=Activities|c_page=Activity Bundles|n_link=Security|n_label=Security}}{{TOCright}} | ||
===The Activity Bundle=== | ===The Activity Bundle=== | ||
| Line 8: | Line 8: | ||
!style="background:#D6784C"|API Reference | !style="background:#D6784C"|API Reference | ||
|- | |- | ||
|[[ | |[[Development_Team/Almanac/Activity_Bundles|Activity Bundle technical specifications]] | ||
|} | |} | ||
Activities will exist in the form of bundles. These bundles will manifest as groups of related files—source code, images, documentation, etc—that compose a given activity. As self-contained modules, the distribution and installation of an activity distills to a simple transfer of the activity bundle to a laptop. Properties stored within a bundle provide information about its version and its creator(s). | Activities will exist in the form of bundles. These bundles will manifest as groups of related files—source code, images, documentation, etc—that compose a given activity. As self-contained modules, the distribution and installation of an activity distills to a simple transfer of the activity bundle to a laptop. Properties stored within a bundle provide information about its version and its creator(s). | ||
| Line 40: | Line 40: | ||
====Activity Tags==== | ====Activity Tags==== | ||
Tags provide additional information about the context of a specific activity, enabling powerful searching on the Mesh for generalizations or categories of activities. For instance, searching for "game" should return the "Memory," "Chess," and "Tic-Tac-Toe" activities. Likewise, searching for "drawing" should return any activities that relate to drawing, painting, sketching, etc. | |||
====Obtaining Activity Bundles==== | ====Obtaining Activity Bundles==== | ||