Hakatter templates download site
To build Hakatter templates download site is very easy.
Only to generate XML file which shows links to template files and upload to the Web server.

Here we show you the example of the XML file.

<?xml version="1.0" encoding="utf-8"?><!-- This is XML. -->
<host><!-- The topmost itm is host. -->
	<hosttitle>Comona Hakatter templates list</hosttitle><!-- The title of the site. Th value is required. -->

	<templates><!-- The start of the template list. -->
		<template><!-- The definition of the template file. -->
			<!-- The UUID of the template. -->
			<uuid>6E82B763-D8AF-4C99-8248-C2138BC0C69C</uuid>
			<!-- The title of the template. The value is required. -->
			<title>Geiger</title>
			<!-- The URL of the template file. Please write in the full of URL. -->
			<url>http://www.comona.co.jp/hakatter/templates/geiger.hakatter</url>
			<!-- The explanation of the file. -->
			<description>The template to measure redioactive value.</description>
		</template>
		<template>
			<uuid>FCF2CE4E-B990-4E11-B7BA-29E28CFBA0FE</uuid>
			<title>Blood pressure</title>
			<url>http://www.comona.co.jp/hakatter/templates/bloodpressure.hakatter</url>
			<description>Let's routine blood pressure measurement!</description>
		</template>
		<template>
			<uuid>310B78EB-5251-43C9-8B51-6F8D127348C9</uuid>
			<title>Fishing</title>
			<url>http://www.comona.co.jp/hakatter/templates/fishing.hakatter</url>
			<description>ILet's Tweet immediately, when you got a big one!</description>
		</template>
	</templates>

</host>
After this, all you have to do is upload template files follow to the inks in the file above.
Please use above file as your sample.
The character set must UTF-8 and do not give BOM.

Hakatter template file