<?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>TheCWLZone Blog &#187; Wordpress</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecwlzone.com/blog</link>
	<description>Christopher W Lehman Technical Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Under Rails</title>
		<link>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/</link>
		<comments>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=210</guid>
		<description><![CDATA[There have been occasional discussions about integrating a Wordpress CMS into a Rails application. One approach is to simply do a Wordpress install under RAILS_ROOT/public/blog. That&#8217;s pretty straightforward:

cd RAILS_ROOT/public
mkdir blog
cd blog
svn co http://core.svn.wordpress.org/tags/2.8.4 .

Then do the usual Wordpress setup ritual.
If you&#8217;re running Phusion Passenger, you need to tell Passenger to ignore the Wordpress stuff:

&#38;lt;VirtualHost *:80&#38;gt;
 [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Word About Wordpress</title>
		<link>http://www.thecwlzone.com/blog/it-related/a-word-about-wordpress/</link>
		<comments>http://www.thecwlzone.com/blog/it-related/a-word-about-wordpress/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=208</guid>
		<description><![CDATA[Last week there was a fair amount of buzz about Wordpress security issues. Here&#8217;s an Information Week article and also a short blurb from IT World in case you&#8217;re not a Wordpress user. And, here&#8217;s a rant about lazy admins from a long-time user of Wordpress.
Two things jump out at me here: 1) Wordpress is [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/it-related/a-word-about-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
