<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://git.oriontransfer.org/stylesheets/git-repo.xsl"?>
<!DOCTYPE repo [
  <!ELEMENT repo  (index)>
  <!ATTLIST repo  version CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT index (updir?, (file | dir)*)>
  <!ATTLIST index name    CDATA #IMPLIED
                  path    CDATA #IMPLIED
                  rev     CDATA #IMPLIED>
  <!ELEMENT updir EMPTY>
  <!ELEMENT file  EMPTY>
  <!ATTLIST file  name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT dir   EMPTY>
  <!ATTLIST dir   name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
]>
<repo version="git" href="http://www.oriontransfer.co.nz/">
	<index rev="8" path="Applications/GoblinHacker.git">
		<file name=".gitignore" href=".gitignore" />
		<file name="COPYING.txt" href="COPYING.txt" />
		<dir name="Goblin Hacker.xcodeproj" href="Goblin+Hacker.xcodeproj/" />
		<dir name="Resources" href="Resources/" />
		<dir name="Source" href="Source/" />
		<file name="normalize_newlines.rb" href="normalize_newlines.rb" />
	</index>
</repo>
