Skip to content

Instantly share code, notes, and snippets.

@septor
Created January 7, 2013 01:28
Show Gist options
  • Save septor/4471570 to your computer and use it in GitHub Desktop.
Save septor/4471570 to your computer and use it in GitHub Desktop.
Example Head Hunt Game XML file. Head Hunt will be a recruitment plugin for e107 that will support any number of games.
<?xml version="1.0" encoding="utf-8"?>
<headhunt>
<game name="World of Warcraft" stub="wow">
<victim name="Death Knight" color="c41f3b" image="deathknight.jpg">
<sub name="Blood" />
<sub name="2H Frost" />
<sub name="DW Frost" />
<sub name="Unholy" />
</victim>
</game>
</headhunt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment