Changes
Jump to navigation
Jump to search
Line 107:
Line 107:
− +
Development Team/Almanac/Activity Bundles (view source)
Revision as of 16:02, 13 July 2008
, 16:02, 13 July 2008→.info File Format: Specify default for 'update_url'
update_url = ...
update_url = ...
: URL to retrieve update information; implemented in [http://dev.laptop.org/ticket/4951 #4951]. The software update control panel will attempt to look for information about the latest version of the activity by fetching the given url with first the core OS build number, then the release number, then the release major version number appended, then finally as-is. (For example, if your update URL tag has the value 'http://host.net/bundles/FooBar' and you are currently running release 8.1.1 (core OS 708), the following URLs will be tried, in this order: http://host.net/bundles/FooBar/708, http://host.net/bundles/FooBar/8.1.1, http://host.net/bundles/FooBar/8.1, http://host.net/bundles/FooBar .) The contents of the URLs should be in the [[activity microformat]].
: URL to retrieve update information; implemented in [http://dev.laptop.org/ticket/4951 #4951]. The software update control panel will attempt to look for information about the latest version of the activity by fetching the given url with first the core OS build number, then the release number, then the release major version number appended, then finally as-is. (For example, if your update URL tag has the value 'http://host.net/bundles/FooBar' and you are currently running release 8.1.1 (core OS 708), the following URLs will be tried, in this order: http://host.net/bundles/FooBar/708, http://host.net/bundles/FooBar/8.1.1, http://host.net/bundles/FooBar/8.1, http://host.net/bundles/FooBar .) The contents of the URLs should be in the [[activity microformat]]. If no update_url is specified, http://wiki.laptop.org/go/Activities will be used.
===Future Properties===
===Future Properties===