<?xml version="1.0" encoding="UTF-8"?>
<theme>
	<name>Name of your theme</name><!-- required tag -->
	<url>http://php.net/</url> <!-- Homepage of the theme. Here you should get all information, updates etc. -->
	<version>2006-06-06</version> <!-- Are we up to date? This is the recommended versioning. Required tag. -->
	<description> 
	 A short description of your theme.
	</description> <!-- optional, but recommended -->
	<preview>preview.jpg</preview><!-- optional, but recommended -->
	<icon-type>png</icon-type> <!-- png/gif, required tag -->

	<authors><!-- at least one author must be specified -->
		<author>
			<name>Helgi</name>
			<contact type="e-mail">foo@exampe.org</contact>
			<contribution>XML</contribution><!-- what did you do? -->
		</author>
		<author>
			<name>BlueSky</name>
			<contact type="e-mail">foo2@exampe.org</contact>
			<contribution>Most of this spec</contribution>
 		</author>
	</authors>
 
	<license>
		<name>New BSD License</name> <!-- name of the license -->
		<url>http://example.org</url><!-- where can I read it? -->
	</license>
</theme>