<?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>Pinter Industries &#187; The Site</title>
	<atom:link href="http://pinter-industries.com/weblog/category/the-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinter-industries.com</link>
	<description>Notes from a developer of fortune</description>
	<lastBuildDate>Thu, 13 Oct 2011 07:19:19 +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>WordPress</title>
		<link>http://pinter-industries.com/weblog/2009/07/wordpress/</link>
		<comments>http://pinter-industries.com/weblog/2009/07/wordpress/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:17:51 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[The Site]]></category>

		<guid isPermaLink="false">http://pinter-industries.com/?p=77</guid>
		<description><![CDATA[As you can probably tell from my lack of a theme I use WordPress for this blog. I use it cause it&#8217;s simple and I&#8217;m not doing anything crazy with this site. Anyways the last couple times I&#8217;ve logged in it there&#8217;s a new update. Now I don&#8217;t log in that often, only when I [...]]]></description>
			<content:encoded><![CDATA[<p>As you can probably tell from my lack of a theme I use WordPress for this blog. I use it cause it&#8217;s simple and I&#8217;m not doing anything crazy with this site. Anyways the last couple times I&#8217;ve logged in it there&#8217;s a new update. Now I don&#8217;t log in that often, only when I can actually think of something to write about. I really like how they have auto-magical updating, but it&#8217;s annoying to log into SSH and back up the site and database each time. I suppose I should just write a script for that, or see if any one has done that already&#8230; Looks like most people just write their own scripts, I&#8217;ll probably do the same or just copy one I like. But one of the more annoying things about the auto update is they don&#8217;t tell you what the new features are or what issues have been fixed, it would be nice to know what I&#8217;m getting. They could at least put a link to a page that tells me what is in the new version. Yes, I do like the updating system, but it could be better. Guess I probably should update now.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinter-industries.com/weblog/2009/07/wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A minor update</title>
		<link>http://pinter-industries.com/weblog/2009/04/a-minor-update/</link>
		<comments>http://pinter-industries.com/weblog/2009/04/a-minor-update/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 01:59:59 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[The Site]]></category>

		<guid isPermaLink="false">http://pinter-industries.com/?p=53</guid>
		<description><![CDATA[Well I got some of the site updates I wanted to do. There are still more content and style updates I need to do. But I did get WordPress moved to the root of the domain, which was super simple. I followed this tutorial and got it done in five minutes. I also got pretty [...]]]></description>
			<content:encoded><![CDATA[<p>Well I got some of the site updates I wanted to do. There are still more content and style updates I need to do. But I did get WordPress moved to the root of the domain, which was super simple. I followed <a href="http://codex.wordpress.org/Moving_WordPress">this tutorial</a> and got it done in five minutes.</p>
<p>I also got pretty permalinks working, which took me a while because I wasn&#8217;t reading the instructions correctly. But that&#8217;s all working now. If you have mod_rewrite enabled in Apache edit your site configuration file under apache2/sites-available (at least that&#8217;s how apache is setup on my box). And place the following config in any relevant <code>&lt;Directory&gt;</code> tags.<br />
<code><br />
Options FollowSymLinks<br />
AllowOverride All<br />
</code><br />
Then all you should need to do is log into WordPress and choose your pretty permalink style from the &#8216;Permalinks&#8217; section in &#8216;Settings&#8217;.</p>
<p>If you don&#8217;t have mod_rewrite enabled, on Ubuntu you can enable it with this:<br />
<code><br />
$ sudo a2enmod rewrite<br />
$ sudo /etc/init.d/apache2 restart<br />
</code><br />
To disable, use the <code>a2dismod</code> command instead. Thanks to <a href="http://blog.rajatpandit.com/2009/02/12/how-to-enable-mod_rewrite-on-ubuntu/">this guy</a> for those commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinter-industries.com/weblog/2009/04/a-minor-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

