Changes

Line 11: Line 11:  
== Detailed description ==
 
== Detailed description ==
   −
The result for service development process will be regular 0install files that are placed to subdirectory on http://download.sugarlabs.org/services/ with name which is identity for the service in the rest of 0sugar infrastructure:
+
The result for service development process will be regular 0install files that are placed to subdirectory on http://download.sugarlabs.org/services/ with name which is identity for the service in the rest of 0sugar infrastructure. Service's subdirectory will contain:
    
* [http://download.sugarlabs.org/services/toolkit/runtime.xml runtime.xml], regular 0install feed file which will be used as a runtime dependency
 
* [http://download.sugarlabs.org/services/toolkit/runtime.xml runtime.xml], regular 0install feed file which will be used as a runtime dependency
Line 17: Line 17:  
* bunch of tarballs with sources and binaries, feed files contain links to these files
 
* bunch of tarballs with sources and binaries, feed files contain links to these files
   −
Feed files, in addition to several information fields, contains tags that describe implementations of the service, in distribution terms, package. At the same time, feed file contains implementations for various service versions and the same version could be represented by several implementations:
+
Feed files, in addition to several information fields, contain tags that describe implementations of the service(i.e. releases). At the same time, feed file contains implementations for various service versions and the same version could be represented by several implementations:
    
* source implementation in ''<implementation>'' tag with attribute ''arch'' == ''*-src'', with links to source tarball and instructions how to build it
 
* source implementation in ''<implementation>'' tag with attribute ''arch'' == ''*-src'', with links to source tarball and instructions how to build it