<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.0.0">
	<name>Ark Editor Tip of the Day Module</name>
	<author>Andrew Williams</author>
	<creationDate>June 2014</creationDate>
	<copyright>2009 - 2014 WebxSolutions Ltd.</copyright>
	<license>GNU/GPLv2</license>
	<authorEmail>info@webx.solutions</authorEmail>
	<authorUrl>http://webx.solutions</authorUrl>
	<version>1.0.0</version>
	<description>Ark Editor Tip of the Day Module</description>
	<files>
		<filename module="mod_arktip">mod_arktip.php</filename>
		<filename>index.html</filename>
	</files>
	<params>
		<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module">
			<option value="1">Use global</option>
			<option value="0">No caching</option>
		</param>
	</params>
</install>