<?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>Nozell, rhymes with Oh Hell &#187; blosxom</title>
	<atom:link href="http://nozell.com/blog/tag/blosxom/feed/" rel="self" type="application/rss+xml" />
	<link>http://nozell.com/blog</link>
	<description>Marc Nozell's random stuff -- mostly GNU/Linux, technology, genealogy, family</description>
	<lastBuildDate>Mon, 09 Jan 2012 17:56:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>HOWTO migrate from blosxom to wordpress</title>
		<link>http://nozell.com/blog/2004/07/13/howto-migrate-from-blosxom-to-wordpress-work-in-progress/</link>
		<comments>http://nozell.com/blog/2004/07/13/howto-migrate-from-blosxom-to-wordpress-work-in-progress/#comments</comments>
		<pubDate>Wed, 14 Jul 2004 03:10:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blosxom]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/07/13/howto-migrate-from-blosxom-to-wordpress-work-in-progress/</guid>
		<description><![CDATA[For my piece of mind, please backup your wordpress database before proceeding. I don&#8217;t want my instructions to cause you to lose data. Grab my mt blosxom flavor files and add to your $datadir. Right-click to save these files: content_type.mt date.mt, foot.mt , head.mt, story.mt Edit story.mt and change the line &#8220;AUTHOR: marc&#8221; to whatever [...]]]></description>
			<content:encoded><![CDATA[<p><b>For my piece of mind, please backup your wordpress database before proceeding.  I don&#8217;t want my instructions to cause you to lose data.</b></p>
<ul>
<li> Grab my mt blosxom flavor files and add to your $datadir.   Right-click to save these files:<br />
<a href="http://www.nozell.com/marc/blog/content_type.mt">content_type.mt</a> <a href="http://www.nozell.com/marc/blog/date.mt">date.mt</a>, <a href="http://www.nozell.com/marc/blog/foot.mt">foot.mt </a>, <a href="http://www.nozell.com/marc/blog/head.mt">head.mt</a>, <a href="http://www.nozell.com/marc/blog/story.mt">story.mt</a></li>
<li> Edit story.mt and change the line &#8220;AUTHOR: marc&#8221; to whatever<br />
  username you will be using.</li>
<li> If you are using the blosxom clicktrack plugin (00clicktrack),<br />
  disable it.</li>
<li> Visit your blosxom site using the mt flavor:<br />
  http://yoursite.local/cgi-bin/blosxom?flav=mt and save it into a<br />
  file named import in your wp-admin directory.  You may want to try<br />
  this: <tt>lynx -dump http://yoursite.local/cgi-bin/blosxom?flav=mt ><br />
  wp-admin/import.txt</tt></li>
<li>Take a look at the import.txt file you just created.  There are some<br />
       things you may want to fix now rather than after the import.</p>
<ul>
<li>Lines are wrapped  at 79 characters, so long URLs or entry titles may be broken.</li>
<li> If you have a habit of using a bunch of dashes to separate text, the importer<br />
         may get confused and think it is the beginning of a new entry.  Consider replacing<br />
        &#8211; with =</li>
<li> All the categories will be something like /nh (based on the pathname).  You may want<br />
        to remove the leading slash.  You can fix this after import and well as build up<br />
       a category hierarchy,  so it isn&#8217;t a big deal. </li>
</ul>
</li>
<li> Follow the standard WordPress instructions for <a href="http://wordpress.org/docs/tutorials/import-mt/">import-mt.php</a>.</li>
<li> If you don&#8217;t like your categories named with a leading slash (eg:<br />
  /nh), then edit your new WordPress categories. </li>
<li> Start going through your posts and clean up any messes&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2004/07/13/howto-migrate-from-blosxom-to-wordpress-work-in-progress/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>I&#8217;m migrating from blosxom to wordpress</title>
		<link>http://nozell.com/blog/2004/07/13/im-migrating-from-blosxom-to-wordpress/</link>
		<comments>http://nozell.com/blog/2004/07/13/im-migrating-from-blosxom-to-wordpress/#comments</comments>
		<pubDate>Wed, 14 Jul 2004 01:56:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/07/13/im-migrating-from-blosxom-to-wordpress/</guid>
		<description><![CDATA[My webhoster just setup MySQL access for my site so tonight I&#8217;m migrating. Rael has done a great job with Blosxom, but I wanted blogging engine was web-based (del.icio.us shows how nice such interface can be) and that had a large active development community. The fact that my webhoster doesn&#8217;t charge extra for MySQL is [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.netnation.com">webhoster</a> just setup <a href="http://www.mysql.com">MySQL</a> access for my site so tonight I&#8217;m migrating.</p>
<p>Rael has done a great job with  <a href="http://www.blosxom.com">Blosxom</a>, but I wanted blogging engine was web-based (del.icio.us shows how nice such interface can be) and that had a large active development community.  </p>
<p>The fact that my <a href="http://www.netnation.com">webhoster</a> doesn&#8217;t charge extra for MySQL is a plus too.</p>
<p>Once I&#8217;ve migrated I&#8217;ll post the <a href="http://www.blosxom.com/flavours/">blosxom flavor</a> I wrote to help the migration.  It basically generates a Movable Type export format that WordPress can import using <a href="http://wordpress.org/docs/tutorials/import-mt/">import-mt.php</a>.</p>
<p><a href="http://www.nozell.com/cgi/blosxom?flav=mt">Take a look</a> and then bookmark this new location: <a href="http://www.nozell.com/blog">http://www.nozell.com/blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2004/07/13/im-migrating-from-blosxom-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damn Blog writeback spammers</title>
		<link>http://nozell.com/blog/2004/01/03/damn-blog-writeback-spammers/</link>
		<comments>http://nozell.com/blog/2004/01/03/damn-blog-writeback-spammers/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 05:21:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/01/03/damn-blog-writeback-spammers/</guid>
		<description><![CDATA[The bastards started spamming my writebacks with links to their site. I&#8217;ve disabled writebacks for the time being, just email your comments using the link below.]]></description>
			<content:encoded><![CDATA[<p>The bastards started spamming my writebacks with links to their site.<br />
I&#8217;ve disabled writebacks for the time being, just email your comments<br />
using the link below.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2004/01/03/damn-blog-writeback-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving bandwith with new blosxom plugin</title>
		<link>http://nozell.com/blog/2003/08/17/saving-bandwith-with-new-blosxom-plugin/</link>
		<comments>http://nozell.com/blog/2003/08/17/saving-bandwith-with-new-blosxom-plugin/#comments</comments>
		<pubDate>Sun, 17 Aug 2003 21:46:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/08/17/saving-bandwith-with-new-blosxom-plugin/</guid>
		<description><![CDATA[Tatsuhiko Miyagawa just announced a cool new blosxom plugin, gzip . In a surprising small amount of code, it will transparently compress pages served out by blosxom. Get it!]]></description>
			<content:encoded><![CDATA[<p>
Tatsuhiko Miyagawa just announced a cool new blosxom plugin, <a<br />
href="http://bulknews.net/lib/archives/gzip">gzip</a> .  In a<br />
surprising small amount of code, it will transparently compress pages<br />
served out by blosxom.  Get it!</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/08/17/saving-bandwith-with-new-blosxom-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated blosxom plugin &#8216;find&#8217;</title>
		<link>http://nozell.com/blog/2003/08/15/updated-blosxom-plugin-find/</link>
		<comments>http://nozell.com/blog/2003/08/15/updated-blosxom-plugin-find/#comments</comments>
		<pubDate>Fri, 15 Aug 2003 22:31:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/08/15/updated-blosxom-plugin-find/</guid>
		<description><![CDATA[My lunchtime hack was to extend Fletcher T. Penney&#8217;s blosxom plugin &#8216;find&#8217; to allow the last few search terms to be displayed by the blosxom template. Use my version of the find plugin and put $find::recentsearches in your head.html template.]]></description>
			<content:encoded><![CDATA[<p>My lunchtime hack was to extend <a<br />
href="http://fletcher.freeshell.org/weblog/index.html">Fletcher<br />
T. Penney&#8217;s</a> blosxom plugin <a<br />
href="http://www.blosxom.com/plugins/search/find.htm">&#8216;find&#8217;</a> to<br />
allow the last few search terms to be displayed by the blosxom<br />
template.
</p>
<p>
Use <a<br />
href="http://www.nozell.com/marc/blog/data/find-0.4.mn1">my version of<br />
the find plugin</a> and put $find::recentsearches in your head.html<br />
template.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/08/15/updated-blosxom-plugin-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who is osbourne.homeip.net?</title>
		<link>http://nozell.com/blog/2003/05/09/who-is-osbournehomeipnet/</link>
		<comments>http://nozell.com/blog/2003/05/09/who-is-osbournehomeipnet/#comments</comments>
		<pubDate>Sat, 10 May 2003 00:00:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/05/09/who-is-osbournehomeipnet/</guid>
		<description><![CDATA[I was checking out my access logs and saw that osbourne.homeip.net is referencing a bunch of images on my webserver. It looks like they are using blosxom as some sort of aggregator. Take a look at http://osbourne.homeip.ne t/cgi-bin/blosxom.cgi. Its nic e to be noticed, I suppose. I&#8217;m guessing their day job is at lexis-nexis.com and [...]]]></description>
			<content:encoded><![CDATA[<p>I was checking out my access logs and saw that osbourne.homeip.net<br />
is referencing a bunch of images on my webserver.  It looks like they<br />
are using blosxom as some sort of aggregator.  Take a look at <a<br />
href="http://osbourne.homeip.net/cgi-bin/blosxom.cgi">http://osbourne.homeip.ne<br />
t/cgi-bin/blosxom.cgi</a>.</p>
<p><br/><br />
<br/><br />
<a href="http://www.nozell.com/marc/blog/data/osbourne.homeip.net.html">Its nic<br />
e to be noticed, I suppose.</a>  </p>
<p>
I&#8217;m guessing their day job is at lexis-nexis.com and it looks like<br />
they use a sun workstation to surf. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/05/09/who-is-osbournehomeipnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now using &#8216;Purple Haze&#8217; CSS template</title>
		<link>http://nozell.com/blog/2003/03/26/now-using-purple-haze-css-template/</link>
		<comments>http://nozell.com/blog/2003/03/26/now-using-purple-haze-css-template/#comments</comments>
		<pubDate>Wed, 26 Mar 2003 13:36:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/03/26/now-using-purple-haze-css-template/</guid>
		<description><![CDATA[Over at Open Source Web Design I found a Haran&#8217;s &#8216;Purple Haze&#8217; template that give a table-like layout without using the TABLE tag, strictly CSS.]]></description>
			<content:encoded><![CDATA[<p>Over at <a href=http://www.oswd.org>Open Source Web Design</a> I found<br />
a Haran&#8217;s &#8216;Purple Haze&#8217; template that give a table-like layout without<br />
using the TABLE tag, strictly CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/03/26/now-using-purple-haze-css-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blosxom plug-in: setiuserstasts v0.1</title>
		<link>http://nozell.com/blog/2003/03/14/blosxom-plug-in-setiuserstasts-v01/</link>
		<comments>http://nozell.com/blog/2003/03/14/blosxom-plug-in-setiuserstasts-v01/#comments</comments>
		<pubDate>Sat, 15 Mar 2003 03:30:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/03/14/blosxom-plug-in-setiuserstasts-v01/</guid>
		<description><![CDATA[NAME Blosxom Plug-in: setiuserstats SYNOPSIS Provides SETI@home individual user stats for use in your blog. Get it here: http://www.nozel l.com/marc/blog/data/setiuserstats-v0.1 Until I get XML::Simple installed at my webhosting site, see it in action here.]]></description>
			<content:encoded><![CDATA[<p><b>NAME</b><br />
    Blosxom Plug-in: setiuserstats</p>
<p><b>SYNOPSIS</b><br />
    Provides SETI@home individual user stats for use in your blog.</p>
<p>
Get it here: <a<br />
href="http://www.nozell.com/marc/blog/data/setiuserstats-v0.1">http://www.nozel<br />
l.com/marc/blog/data/setiuserstats-v0.1</a>
</p>
<p>
Until I get XML::Simple installed at my webhosting site, see it in<br />
action <a href="http://nozell.dyndns.org/cgi-bin/seti-test">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/03/14/blosxom-plug-in-setiuserstasts-v01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debpackagetag blosxom plugin</title>
		<link>http://nozell.com/blog/2003/03/03/debpackagetag-blosxom-plugin/</link>
		<comments>http://nozell.com/blog/2003/03/03/debpackagetag-blosxom-plugin/#comments</comments>
		<pubDate>Mon, 03 Mar 2003 18:34:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/03/03/debpackagetag-blosxom-plugin/</guid>
		<description><![CDATA[I&#8217;ve created (well, heavily borrowed from John Slee&#8217;s googletag) a new Blosxom plugin, debpackagetag. I&#8217;ve been putting links to debian.org&#8217;s package search engine in my debian laptop blog entries and this saves a ton of typing. For example type &#60;debpackage&#62;blosxom&#60;/debpackage&#62; to get a link to the debian page for blos xom.]]></description>
			<content:encoded><![CDATA[<p> I&#8217;ve created (well, heavily borrowed from <a<br />
href="http://indigoid.net/">John Slee&#8217;s googletag</a>) a new Blosxom<br />
plugin, <a<br />
href="http://www.nozell.com/marc/blog/plugins/debpackagetag">debpackagetag</a>.<br />
I&#8217;ve been putting links to debian.org&#8217;s package search engine in <a<br />
href="http://www.nozell.com/cgi/blosxom/linux/debian/laptop">my<br />
debian laptop blog entries</a> and this saves a ton of typing.  </p>
<p> For example type &lt;debpackage&gt;blosxom&lt;/debpackage&gt; to<br />
get a link to the debian page for <a href="http://packages.debian.org/cgi-bin/s<br />
earch_packages.pl?keywords=blosxom&#038;searchon=names&#038;version=all&#038;release=all">blos<br />
xom</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/03/03/debpackagetag-blosxom-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blosxom 2.0 beta *3*</title>
		<link>http://nozell.com/blog/2003/02/27/blosxom-20-beta-3/</link>
		<comments>http://nozell.com/blog/2003/02/27/blosxom-20-beta-3/#comments</comments>
		<pubDate>Fri, 28 Feb 2003 03:47:00 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[blosxom]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/archives/2003/02/27/blosxom-20-beta-3/</guid>
		<description><![CDATA[Boy, Rael is really crankin&#8217; out the releases &#8212; blosxom 2.0 beta 3 is out and you&#8217;re using it right now.]]></description>
			<content:encoded><![CDATA[<p> Boy, Rael is really crankin&#8217; out the releases &#8212; <a<br />
href="http://www.raelity.org/apps/blosxom/download.shtml">blosxom 2.0<br />
beta 3</a> is out and you&#8217;re using it right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2003/02/27/blosxom-20-beta-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

