User:SquidMan/HBC Repository Example
< User:SquidMan
Jump to navigation
Jump to search
This is an old revision of this page, as edited by SquidMan (talk | contribs) at 01:43, 10 June 2008. It may differ significantly from the current revision. |
Here is my example of what the HBC Repository XML files could look like.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<name>Repository Name</name>
<author>Repository Owner</author>
<description>Description of Repository</description>
<app version="1">
<name>Application Name</name>
<ident>Destination Folder Name</ident>
<author>Author of Application</author>
<version>Version of app in following format: x.x.x all others will not appear</version>
<description>Description of the Application</description>
<url>ZIP file containing files. See the following file for a reference on structure. http://otokoyariika.vectorfive.net/wii/repo/RepoStruct.zip</url>
</app>
Discuss please.