<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: No Blogging Solution for this Yet</title>
	<atom:link href="http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:40:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet#comment-13389</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Sat, 08 Jan 2005 14:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/#comment-13389</guid>
		<description>It doesn&#039;t use WordPress because I despise the UI and dislike its feature set. Same reasons I might not use software of any kind.
</description>
		<content:encoded><![CDATA[<p>It doesn't use WordPress because I despise the UI and dislike its feature set. Same reasons I might not use software of any kind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet#comment-13388</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Sat, 08 Jan 2005 09:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/#comment-13388</guid>
		<description>I&#039;ve always wondered, why doesn&#039;t this site use wordPress? Is there a limitation that it has I have yet to run into? Is it that you&#039;ve got one solution that&#039;s set up and there is no need to fix what&#039;s not broke?</description>
		<content:encoded><![CDATA[<p>I've always wondered, why doesn't this site use wordPress? Is there a limitation that it has I have yet to run into? Is it that you've got one solution that's set up and there is no need to fix what's not broke?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet#comment-13387</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 06 Jan 2005 18:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/#comment-13387</guid>
		<description>As Kevin wrote, next time you need to stuff something into blog entries, try using perl, php, or even shell scripting to scrape the static files and generate a Movable Type &quot;import&quot; file  ( &lt;a href=&quot;http://www.movabletype.org/docs/mtimport.html&quot;&gt;http://www.movabletype.org/docs/mtimport.html&lt;/a&gt; )



I did that to scrape my oldest blog archives (pre-blogger hand-coded HTML) and pipe them into a WordPress archive.  It&#039;s not too bad.



Of course, the AppleScript solution can be just as handy.  I had tried that for the same task but I&#039;m a lousy AppleScripter.</description>
		<content:encoded><![CDATA[<p>As Kevin wrote, next time you need to stuff something into blog entries, try using perl, php, or even shell scripting to scrape the static files and generate a Movable Type "import" file  ( <a  href="http://www.movabletype.org/docs/mtimport.html">http://www.movabletype.org/docs/mtimport.html</a> )</p>
<p>I did that to scrape my oldest blog archives (pre-blogger hand-coded HTML) and pipe them into a WordPress archive.  It's not too bad.</p>
<p>Of course, the AppleScript solution can be just as handy.  I had tried that for the same task but I'm a lousy AppleScripter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Francis</title>
		<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet#comment-13386</link>
		<dc:creator>Kevin Francis</dc:creator>
		<pubDate>Thu, 06 Jan 2005 13:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/#comment-13386</guid>
		<description>I&#039;d just write a perl or php script leveraging the internal CMSs own functions to migrate stuff. As for images, I&#039;d just regex replace the prefix domain or whatnot and re-upload them by hand.</description>
		<content:encoded><![CDATA[<p>I'd just write a perl or php script leveraging the internal CMSs own functions to migrate stuff. As for images, I'd just regex replace the prefix domain or whatnot and re-upload them by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet#comment-13385</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Wed, 05 Jan 2005 20:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2005/01/05/no_blogging_solution_for_this_yet/#comment-13385</guid>
		<description>Update: It took two hours. I hacked around with AppleScripts, some of the built-in stuff in the Finder, and glommed together a solution. It was worth the 30 minutes I spent creating all of this stuff because I had such a large project to do.



It would not be worth it for an individual effort here and there, so the above two points, I feel, are still valid.</description>
		<content:encoded><![CDATA[<p>Update: It took two hours. I hacked around with AppleScripts, some of the built-in stuff in the Finder, and glommed together a solution. It was worth the 30 minutes I spent creating all of this stuff because I had such a large project to do.</p>
<p>It would not be worth it for an individual effort here and there, so the above two points, I feel, are still valid.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

