Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/modules/mod_tsp_image_viewer/
Upload File :
Current File : /home/juvelize/martine/modules/mod_tsp_image_viewer/mod_tsp_image_viewer.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="module" method="upgrade" client="site">
    <!-- Name of the Module -->
	<name>The Software People - Image Viewer</name> 
 
    <!-- Name of the Author -->
	<author>The Software People, LLC</author> 
 
    <!-- Version Date of the Module -->
	<creationDate>05 August 2013</creationDate> 
 
    <!-- Copyright information -->
	<copyright>All rights reserved by The Software People, LLC 2013.</copyright> 
 
    <!-- License Information -->
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> 
 
    <!-- Author's email address -->
	<authorEmail>info@thesoftwarepeople.com</authorEmail> 
 
    <!-- Author's website -->
	<authorUrl>www.thesoftwarepeople.com</authorUrl> 
 
    <!-- Module version number -->
	<version>1.0.0</version> 
 
    <!-- Description of what the module does -->
	<description>MOD_TSP_IMAGEVIEWER_XML_DESCRIPTION</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_tsp_image_viewer">mod_tsp_image_viewer.php</filename>
		<filename>mod_tsp_image_viewer.projects.xml</filename>
		<filename>index.html</filename>
		<filename>helper.php</filename>
		<filename>LICENSE</filename>
		<filename>LICENSES</filename>
		<folder>tmpl/</folder>
		<folder>assets/</folder>
	</files>
	<languages>
		<language tag="en-GB">language/en-GB/en-GB.mod_tsp_image_viewer.ini</language>
	</languages>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field
					name="viewer_width"
					type="text"
					default="575"
					label="MOD_TSP_IMAGEVIEWER_FIELD_VIEW_WIDTH_LABEL"
					description="MOD_TSP_IMAGEVIEWER_FIELD_VIEW_WIDTH_DESC" />
				<field
					name="viewer_height"
					type="text"
					default="310"
					label="MOD_TSP_IMAGEVIEWER_FIELD_VIEW_HEIGHT_LABEL"
					description="MOD_TSP_IMAGEVIEWER_FIELD_VIEW_HEIGHT_DESC" />
				<field
					name="main_image_width"
					type="text"
					default="400"
					label="MOD_TSP_IMAGEVIEWER_FIELD_MAIN_IMAGE_WIDTH_LABEL"
					description="MOD_TSP_IMAGEVIEWER_FIELD_MAIN_IMAGE_WIDTH_DESC" />
				<field
					name="project_list_width"
					type="text"
					default="174"
					label="MOD_TSP_IMAGEVIEWER_FIELD_PROJECT_LIST_WIDTH_LABEL"
					description="MOD_TSP_IMAGEVIEWER_FIELD_PROJECT_LIST_WIDTH_DESC" />
				<field
					name="thumb_width_height"
					type="text"
					default="21"
					label="MOD_TSP_IMAGEVIEWER_FIELD_THUMB_WIDTH_HEIGHT_LABEL"
					description="MOD_TSP_IMAGEVIEWER_FIELD_THUMB_WIDTH_HEIGHT_DESC" />
			</fieldset>
		</fields>
	</config>
	<updateservers>
	   <server type="collection" priority="1" name="The Software Peopple Modules/Components">http://www.thesoftwarepeople.com/plugins/joomla/plugins.xml</server>
	</updateservers>
</extension>