<?xml version="1.0" encoding="UTF-8"?>

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   -
   - The Original Code is ThemesManifest.
   -
   - The Initial Developer of the Original Code is
   - Disruptive Innovations SARL.
   - Portions created by the Initial Developer are Copyright (C) 2009
   - the Initial Developer. All Rights Reserved.
   -
   - Contributor(s):
   -
   - Alternatively, the contents of this file may be used under the terms of
   - either the GNU General Public License Version 2 or later (the "GPL"), or
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the LGPL or the GPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->

<themes xmlns="http://disruptive-innovations.com/zoo/themesManifest/1.0">

  <theme id="your theme's shortname, mandatory">
    <name>your theme's human-readable name, mandatory</name>
    <version>your theme's version</version>
    <released>day of theme's release, YYYY-MM-DD</released>
    <description>human-readable description of your theme, text only</description>
    <author>author of the theme, multiple occurences allowed</author>
    <contributor>contributor to the theme, multiple occurences allowed</contributor>
    <thumbnail>link to thumbnail, absolute URL</thumbnail>
    <license>link to license, absolute URL</license>
    <support>link to support page, absolute URL</support>
    <tags>comma-separated list of tags</tags>
    <format>your theme's format (100%, 950px, 750px, ...), mandatory</format>
    <package>link to the downloadable zip package, mandatory, absolute URL</package>
    <path>path to template in the zip package, mandatory, slashes only,
          no backslashes, no leading slash or ./</path>
    <demo>link to online demo, absolute URL</demo>

    <price>reserved for future use</price>
    <currency>reserved for future use</currency>
    <affiliateID>reserved for future use</affiliateID>
  </theme>

  <!-- THE FOLLOWING IS AN EXAMPLE OF A REAL THEME AVAILABLE AT
       http://bryantsmith.com/template/

	  <theme id="farewellToColor">
	    <name>A Farewell to Color</name>
	    <version>1.0</version>
	    <description>Remember the early days when the Internet was all black
	      and white, this is a throwback to those days. In all seriousness,
	      I made this template because it was based on an earlier design that
	      many found useful. Plus I've always had a thing for creating designs
	      on the web with zero color, I guess it is an 'off the beaten path type deal'.
	      I should also mention that this template has some updates (err... advantages)
	      over the previous designs... this one uses h1 and h2 tags in the header for
	      better SEO results, and has new image rollovers for the naviagation.</description>

	    <author>Bryant Smith</author>

	    <thumbnail>http://bryantsmith.com/template/previews/afarewelltocolor.jpg</thumbnail>
	    <package>http://bryantsmith.com/template/afarewelltocolor.zip</package>
      <path>index.html</path>
	    <license>http://bryantsmith.com/template/</license>
      <support>http://bryantsmith.com/component/option,com_alfcontact/Itemid,55/</support>

	    <format>750px</format>
	    <tags>b&amp;w,1column</tags>

	    <demo>http://bryantsmith.com/template/afarewelltocolor</demo>
	  </theme>

  -->

</themes>
