<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZENVERSE &#187; repository</title>
	<atom:link href="http://zenverse.net/tag/repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:49:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Host Your Plugin at WordPress.org using Subversion (SVN)</title>
		<link>http://zenverse.net/host-your-plugin-at-wordpressorg-using-subversion-svn/</link>
		<comments>http://zenverse.net/host-your-plugin-at-wordpressorg-using-subversion-svn/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 07:24:22 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tortoisesvn]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=75</guid>
		<description><![CDATA[A 3-step guide to host your plugin at Wordpress.org and get lots of exposure in this centralized repository.]]></description>
			<content:encoded><![CDATA[<h3>First of all, why should we host our plugin at WordPress.org?</h3>
<p>According to the <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/about/">WordPress Developer Center</a>, </p>
<ul style="list-style:decimal">
<li>Keep track of how many people have downloaded it.</li>
<li>Let people leave comments about your plugin.</li>
<li>Get your plugin rated against all the other cool WordPress plugins.</li>
<li>Give your plugin lots of exposure in this centralized repository.</li>
</ul>
<p>As a conclusion, there is no reason not doing this.</p>
<h3>Let&#8217;s start</h3>
<h4>1. Make a request to host your plugin at WordPress.org</h4>
<p>You can <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/add/">make a request here</a>. Of course, before that you must be logged in. If you do not have an account yet, <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/register.php">register here</a>. After the request submission, wait for an email confirming the status of your request. </p>
<p>Wait for this email (request approved):</p>
<blockquote><p>Your plugin hosting request has been aproved.<br />
Within one hour, you will have access to your SVN repository at<br />
<em>http://svn.wp-plugins.org/YOUR-PLUGIN-NAME/</em><br />
with your WordPress.org/bbPress.org username and password (the same one you use on the forums).</p></blockquote>
<h4>2. Use a SVN Client for easier work</h4>
<p>If you noticed, the &#8220;<a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/about/svn/">Using Subversion page at WordPress.org</a>&#8221; keeps telling us the commands to add files, etc. It makes the work seems to be complicated. A first-time user would not know where to start.</p>
<p>We can make our life easier by using a SVN client to do the stuff. I am using <a target="_blank" href="http://tortoisesvn.net/downloads">Tortoise SVN for Windows</a> in this example.</p>
<h4>3. Upload your plugin files for the first time</h4>
<p>Make sure your readme.txt follows the <a target="_blank" href="http://wordpress.org/extend/plugins/about/readme.txt">standard</a>. You can <a target="_blank" href="http://wordpress.org/extend/plugins/about/validator/">validate your readme.txt here</a>.</p>
<p>After you&#8217;ve installed Tortoise SVN, </p>
<ul style="list-style:decimal">
<li>Create a new folder at anywhere you like, the folder is the place to store and update your plugin files. (I created my folder in My Documents)</li>
<li>Go into the new folder</li>
<li>Right-click and choose SVN Checkout to retrieve the folders</li>
<li>When prompted, enter the URL given in the email (example: <em>http://svn.wp-plugins.org/YOUR-PLUGIN-NAME/</em>)</li>
<li>When prompted, login using account details you registered at WordPress Extend just now</li>
<li>Wait for it to load and you will notice that 3 folders (trunk, tags, branches) has been added to your new folder</li>
<li>Go into &#8220;TRUNK&#8221; folder, Trunk is the place to store your latest plugin files.</li>
<li>Move ALL your plugin files into &#8220;trunk&#8221;</li>
<li>Right click at anywhere and choose SVN Commit to synchronize your files with WordPress.org</li>
</ul>
<h5>Side Notes</h5>
<p>Upload the files to &#8220;trunk&#8221; folder without any extra folder and do not zip the files (that&#8217;s WordPress&#8217;s job). See below:</p>
<blockquote><p>An example of uploaded content:<br />
- trunk/readme.txt<br />
- trunk/plugin.php</p></blockquote>
<h4>4. Done</h4>
<p>We&#8217;ve finished the first upload. Now wait for the update that runs every 15 minutes. After that, try searching for your plugin at <a target="_blank" href="http://wordpress.org/extend/plugins/">WordPress Plugins Directory</a>.</p>
<h3>That&#8217;s all. Well, not yet.</h3>
<p>There is some work you need to do whenever you released a new version or edit the files. We will cover that in the next part. Coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/host-your-plugin-at-wordpressorg-using-subversion-svn/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

