Changes

...
Line 1: Line 1:  
{{OLPC}}
 
{{OLPC}}
 +
{{Translations}}
 
== Introduction ==
 
== Introduction ==
   Line 47: Line 48:  
== .info File Format ==
 
== .info File Format ==
   −
.info files follow a key/value pair format, similar to the [http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec Desktop Entry standard], but not conforming to it.  An example is shown here:
+
.info files follow a key/value pair format, similar to the [http://www.freedesktop.org/wiki/Specifications/desktop-entry-spec fd.o desktop entry spec], but not conforming to it.  An example is shown here:
    
  [Activity]
 
  [Activity]
Line 67: Line 68:     
  activity_version = 1
 
  activity_version = 1
: Each activity.info file must have a "activity_version" key.  The version is a single positive integer, and may only contain the characters 1 through 9.  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.  The version is a single positive integer.  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.
    
  host_version = 1
 
  host_version = 1
: Each activity.info file must have a "host_version" key.  The version is a single positive integer, and may only contain the characters 1 through 9.  This specifies the version of the Sugar environment which the activity is compatible with.  (fixme: need to specify sugar versions somewhere.  Obviously we start with 1.)
+
: Each activity.info file must have a "host_version" key.  The version is a single positive integer.  This specifies the version of the Sugar environment which the activity is compatible with.  (fixme: need to specify sugar versions somewhere.  Obviously we start with 1.)
    
  service_name = com.redhat.Sugar.BrowserActivity
 
  service_name = com.redhat.Sugar.BrowserActivity
130

edits