<!--
	This file should be used as a directory with the files 
	Deploy will run through this and add them from the include in the deploy_form.php page.
	
	===REQUIRED=TAGS===
	<plugins> is the root! Do not remove.
	<plugin> defines a NEW plugin.
	<dir> tells the PHP where to find the files that proceed.
	<name> is what will show up on the actual form
		"filename" attribute is required also. Specify the filename of the javascript file.
	
	===OPTIONAL=TAGS===
	<images> tells the Deploy* that there are images in this plugin. Put only ONE per <plugin> node
		<image> Each of these (there can be as many as you want) should contain the file name of an image, e.g., x.gif. 
	 	Make the path relative from what you put in the <dir> node!
	<stylesheets> tells Deploy* that there is AT LEAST one style sheet.
		<css> Each of these (there can be as many as you want, but there must be at least one) should be the location of the stylesheet, 
		with a .css extension. Include the path if it is NOT in the root <dir> you had specified. If it is NOT in the root <dir> then
		then specify a relative path from the <dir>
	<website> Will create a link so that visitors can be directed to your website for more information. Put everything you would be in a <a> tag between
		the <website> tags.
-->
<plugins>
	<plugin>
		<dir>ThickBox</dir>
		<name filename="thickbox-compressed.js">ThickBox</name>
		<stylesheets>
			<css>thickbox.css</css>
		</stylesheets>
		<images>
			<image>macFFBgHack.png</image>
			<image>loadingAnimation.gif</image>
		</images>
		<website>http://jquery.com/demo/thickbox/</website>
	</plugin>
	<plugin>
		<dir>color</dir>
		<name filename="jquery.color.js">Color</name>
		<website>http://plugins.jquery.com/project/color</website>
	</plugin>
	<plugin>
		<dir>corner</dir>
		<name filename="jquery.corner.js">Corner</name>
		<website>http://malsup.com/jquery/corner/</website>
	</plugin>
	<!--
	<plugin>
		<dir>pngFix</dir>
		<name filename="jquery.pngFix.js">pngFix</name>
		<images>
			<image>blank.gif</image>
		</images>
		<website>http://plugins.jquery.com/project/iepngfix</website>
	</plugin>
	-->
	<plugin>
		<dir>form</dir>
		<name filename="jquery.form.js">Form</name>
		<website>http://malsup.com/jquery/form/</website>
	</plugin>
</plugins>