<?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 &mdash; Prodigy Theme for WordPress</title>
	<atom:link href="http://www.prodigytheme.com/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>Join the Prodigy Developer&#8217;s Beta</title>
		<link>http://www.prodigytheme.com/join-the-prodigy-developers-beta/</link>
		<comments>http://www.prodigytheme.com/join-the-prodigy-developers-beta/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:55:14 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/?p=7</guid>
		<description><![CDATA[Alright guys and gals, it&#8217;s the moment you&#8217;ve all been waiting for! Time to take Prodigy for a test drive!
But this is a two way street &#8212; I&#8217;m assuming you&#8217;re the best, the brightest, and the most gifted WordPress peeps out there, and I want good, constructive feedback from you so we can make Prodigy [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">A</span>lright guys and gals, it&#8217;s the moment you&#8217;ve all been waiting for! Time to take Prodigy for a test drive!</p>
<p>But this is a two way street &#8212; I&#8217;m assuming you&#8217;re the best, the brightest, and the most gifted WordPress peeps out there, and I want good, constructive feedback from you so we can make Prodigy the best theme framework available.</p>
<p>So, here&#8217;s what you need to do.</p>
<p>First, you need to download Prodigy. You can do that either by <a href="http://prodigytheme.com/how-to-download-prodigy-via-svn/">checking it out via SVN</a>, or you can <a href="http://prodigytheme.com/downloads/prodigy.zip">download the ZIP</a>. Either way, do it, then upload it to your server.</p>
<p>Next, get yourself <a href="http://prodigytheme.com/downloads/legacy.zip">a copy of Legacy</a>, the default child theme for Prodigy. Truth is, Prodigy is just the engine, and it&#8217;s pretty useless by itself. Legacy gives it a nice, simple coat of paint, and helps illustrate some good practices for building child themes on top of Prodigy. Upload Legacy to your server too, then log in and activate it.</p>
<p><strong>DO NOT activate Prodigy itself. There&#8217;s nothing dangerous about it &#8230; it just won&#8217;t look very good.</strong></p>
<p>Then, start testing things out. Over the next few days, I&#8217;ll be posting some tutorials and other helpful documents that will make things a little easier to understand. In the mean time, take a look at the <a href="http://code.google.com/p/prodigy-theme/source/browse/#svn/trunk">source code</a> for Prodigy and see if you can follow what&#8217;s happening.</p>
<p>Finally, head over to the <a href="http://prodigytheme.com/dev-beta/">Developer&#8217;s Beta blog</a> and get involved. Ask questions, suggest changes, post critiques, request new features &#8212; whatever! I want to make Prodigy a solid application that will stand the test of time, and your feedback is critical. In order to post, you&#8217;ll need to have an account. To get an account, <a href="http://www.nathanrice.net/contact">email me</a>, and I&#8217;ll hook you up.</p>
<p>For now, that&#8217;s all I have. I&#8217;ll see you at the <a href="http://prodigytheme.com/dev-beta/">dev-beta blog</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prodigytheme.com/join-the-prodigy-developers-beta/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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>
		<item>
		<title>Hello world!</title>
		<link>http://www.prodigytheme.com/hello-world/</link>
		<comments>http://www.prodigytheme.com/hello-world/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:51:38 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prodigytheme.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
