<?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>Prodigy Theme for WordPress &#187; Howto &mdash; Prodigy Theme for WordPress</title>
	<atom:link href="http://www.prodigytheme.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prodigytheme.com</link>
	<description>The Home of the Prodigy Theme Framework for WordPress</description>
	<lastBuildDate>Wed, 15 Jul 2009 04:33:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Download Prodigy via SVN</title>
		<link>http://www.prodigytheme.com/how-to-download-prodigy-via-svn/</link>
		<comments>http://www.prodigytheme.com/how-to-download-prodigy-via-svn/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 21:57:44 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/?p=3</guid>
		<description><![CDATA[Keeping your copy of the Prodigy framework up to date before it hits the WordPress.org/extend/themes repository might be a little hard. Hearing about a new release, downloading the zip, deleting the old version, and uploading the new version isn&#8217;t exactly what I would call easy.
So, if you&#8217;re savvy enough to use SVN, getting updates is [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">K</span>eeping your copy of the Prodigy framework up to date before it hits the <a href="http://wordpress.org/extend/themes/">WordPress.org/extend/themes</a> repository might be a little hard. Hearing about a new release, downloading the zip, deleting the old version, and uploading the new version isn&#8217;t exactly what I would call easy.</p>
<p>So, if you&#8217;re savvy enough to use <abbr title="Subversion">SVN</abbr>, getting updates is as easy as a single command via <abbr title="Secure Shell">SSH</abbr>.</p>
<p>Here&#8217;s how to checkout the latest version of Prodigy at any time:</p>
<ol>
<li>Navigate to your <code>wp-content/themes</code> directory</li>
<li>Type the following command to checkout:</li>
</ol>
<pre>
svn co http://prodigy-theme.googlecode.com/svn/trunk/ prodigy
</pre>
<p>Once you&#8217;ve got the initial checkout done, you can do the following to keep it up to date:</p>
<ol>
<li>Navigate to your <code>wp-content/themes/prodigy</code> directory</li>
<li>Type the following command to update:</li>
</ol>
<pre>
svn up
</pre>
<p>That&#8217;s it! SVN will replace any files that need updating, and you&#8217;ll be good to go.</p>
<p class="note">If you would like to browse the source of Prodigy, you can do so by checking it out over at <a href="http://code.google.com/p/prodigy-theme/source/browse/">Google code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prodigytheme.com/how-to-download-prodigy-via-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
