﻿<?xml version="1.0" encoding="UTF-8" ?>
<!--Auto Installer XML - http://www.headzoo.com/autoinstaller/-->
<autoinstaller version="1.0">
	<project>
		<name>Edit n Place</name>
		<version>0.2</version>
		<projectWebsite>http://www.headzoo.com</projectWebsite>
		<shortDescription>Edit n Place is a free WordPress plugin that lets you edit your post inline; meaning you can 
		edit a post without going in to the WordPress admin panel.</shortDescription>
		<longDescription>Have you ever published a post and then noticed when reading your blog that you made a 
		typo, or misspelled a word? It's kind of a pain to sign back into the WordPress admin panel just to fix a typo. Well, 
		Edit n Place lets you edit your post right there on the actual web page. People with with editing privileges (admins) 
		will see an `Edit n Place` link at the bottom of each post. Just click the link and the whole post becomes editable. 
		When you're done editing, just click the `Save n Place` link and you're done!</longDescription>
		<license></license>
		<author>Sean Hickey</author>
		<authorEmail />
		<authorWebsite>http://www.headzoo.com</authorWebsite>
		<comments />
	</project>
	<directories>
		<directory>
			<name>editnplace</name>
			<permission>777</permission>
		</directory>
	</directories>
	<files>
		<file>
			<local>editnplace.php</local>
			<remote>editinplace.php</remote>
			<permission />
		</file>
		<file>
			<local>editnplace/editnplace_ajax.js</local>
			<remote>editnplace/editinplace_ajax.js</remote>
			<permission />
		</file>
		<file>
			<local>editnplace/status_off.gif</local>
			<remote>editnplace/status_off.gif</remote>
			<permission />
		</file>
		<file>
			<local>editnplace/status_on.gif</local>
			<remote>editnplace/status_on.gif</remote>
			<permission />
		</file>
	</files>
</autoinstaller>