In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "User:SquidMan/HBC Repository Example"

From WiiBrew
Jump to navigation Jump to search
(New page: Here is my example of what the HBC Repository XML files could look like. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <source version="1"> <name>Repository Name...)
 
Line 16: Line 16:
 
     </source>
 
     </source>
 
Discuss please.
 
Discuss please.
 +
It needs things such as (for example):
 +
<pre>
 +
<requiresgccontroller>1</requiresgccontroller>
 +
<classicsupport>1</classicsupport>
 +
 +
Etc

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