User:SquidMan/HBC Repository Example: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
<requiresgccontroller>1</requiresgccontroller> | <requiresgccontroller>1</requiresgccontroller> | ||
<classicsupport>1</classicsupport> | <classicsupport>1</classicsupport> | ||
</pre> | |||
Etc | Etc. [[User:Muzer|Muzer]] 19:31, 11 June 2008 (CEST) |
Revision as of 19:31, 11 June 2008
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. It needs things such as (for example):
<requiresgccontroller>1</requiresgccontroller> <classicsupport>1</classicsupport>
Etc. Muzer 19:31, 11 June 2008 (CEST)