Changes

Jump to navigation Jump to search
no edit summary
Line 97: Line 97:     
  activity_version = 156
 
  activity_version = 156
: Each activity.info file must have a "activity_version" key.  The version is a single positive float.  Larger versions are considered "newer".  The value assigned to this key should be considered '''opaque''' to the activity; the only requirement of the activity is that it must be larger for new activity builds.
+
: Each activity.info file must have a "activity_version" key.  Example versions are 1, 1.2, 1.2.3, 1.2.3-peru, and 1.2.3~me.  Larger versions are considered "newer".  An activity should not use the value, as it may be changed by developers and packagers.  The value must be newer for newer activities.
    
  host_version = 1
 
  host_version = 1
Line 148: Line 148:  
: A short summary of the activity is displayed in the List View.
 
: A short summary of the activity is displayed in the List View.
   −
  repository = http://...
+
  repository = https://...
: The URL of the master git repository for the activity. Since activities are not all hosted in a single repository, it is important to include a link so that users can readily find the activity source.
+
: The URL of the master git repository for the activity, for use by {{code|git clone}}. Since activities are not all hosted in a single repository, it is important to include a link so that users can readily find the activity. Some git hosting services allow the URL to be used by web browser as well as {{code|git clone}}.
    
== Localization/translation of the activity name and tags ==
 
== Localization/translation of the activity name and tags ==

Navigation menu