<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
<!-- Name of the Module -->
<name>Gas Mileage Calculator</name>
<!-- Name of the Author -->
<author>CalendarScripts</author>
<!-- Version Date of the Module -->
<creationDate>2011-08-20</creationDate>
<!-- Copyright information -->
<copyright>By CalendarScripts.info</copyright>
<!-- License Information -->
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<!-- Author's email address -->
<authorEmail>hide@address.com</authorEmail>
<!-- Author's website -->
<authorUrl>calendarscripts.info</authorUrl>
<!-- Module version number -->
<version>1.0.0</version>
<!-- Description of what the module does -->
<description>This gas mileage calculator will figure out the cost of a trip with your car. It works with miles and kilometers, and gallons/liters. Good for car-related sites.</description>
<!-- Listing of all files that should be installed for the module to function -->
<files>
<!-- The "module" attribute signifies that this is the main controller file -->
<filename module="mod_gascalc">mod_gascalc.php</filename>
<filename>index.html</filename>
<filename>helper.php</filename>
<filename>tmpl/default.php</filename>
<filename>tmpl/index.html</filename>
</files>
<!-- Optional parameters -->
<params>
<!-- parameter to allow placement of a module class suffix for the module table / xhtml display -->
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
<!-- just gives us a little room between the previous parameter and the next -->
<param name="@spacer" type="spacer" default="" label="" description="" />
</params>
</install>