<?xml version="1.0" encoding="utf-8" ?>

<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

    <channel>

        <title>Posts</title>
        <link>http://nathanvangheem.com/news</link>
        <description>Site News</description>

        <generator>basesyndication</generator>
        <!-- TODO
        <lastBuildDate>Mon, 30 Sep 2002 11:00:00 GMT</lastBuildDate>
        <copyright>Copyright 1997-2002 Dave Winer</copyright>
        <docs>http://backend.userland.com/rss</docs>
        <category domain="Syndic8">1765</category>
        <managingEditor>dave@userland.com</managingEditor>
        <webMaster>dave@userland.com</webMaster>
        -->

        <!-- TODO: Should there be an individual image associatable with each
        Weblog object?  I think so... -->
        <image>
            <title>Posts</title>
            <url>http://nathanvangheem.com/logo.png</url>
            <link>http://nathanvangheem.com/news</link>
        </image>

        
            <item>
                <title type="plain">High Availability Varnish Configuration for Plone</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>How to get varnish to continue serving out stale, content when your backend may be down.</itunes:summary>
                <description>How to get varnish to continue serving out stale, content when your backend may be down.</description>
                <guid>http://nathanvangheem.com/news/high-availability-varnish-configuration-for-plone</guid>
                <link>http://nathanvangheem.com/news/high-availability-varnish-configuration-for-plone</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="caching, varnish, plone"/>
               	<pubDate>Tue, 20 Sep 2011 00:15:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Plone 3.3.5 on Mac OS X Lion</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Some tips for Plone 3 on Lion.</itunes:summary>
                <description>Some tips for Plone 3 on Lion.</description>
                <guid>http://nathanvangheem.com/news/plone-3.3.5-on-mac-os-x-lion</guid>
                <link>http://nathanvangheem.com/news/plone-3.3.5-on-mac-os-x-lion</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="python, MAC OS X, plone"/>
               	<pubDate>Sat, 27 Aug 2011 01:25:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Fixing Broken ZODB Object references</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>I'm not an expert on this by any means, but here are some notes on my latest episode.</itunes:summary>
                <description>I'm not an expert on this by any means, but here are some notes on my latest episode.</description>
                <guid>http://nathanvangheem.com/news/fixing-broken-zodb-object-references</guid>
                <link>http://nathanvangheem.com/news/fixing-broken-zodb-object-references</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="python, Zope2, plone, databases"/>
               	<pubDate>Wed, 25 May 2011 02:05:29 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Notes on a More Secure Plone Deployment </title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Some things to think about if you're planning on providing a more secure Plone site. While Plone is a very secure CMS with an incredible track record, there are still plenty of things you can do to protect sites that might be larger targets.</itunes:summary>
                <description>Some things to think about if you're planning on providing a more secure Plone site. While Plone is a very secure CMS with an incredible track record, there are still plenty of things you can do to protect sites that might be larger targets.</description>
                <guid>http://nathanvangheem.com/news/notes-on-a-more-secure-plone-deployment</guid>
                <link>http://nathanvangheem.com/news/notes-on-a-more-secure-plone-deployment</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="python, replication, security, plone"/>
               	<pubDate>Fri, 15 Apr 2011 01:00:57 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Using Plone as a Document Repository</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Sharing my experience in using plone to OCR PDF documents and displaying the documents in the browser with Flex Paper.</itunes:summary>
                <description>Sharing my experience in using plone to OCR PDF documents and displaying the documents in the browser with Flex Paper.</description>
                <guid>http://nathanvangheem.com/news/using-plone-as-a-document-repository</guid>
                <link>http://nathanvangheem.com/news/using-plone-as-a-document-repository</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="python, ocr, plone"/>
               	<pubDate>Wed, 13 Apr 2011 22:40:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">gunicorn startup script for Django</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>with multiple servers</itunes:summary>
                <description>with multiple servers</description>
                <guid>http://nathanvangheem.com/news/gunicorn-startup-script-for-django</guid>
                <link>http://nathanvangheem.com/news/gunicorn-startup-script-for-django</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="python, scripts, django"/>
               	<pubDate>Wed, 23 Mar 2011 07:52:35 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">nginx with built in load balancing and caching</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>nginx can do it all. Short example to get nginx going with buildout to provide load balancing and caching.</itunes:summary>
                <description>nginx can do it all. Short example to get nginx going with buildout to provide load balancing and caching.</description>
                <guid>http://nathanvangheem.com/news/nginx-with-built-in-load-balancing-and-caching</guid>
                <link>http://nathanvangheem.com/news/nginx-with-built-in-load-balancing-and-caching</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Sat, 31 Jul 2010 00:15:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Running Plone 4b4 with Zope 2.13.0a1</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Just some guidelines on getting Plone 4b4 to work with the new Zope 2.13 release to save you some time.</itunes:summary>
                <description>Just some guidelines on getting Plone 4b4 to work with the new Zope 2.13 release to save you some time.</description>
                <guid>http://nathanvangheem.com/news/running-plone-4b4-with-zope-2.13.0a1</guid>
                <link>http://nathanvangheem.com/news/running-plone-4b4-with-zope-2.13.0a1</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="Zope2, installation, python, buildout, plone"/>
               	<pubDate>Fri, 25 Jun 2010 15:35:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">pysourcesearch</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>A simple repoze.bfg application for searching python packages and sets of packages utilizing repoze.catalog.</itunes:summary>
                <description>A simple repoze.bfg application for searching python packages and sets of packages utilizing repoze.catalog.</description>
                <guid>http://nathanvangheem.com/news/pysourcesearch</guid>
                <link>http://nathanvangheem.com/news/pysourcesearch</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Wed, 09 Jun 2010 08:44:43 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Running Plone 4 with a Zope2 WSGI</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Guide to running Plone 4 with the Zope2 WSGI branch</itunes:summary>
                <description>Guide to running Plone 4 with the Zope2 WSGI branch</description>
                <guid>http://nathanvangheem.com/news/running-plone-4-with-a-zope2-wsgi</guid>
                <link>http://nathanvangheem.com/news/running-plone-4-with-a-zope2-wsgi</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="sprint, Zope2, plone"/>
               	<pubDate>Mon, 31 May 2010 00:20:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Plone 4 Upgrade</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Thoughts on moving the server to Plone 4.</itunes:summary>
                <description>Thoughts on moving the server to Plone 4.</description>
                <guid>http://nathanvangheem.com/news/plone-4-upgrade</guid>
                <link>http://nathanvangheem.com/news/plone-4-upgrade</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="plone, upgrades"/>
               	<pubDate>Sat, 15 May 2010 13:40:10 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">repoze.zope2 with Deliverance locking up</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>How to make sure your repoze.zope2 wsgi setup with Deliverance will not lock up on you.</itunes:summary>
                <description>How to make sure your repoze.zope2 wsgi setup with Deliverance will not lock up on you.</description>
                <guid>http://nathanvangheem.com/news/repoze.zope2-with-deliverance-locking-up</guid>
                <link>http://nathanvangheem.com/news/repoze.zope2-with-deliverance-locking-up</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Sat, 20 Mar 2010 21:52:19 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Add Eject Button To Boxee</title>
                <itunes:author>admin</itunes:author>
                <itunes:summary>Boxee is great, but how could they have forgotten the eject button?</itunes:summary>
                <description>Boxee is great, but how could they have forgotten the eject button?</description>
                <guid>http://nathanvangheem.com/news/add-eject-button-to-boxee</guid>
                <link>http://nathanvangheem.com/news/add-eject-button-to-boxee</link>
                <author>admin</author>
				<itunes:category text="media"/>
               	<pubDate>Mon, 15 Feb 2010 12:45:00 -0500</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Buildout to compile and install Apache, MySQL and PHP</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>I created a buildout that will compile and install Apache2, MySQL5 and PHP5 together.</itunes:summary>
                <description>I created a buildout that will compile and install Apache2, MySQL5 and PHP5 together.</description>
                <guid>http://nathanvangheem.com/news/buildout-to-compile-install-apache-mysql-and-php</guid>
                <link>http://nathanvangheem.com/news/buildout-to-compile-install-apache-mysql-and-php</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="installation, python, databases, mysql, apache, buildout, php"/>
               	<pubDate>Mon, 15 Feb 2010 08:25:00 -0500</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Installing PIL on Mac OS X Leopard virtualenv with easy_install</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>What do you do when you need to install PIL in a virtualenv on Mac OS X and it won't build for you? I'll walk through getting it to work.</itunes:summary>
                <description>What do you do when you need to install PIL in a virtualenv on Mac OS X and it won't build for you? I'll walk through getting it to work.</description>
                <guid>http://nathanvangheem.com/news/installing-pil-on-mac-os-x-leopard-virtualenv-with-easy_install</guid>
                <link>http://nathanvangheem.com/news/installing-pil-on-mac-os-x-leopard-virtualenv-with-easy_install</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text="PIL, setuptools"/>
               	<pubDate>Thu, 11 Feb 2010 07:20:00 -0500</pubDate>

                
            </item>
        

    </channel>
</rss>



