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

User:SquidMan/HBC Repository Example

From WiiBrew
< User:SquidMan
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.