Changes

Jump to navigation Jump to search
Line 92: Line 92:  
  update_url = http://host.net/bundles/FooBar
 
  update_url = http://host.net/bundles/FooBar
 
  tags = exploration;web
 
  tags = exploration;web
 +
single_instance = yes
 +
summary = this is a short description of the activity
    
A more detailed explanation of the valid properties follows:
 
A more detailed explanation of the valid properties follows:
Line 143: Line 145:  
  tags = exploration;web
 
  tags = exploration;web
 
: Tags give more context in which to place the activity. This is used to allow users to find activities more easily in the journal, the home view, [http://activities.sugarlabs.org http://activities.sugarlabs.org], etc.
 
: Tags give more context in which to place the activity. This is used to allow users to find activities more easily in the journal, the home view, [http://activities.sugarlabs.org http://activities.sugarlabs.org], etc.
 +
 +
single_instance = yes
 +
: This key is optional. If not present, or if present with a value of "no", multiple instances of the activity can be launched at once. If present with a value of "yes", then only one instance of the activity will be open at any one time. This key was added in order to flag activities that use resources that cannot be shared.
 +
 +
summary = ...
 +
: A short summary of the activity is displayed in the List View.
    
== Localization/translation of the activity name and tags ==
 
== Localization/translation of the activity name and tags ==

Navigation menu