<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>NeoArch</title>
	<atom:link href="http://neoarch.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neoarch.wordpress.com</link>
	<description>What's past is prologue; what's present is weblog</description>
	<pubDate>Sat, 26 Apr 2008 16:01:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Cherokee Springs Secret</title>
		<link>http://neoarch.wordpress.com/2008/04/26/cherokee-springs-secret/</link>
		<comments>http://neoarch.wordpress.com/2008/04/26/cherokee-springs-secret/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 16:01:29 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Cherokee Springs]]></category>

		<category><![CDATA[South Carolina]]></category>

		<category><![CDATA[Spartanburg]]></category>

		<category><![CDATA[Fire Department]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/?p=189</guid>
		<description><![CDATA[This has nothing to do with archives. It has everything to do with trusting those who claim to serve.
My wife and I have lived in Louisville for the past six years, but we used to live in the Cherokee Springs area of South Carolina. The area is between Spartanburg and Boiling Springs. We still have [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This has nothing to do with archives. It has everything to do with trusting those who claim to serve.</p>
<p>My wife and I have lived in Louisville for the past six years, but we used to live in the Cherokee Springs area of South Carolina. The area is between Spartanburg and Boiling Springs. We still have friends there, and we are still interested in the area. I still like the area, and I hate to see the people there taken advantage of by entities designed to serve them. That appears to be what&#8217;s happening according to a new blog, <a href="http://votecherokeesprings.com/2008/04/24/vote-no/">VoteCherokeeSprings.com</a>. It appears, if the blogger is correct, that the Cherokee Springs Fire Board is trying to sneak in a new referendum in order to raise the property taxes by 7 mils. The referendum will not appear on the ballot for the general election. It will occur on a different date in order to hide its existence from the general public. Classy.</p>
<p>I used to vote at CSFD, and if I still did, I would oppose this type of thing vehemently. I detest property taxes anyway, but I really detest them when people work to sneak them in. If the blog above is the whole story, it sounds like someone (ie. WSPA, Spartanburg Herald Journal) really needs to ask some serious, public questions of Commissioner Easler &#8212; like this week!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/189/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/189/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=189&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2008/04/26/cherokee-springs-secret/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting Focus in Rails with Prototype</title>
		<link>http://neoarch.wordpress.com/2008/02/29/setting-focus-in-rails-with-prototype/</link>
		<comments>http://neoarch.wordpress.com/2008/02/29/setting-focus-in-rails-with-prototype/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 15:28:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[fields]]></category>

		<category><![CDATA[focus]]></category>

		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/?p=188</guid>
		<description><![CDATA[Recently, I tried for a day to set focus on a field within a form that I had created for a Rails application. It was more difficult than you might think. So, here are my instructions for anyone else who may be trying to do this.
Rails usually comes packaged with several Javascript frameworks that can [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently, I tried for a day to set focus on a field within a form that I had created for a Rails application. It was more difficult than you might think. So, here are my instructions for anyone else who may be trying to do this.</p>
<p>Rails usually comes packaged with several Javascript frameworks that can make life much easier. One of these, prototype, allows us to set focus on a field.</p>
<p>Here&#8217;s how you do it. In your application_helper.rb file, include the following lines:<br />
<code>def set_focus_to_id(id)<br />
javascript_tag(&#8221;$(&#8217;#{id}&#8217;).focus()&#8221;);<br />
end</code></p>
<p>In your layout either for the application or the controller, include this line in the meta section:<br />
<code> &lt;%= javacript_include_tag "prototype" %&gt; </code></p>
<p>If you wanted to include all the javascript libraries, you could include this line, but it hogs bandwidth:<br />
<code> &lt;%= javacript_include_tag :defaults %&gt; </code></p>
<p>In your rhtml file that contains the field you want to set focus on, include this line:<br />
<code>&lt;%= set_focus_to_id 'password' %&gt;</code><br />
Note that your id is to be the id of the field you want to set focus on. If you are using this with a form, a fine place to insert the line is right after the end tag for the form.</p>
<p>That&#8217;s it. If you&#8217;ve done all that, you should have focus on the field.</p>
<p>HT: <a href="http://blog.wolfman.com/articles/2006/10/29/setting-the-focus-in-a-form">Wolfman</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/188/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/188/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=188&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2008/02/29/setting-focus-in-rails-with-prototype/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>cap -A seems to be deprecated</title>
		<link>http://neoarch.wordpress.com/2008/02/15/cap-a-seems-to-be-deprecated/</link>
		<comments>http://neoarch.wordpress.com/2008/02/15/cap-a-seems-to-be-deprecated/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 15:04:26 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Capistrano]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/?p=187</guid>
		<description><![CDATA[This is just a FWIW in regards to Capistrano. Capistrano is a piece of software (a Ruby Gem, to be more specific) that I use to automatically deploy applications to web servers. I recently upgraded to version 2.1.0.
Previously, to set up an application under Capistrano, I would run the command cap -A .  
That [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is just a FWIW in regards to Capistrano. Capistrano is a piece of software (a Ruby Gem, to be more specific) that I use to automatically deploy applications to web servers. I recently upgraded to version 2.1.0.</p>
<p>Previously, to set up an application under Capistrano, I would run the command <code>cap -A . </code> </p>
<p>That period at the end is part of the code.</p>
<p>In the new version of Capistrano, that seems to be deprecated. You now have to run <code>capify .</code></p>
<p>So, now you know, and now I have a way to remember it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/187/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/187/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=187&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2008/02/15/cap-a-seems-to-be-deprecated/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux and Proliant ML350 G2</title>
		<link>http://neoarch.wordpress.com/2007/08/06/linux-and-proliant-ml350-g2/</link>
		<comments>http://neoarch.wordpress.com/2007/08/06/linux-and-proliant-ml350-g2/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 21:40:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Miscellanea]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/08/06/linux-and-proliant-ml350-g2/</guid>
		<description><![CDATA[Just today, I was working on converting a Proliant ML350 G2 server from running Windows Server 2000 to a Linux distribution. I noticed several people had this same problem with various flavors of Linux, and I did not find a legitimate workaround that did not involve a noapic option. I was getting an error that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just today, I was working on converting a Proliant ML350 G2 server from running Windows Server 2000 to a Linux distribution. I noticed several people had this same problem with various flavors of Linux, and I did not find a legitimate workaround that did not involve a noapic option. I was getting an error that involved this line: <code>MP-BIOS bug: 8254 timer not connected to IO-APIC</code>.</p>
<p>I did find a workaround. It&#8217;s not that creative. I went to the HP/Compaq website and ran all the BIOS and firmware updates. The install went through without issue after that.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/182/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/182/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=182&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/08/06/linux-and-proliant-ml350-g2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>bash: cap: command not found</title>
		<link>http://neoarch.wordpress.com/2007/07/13/bash-cap-command-not-found/</link>
		<comments>http://neoarch.wordpress.com/2007/07/13/bash-cap-command-not-found/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 23:13:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Capistrano]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/07/13/bash-cap-command-not-found/</guid>
		<description><![CDATA[This post is just an FYI for those trying to use Capistrano on Ubuntu Feisty and running into the same problem I had. I had trouble finding specific information on the topic, thus this post.
I recently tried to use Cap on Ubuntu, and it would not work. I already had ruby and gems installed, having [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This post is just an FYI for those trying to use Capistrano on Ubuntu Feisty and running into the same problem I had. I had trouble finding specific information on the topic, thus this post.</p>
<p>I recently tried to use Cap on Ubuntu, and it would not work. I already had ruby and gems installed, having installed them using apt-get. I installed capistrano using the <code>gem install capistrano</code>. I could run <code> gem list</code> and capistrano was installed. All of my other gems worked fine.</p>
<p>When I checked the status of Capistrano using <code>cap -h</code>, I go the error <code>bash: cap: command not found</code>. After doing some searching, I found out how to fix it. Open ~/.bashrc using your favorite text editor. At the end of the file, add these lines:</p>
<blockquote><p>#The following sets the path for Capistrano<br />
export PATH=$PATH:/var/lib/gems/1.8/bin</p></blockquote>
<p>Save the file and reboot. Capistrano should work now.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/181/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/181/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=181&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/07/13/bash-cap-command-not-found/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>More on Preserving Blogs</title>
		<link>http://neoarch.wordpress.com/2007/07/02/more-on-preserving-blogs/</link>
		<comments>http://neoarch.wordpress.com/2007/07/02/more-on-preserving-blogs/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 23:03:26 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Archives]]></category>

		<category><![CDATA[Archiving]]></category>

		<category><![CDATA[Preservation]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/07/02/more-on-preserving-blogs/</guid>
		<description><![CDATA[I just wanted to mention a couple of things in relation to preserving blogs. First, I wanted to thank Marty Duren, formerly of the influential Baptist blog SBCOutpost. Marty now blogs at  ie:missional (I&#8217;m not sure what ie stands for, but I hope he&#8217;s not endorsing the web browser that dare not name it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://neoarch.files.wordpress.com/2007/07/duren.jpg" alt="duren.jpg" align="right" />I just wanted to mention a couple of things in relation to preserving blogs. First, I wanted to thank Marty Duren, formerly of the influential Baptist blog <a href="http://www.sbcoutpost.com/">SBCOutpost</a>. Marty now blogs at <a href="http://iemissional.com/"> ie:missional</a> (I&#8217;m not sure what ie stands for, but I hope he&#8217;s not endorsing the web browser that dare not name it&#8217;s name.) Marty was taking down his SBCOutpost blog, and he graciously provided me with a full digital copy of the blog. I like to think of it as SBCOutpost 2.0, because Marty used to have a Blogger blog before he was converted to WordPress. SBCOutpost is now at version 3.0 as a collabroblog.</p>
<p>Second, I think I am getting closer to an answer on how to grab blogs and store them in a way that will ensure that their arrangement remains intact. I also think that I have a solution for how to ensure that various iterations are distinctly recorded. In other words, I believe that I will be able to do for blogs what the <a href="http://www.archive.org/web/web.php">Internet Archive&#8217;s Wayback Machine</a> does for regular sites. Better yet, I believe I can do it with entirely free software. I also think that this solution can be used for other web resources. We will see how it turns out, but at this point I have reason to be very hopeful. At this point, I am more concerned with preservation than access. I need to preserve all these &#8220;wet blogs&#8221; before they dry up.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=177&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/07/02/more-on-preserving-blogs/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>

		<media:content url="http://neoarch.files.wordpress.com/2007/07/duren.jpg" medium="image">
			<media:title type="html">duren.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>ALABI 2007&#8211;Session 2</title>
		<link>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-2/</link>
		<comments>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-2/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 03:31:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[ALABI]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-2/</guid>
		<description><![CDATA[On last Wednesday afternoon, we had session 2 of the ALABI meeting. What follows is my summary of the second session. But first, I want to mention to talk about the disaster preparedness forum that I forgot to mention in my last post.
Disaster Preparedness Forum
The forum involved Bill Sumners of the Southern Baptist Historical Library [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>On last Wednesday afternoon, we had session 2 of the ALABI meeting. What follows is my summary of the second session. But first, I want to mention to talk about the disaster preparedness forum that I forgot to mention in my last post.</p>
<h4>Disaster Preparedness Forum</h4>
<p>The forum involved Bill Sumners of the Southern Baptist Historical Library and Archives, and Jeff Griffin, the director of the library at New Orleans Baptist Theological Seminary.<span id="more-176"></span> It was interesting hearing Jeff&#8217;s perspective on the subject due to the disaster issues they had to deal with in New Orleans after Katrina. After all, how do you prepare for being away from your collection for over six weeks while it languishes in the New Orleans heat and humidity because your HVAC system is down? Jeff talked a great deal about leadership in such situations, and he offered that when you go through disaster, leadership is key. Some workers may not be able to give orders to people or make decisions for a variety of reasons. They may be effective in day to day operations, but they may not be very creative, and that is exactly what you need in a time of crisis. Jeff also talked about the benefit that the Southern Baptist Convention was to NOBTS. He said that the Cooperative Program really came in handy. Over 5000 volunteers from the SBC have helped there at one point or another. The volunteers laid over 100 tractor trailer loads of sod, so NOBTS is now the most identifiable piece of land in their parrish. Bill also talked about numerous small disasters that they have had over the years at SBHLA.</p>
<h4>Session 2&#8211; Decoding the Mission Statement of the Baptist History and Heritage Society: Helping Baptists Discover, Conserve, Assess, and Share Their History</h4>
<p>Yep. That is a long title, but it is not as long as <a href="http://www.wmcarey.edu/carey/enquiry/enquiry.html"><em>An Enquiry into the Obligations of Christians to Use Means for the Conversion of the Heathens in which the Religious State of the Different Nations of the World, the Success of Former Undertakings, and the Practicability of Further Undertakings, are Considered</em></a>. Baptists tend to do you the courtesy of telling you exactly what they&#8217;re going to tell you about directly before they tell you about it. The original title of this post was &#8220;ALABI 2007&#8211;Session 2 Summary, in Which Is Presented the Previously Overlooked Contribution of Jeff Griffin and Bill Sumners to the Subject of Disaster Preparedness via a Forum on Said Subject, as well as an Explanation of the Mission Statement of the Baptist History and Heritage Society with Particular Attention Given to Discovery, Conservation, Assesment, and Sharing.&#8221; I was afraid the title would break feed readers all over the place, though, so I relented. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Charles Deweese, director of the Baptist History and Heritage Society,  presented the second session, and I really did find it very informative. This is only my second year in ALABI, and I never had the privilege of attending an SBLA meeting, so I knew nothing of its history. I was somewhat familiar with the historical relationship between the Southern Baptist Historical Commission, the Southern Baptist Historical Society, and the Southern Baptist Historical Library and Archives, but I really knew very little about how the SBHS became the BHHS following the defunding of the SBHC. I also did not know anything about the relationship between ALABI and the BHHS. I knew that the ALABI meeting always took place directly proceeded BHHS meeting, that the two meetings usually met in the same general location, and that many of the members of ALABI also attended the BHHS meeting, but I never really knew why all this was the case. After listening to Dr. Deweese and asking a whole bunch of questions during the meeting, I think I understand now. I appreciate Alan Lefever&#8217;s patience in explaining much of this to me. In short, the two groups are independent. SBLA originally sprang out of a breakout session for librarians at the SBHS meetings. I will add more about the relationship and history in a later post.</p>
<p>Deweese talked briefly about the fact that the BHHS is moving to the Atlanta campus of Mercer University. He then began to unpack the mission statement of the organization.    He said that the BHHS is unapolegetically Baptist. While he believes there is enormous value in all Christian communities, he claims that the Baptist approach to the New Testament is a good approach, and worth talking about. He himself was raised to &#8220;think, feel, and do Baptist.&#8221; He said that he believes it&#8217;s important to lay out one&#8217;s distinctives.</p>
<p>He offered that the BHHS is a true society. They have to raise a lot of money to keep it going. Fifty five percent of his work is raising money, and contributions come from many different groups. Dr. Pam Durso is in charge of operations. The society has close to 900 members comprised of both individuals and libraries. He claims that the membership is becoming more representative of the name. I suppose that he means that there is an increasingly larger number of members coming from outside of the South, the Southern Baptist Convention, and the United States.</p>
<p>The primary thrusts of the organization are publication and communication. He noted that they are not a library or archival organization. He talked about several upcoming meetings of the BHHS, and several upcoming publications that they have in the works. I won&#8217;t go into detail about all of these since the information will be available on their website later.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/176/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/176/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=176&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>ALABI 2007&#8211;Session 1</title>
		<link>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-1/</link>
		<comments>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-1/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:36:07 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[ALABI]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-1/</guid>
		<description><![CDATA[For those who have been waiting for reviews of the sessions, I apologize for the tardiness of this review of session 1. I have been pretty busy over the past week. I will try to get the others done as soon as I can.  I am a very bad blogger.  
This year&#8217;s meeting [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For those who have been waiting for reviews of the sessions, I apologize for the tardiness of this review of session 1. I have been pretty busy over the past week. I will try to get the others done as soon as I can.  I am a very bad blogger. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This year&#8217;s meeting was not as well attended as last year&#8217;s but I think the members that attended really enjoyed it. The Campbellsville University community was very welcoming. The food was good, and the conference room in the new chapel was extremely well suited for the event. I especially enjoyed the tour of the library and special collections that Dr. John Burch, the university librarian, graciously provided for us.<span id="more-174"></span></p>
<p>During the first session, Elizabeth Wells of Samford University played a YouTube quality video about disaster preparedness that the library staff at Samford developed for instructing patrons about their disaster plan. It was one of the funniest library related videos I&#8217;ve ever seen. Not to be a hater, but Lizz&#8217;s vid was much funnier than &#8220;<a href="http://youtube.com/watch?v=tJD-safYEb0">The OPAC Sucks</a>.&#8221; Following that, Becky Ryder of the University of Kentucky presented a helpful session on disaster preparedness. She described the way that the entire UK library system worked together to create a disaster plan that would cover the entire system. She also told us about several helpful tools that can be used for disaster preparedness. One of the most helpful things she told us was her &#8220;top 6 things you need in case of disaster&#8221;:</p>
<ol>
<li>Rolled Plastic</li>
<li>Cut Plastic</li>
<li>Fans</li>
<li>Dehumidifier</li>
<li>Towels</li>
<li>Disposable Camera</li>
</ol>
<p>Dr. Ryder also demonstrated the proper technique for drying wet photos, damp books, soaking wet books, and muddy soaking wet books. All in all, this was a very helpful session. In the future, it would be nice if we could record either audio or video for some of these sessions. Recording could cause a drop in attendance, but I think the more likely scenario is that when librarians hear the quality of some of the sessions, they will be likely to attend.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=174&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/13/alabi-2007-session-1/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Wet Blog Happenings</title>
		<link>http://neoarch.wordpress.com/2007/06/12/wet-blog-happenings/</link>
		<comments>http://neoarch.wordpress.com/2007/06/12/wet-blog-happenings/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 14:25:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Preservation]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[sbc]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/12/wet-blog-happenings/</guid>
		<description><![CDATA[In my previous post on wet blogs (ie. Baptist blogs), I noted that I would be doing a series of posts dealing with preserving wet blogs (and blogs in general). I just wanted to point out a couple of people that seem to have similar concerns.
First, Marty Duren posted today about the relationship between blogs [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In my previous <a href="http://neoarch.wordpress.com/2007/06/05/preserving-wet-blogs/">post on wet blogs</a> (ie. Baptist blogs), I noted that I would be doing a series of posts dealing with preserving wet blogs (and blogs in general). I just wanted to point out a couple of people that seem to have similar concerns.</p>
<p>First, Marty Duren <a href="http://www.sbcoutpost.com/2007/06/12/the-future-of-sbc-communications/">posted today</a> about the relationship between blogs and traditional denominational media outlets. He argues that media outlets such as <a href="http://bpnews.net/">Baptist Press</a> should be more open to publishing blogs and bloggers on their sites. Marty rightly recognizes the influences of blogs on denominational life.</p>
<p>Second, <a href="http://timmybrister.com/">Timmy Brister</a>, <a href="http://consumedblog.blogspot.com/">Owen Strachan</a>, and <a href="http://ministry-to-children.com/">Tony Kummer</a> have developed a collaborative blog project called <a href="http://saidatsouthern.com/">Said at Southern Seminary</a>. The project aggregates blogs from many bloggers related to the Southern Baptist Theological Seminary, and publishes content on a variety of issues. Appropriately enough, you can find out more about the project at its <a href="http://saidatsouthern.com/about/">About page</a>. While this project in no way guarantees the permanence of blogs or blog content, it demonstrates the concern of some bloggers for bringing together blogs related to a common object of love.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/175/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/175/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=175&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/12/wet-blog-happenings/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>ALABI 2007&#8211;Part Deux</title>
		<link>http://neoarch.wordpress.com/2007/06/07/alabi-2007-part-deux/</link>
		<comments>http://neoarch.wordpress.com/2007/06/07/alabi-2007-part-deux/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 11:52:36 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[ALABI]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/07/alabi-2007-part-deux/</guid>
		<description><![CDATA[Yesterday&#8217;s meeting was pretty informative. I will post a more detailed report of all sessions sometime this afternoon. During the business meeting today, I will be presenting the report for the communications committee. Our report will propose some fairly major changes to the web site. If it passes, we will probably have constantly updating content [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday&#8217;s meeting was pretty informative. I will post a more detailed report of all sessions sometime this afternoon. During the business meeting today, I will be presenting the report for the communications committee. Our report will propose some fairly major changes to the web site. If it passes, we will probably have constantly updating content on the site. Hopefully, more content can generate interest in the organization and can be a medium for encouraging the type of wider participation that I suggested yesterday.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/173/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/173/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=173&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/07/alabi-2007-part-deux/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>ALABI 2007</title>
		<link>http://neoarch.wordpress.com/2007/06/06/alabi-2007/</link>
		<comments>http://neoarch.wordpress.com/2007/06/06/alabi-2007/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 15:11:30 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[ALABI]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/06/alabi-2007/</guid>
		<description><![CDATA[I am at ALABI 2007 today. Thankfully, it was near to home this year. Last year was Richmond, and me and my buddy Andrew had to make that long haul through KY, WV, and VA in order to go. This year it&#8217;s at Campbellsville University.
The meeting will take place in the chapel here at Campbellsville. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am at <a href="http://alabi.org/">ALABI </a>2007 today. Thankfully, it was near to home this year. Last year was Richmond, and me and my buddy Andrew had to make that long haul through KY, WV, and VA in order to go. This year it&#8217;s at <a href="http://www.campbellsville.edu/">Campbellsville University</a>.</p>
<p>The meeting will take place in the chapel here at Campbellsville. This year, their will be four sessions. The first session will address disaster preparedness, and there is a panel discussion following it. This afternoon, Charles Deweese, the director of the <a href="http://www.baptisthistory.org/">Baptist History and Heritage Society</a>, will talk about the <a href="http://www.baptisthistory.org/missionstatement.htm">mission statement</a> of the Baptist History and Heritage Society.<span id="more-172"></span></p>
<p>Tomorrow, there will be a section entitled, &#8220;ALABI &#8212; Who We Are, What We Do, Where We Are Going.&#8221; I think these are all important questions for an organization that is in a transitional stage. Finally, will have the business session tomorrow, and after that we will have a tour of Campbellsville&#8217;s archives.</p>
<p>This is my second year being involved with the organization. It was encouraging to see the camaraderie that existed within the association last year. Of course, many of the members have known each other for a number of years through their participation in the now defunct Southern Baptist Library Association. I am thankful that the new association has a different name for several reasons. First, as an archivist, I am glad that the name includes us. A tip-o-the-hat is always appreciated. Second, I think that the association has a name that is able to bring together Baptists of various stripes. As a Baptist archivist, I am not only concerned about the records of Southern Baptists, even though those are the records with which I primarily work; I am also concerned about the preservation of and access to the records of American Baptists, National Baptists, and various Baptists from other nations besides the United States. And that&#8217;s another positive about the name of the organization: it&#8217;s not regional. Now the members of the organization are mostly located in the South and mostly have ties to institutions that are presently or were formerly related to the Southern Baptist Convention. But with a name like ALABI, the organization can serve many Baptists from many regions, and that&#8217;s a good thing.</p>
<p>I need to go register. I probably won&#8217;t live blog because I probably won&#8217;t have access, but I will try to type up some notes later.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/172/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/172/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=172&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/06/alabi-2007/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Preserving Wet Blogs</title>
		<link>http://neoarch.wordpress.com/2007/06/05/preserving-wet-blogs/</link>
		<comments>http://neoarch.wordpress.com/2007/06/05/preserving-wet-blogs/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 05:27:47 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Preservation]]></category>

		<category><![CDATA[blogs]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/06/05/preserving-wet-blogs/</guid>
		<description><![CDATA[For Baptists, especially Southern Baptists, it&#8217;s been a busy year. If you don&#8217;t believe me, one Baptist blogger has been keeping a log.
Ironically, it was about this time last year that I struck up a conversation with another Southern Baptist archivist about Baptist blogs while attending the ALABI meeting in Richmond.  I mentioned that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For Baptists, especially Southern Baptists, it&#8217;s been a busy year. If you don&#8217;t believe me, one Baptist blogger has been <a href="http://baptistblog.wordpress.com/2007/06/01/the-way-forward-part-one/">keeping a log</a>.</p>
<p>Ironically, it was about this time last year that I struck up a conversation with another Southern Baptist archivist about Baptist blogs while attending the <a href="http://alabi.org/">ALABI </a>meeting in Richmond.  I mentioned that the whole idea of Baptist blogs and how to preserve them really troubled me, and I asked if his organization was doing anything in the way of preserving blogs. <span id="more-171"></span>He confessed they were not, and he mentioned that he had not really thought much about it. I told him that our strategy was not the best, but that we had been trying to select, print, and file representative posts from a various important Baptist blogs. Admittedly, the selection criteria is highly subjective, and the original context of the item is destroyed, but at least something of the conversation is preserved.</p>
<p>At that time, I mentioned that several Baptist blogs were creating quite a stir within the denomination. One blogger in particular had <a href="http://kerussocharis.blogspot.com/2005/12/truth-with-genuine-smile.html#links">criticized new policies that affected the appointment of international missionaries</a>, and bloggers on all sides of the issues blogged, commented, and trackbacked their opinions for weeks on end. Seemingly, the whole denomination was at odds. Some bloggers <a href="http://baptistblog.wordpress.com/?s=nepotism">accused denominational officials of nepotism and favoritism</a>. Other bloggers clashed over theological and social issues, such as <a href="http://www.stevekmccoy.com/reformissionary/2005/09/sbts_alcohol_an.html">the use of alcohol by Christians</a> and the relationship between baptism and church membership. Perhaps most importantly, the outcome of the impending SBC presidential election looked like it could be affected by bloggers.  We parted that day, agreeing that we should talk about the problem later. We both got busy with our lives and jobs, and we have yet to finish the conversation.</p>
<p>Less than a month later, the SBC Annual Meeting was over, <a href="http://www.sbc.net/PresidentsPage/FrankPage/default.asp">the dark horse presidential candidate</a> that many of the bloggers endorsed came away with the victory, and newspapers such as the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/06/16/AR2006061600917.html">Washington Post</a> and Raleigh&#8217;s <a href="http://www.newsobserver.com/105/story/453719.html">News and Observer</a> took notice. In less than a year, a group of loosely organized individuals helped shape the face of the largest Protestant denomination in the United States&#8211;and they used one of the most volatile mediums ever created to do it.</p>
<p>Here&#8217;s the rub; for many Baptists, blogs have replaced denominational newspapers as the default source for theological and denominational information and engagement. Those 19th century Baptist papers, however, seem to be much easier to preserve because of their fixed formats. Will 22nd century Baptists be able to read the &#8220;newspapers&#8221; of 21st century Baptists? Perhaps, but are we willing to chance it?</p>
<p>For the past year, I have maintained my current preservation strategy for such blogs, but I have continually been thinking and reading about the problem of archiving blogs. It&#8217;s the kind of thing that keeps me up at night, and that&#8217;s probably why I&#8217;m writing right now.</p>
<p>My present print-and-file strategy works&#8230;sort of. It does what Gerald Ham recommended in that it provides an accurate record of human experience&#8211;the experience of those humans called Baptists, but it does it at the high cost of losing the context. I can&#8217;t help but think that there has to be a better way to accurately preserve these &#8220;wet&#8221; blogs in an electronic format that does due diligence to their context before their content evaporates.</p>
<p>Over the next few posts, I want to explore my ideas on how best to ensure that the next generation of Baptists (or any other group for that matter) have the benefit of being able to read about the issues that are relevant to groups in our day. Some solutions have been offered for this problem, and I will try to assess as many of those as possible. And I promise, I plan to offer real suggestions for a way forward before this series is over. If there&#8217;s one thing that irritates me, it&#8217;s reading articles that amount to nothing more than glorified hand wringing. That&#8217;s the last thing that I want this series to be, and hopefully, before it&#8217;s finished, some suggestions, and possibly even some code, will emerge here.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/171/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/171/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=171&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/06/05/preserving-wet-blogs/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Hootie and the Blowfish at USC</title>
		<link>http://neoarch.wordpress.com/2007/04/16/hootie-and-the-blowfish-at-usc/</link>
		<comments>http://neoarch.wordpress.com/2007/04/16/hootie-and-the-blowfish-at-usc/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 11:44:12 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Etc.]]></category>

		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/04/16/hootie-and-the-blowfish-at-usc/</guid>
		<description><![CDATA[My wife and I traveled to SC over spring break to see family and attend South Carolina&#8217;s annual Garnet and Black game. This year, we had a special treat in that Hootie and the Blowfish played before the game and at halftime. Here&#8217;s a brief video I took while they were playing. The songs from [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My wife and I traveled to SC over spring break to see family and attend South Carolina&#8217;s annual Garnet and Black game. This year, we had a special treat in that Hootie and the Blowfish played before the game and at halftime. Here&#8217;s a brief video I took while they were playing. The songs from <cite>Cracked Rear View</cite> are timeless. They&#8217;re as good today as they were ten years ago.</p>
<p><span style="text-align:center; display: block;"><a href="http://neoarch.wordpress.com/2007/04/16/hootie-and-the-blowfish-at-usc/"><img src="http://img.youtube.com/vi/JPsXQPQcMls/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/170/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/170/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=170&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/04/16/hootie-and-the-blowfish-at-usc/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/JPsXQPQcMls/2.jpg" medium="image" />
	</item>
		<item>
		<title>Thank God for Eddie Robinson</title>
		<link>http://neoarch.wordpress.com/2007/04/05/thank-god-for-eddie-robinson/</link>
		<comments>http://neoarch.wordpress.com/2007/04/05/thank-god-for-eddie-robinson/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 15:17:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/04/05/thank-god-for-eddie-robinson/</guid>
		<description><![CDATA[On Tuesday, the world lost one of the most important sports figures of the twentieth century, Eddie Robinson. Eddie Robinson coached Grambling State University from 1941 to 1997, and when he retired, he was the winningest football coach in NCAA history, having won a staggering 408 games. In 57 years as a head coach, Robinson [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/9/91/Eddie_Robison_%28football_coach%29.jpg/150px-Eddie_Robison_%28football_coach%29.jpg" alt="Eddie Robinson" align="right" height="183" width="150" />On Tuesday, the world lost one of the most important sports figures of the twentieth century, <a href="http://en.wikipedia.org/wiki/Eddie_Robinson_(football_coach)">Eddie Robinson</a>. Eddie Robinson coached Grambling State University from 1941 to 1997, and when he retired, he was the winningest football coach in NCAA history, having won a staggering 408 games. In 57 years as a head coach, Robinson only had 8 losing seasons. He was inducted into the College Football Hall of Fame in 1997.</p>
<p>Despite having coached his entire career at Grambling State, a historically black college, Robinson should also be remembered for his quiet contribution in helping to fully integrate the National Football League. It&#8217;s somewhat ironic that Eddie Robinson, a man whose name was unfamiliar to most sports fans in the U.S., died in the same month that we remember another Robinson, Jackie Robinson, for breaking the race barrier in Major League Baseball. <span id="more-168"></span>Yet it&#8217;s also ironic that Major League Baseball gets so much attention for integrating when the National Football League, and the Los Angeles Rams in particular, beat them to the punch. In 1946, over a year before Jackie Robinson would walk onto the diamond for the Brooklyn Dodgers, the Rams signed two former UCLA standouts, Kenny Washington and Woody Strode.</p>
<p>So how does Eddie Robinson play into all this history of integration? Robinson was instrumental in making certain that athletes who chose to attend historically black colleges had an opportunity to play in the NFL. In his book, <cite><em>America&#8217;s Game: The Story of How Pro Football Captured a Nation</em></cite>, Michael McCambridge describes Robinson&#8217;s role in making sure that Grambling State&#8217;s Tank Younger, the first NFL player from a historically black college, was successful enough in the NFL.</p>
<blockquote><p>In July, before Younger left for the Rams&#8217; training camp, Crambling coach Eddie Robinson sat down with him and methodically explained what Younger might expect: a cold shoulder from many of his teammates, late hits and dirty plays from opponents, and likelihood of racial slurs wherever he turned.&#8221;You have to let it go in one ear and out the other,&#8221; Robinson implored, looking into Younger&#8217;s eyes. &#8220;You have to make the ball club.&#8221;</p>
<p>In this, Robinson was unusually adamant, emphasizing that the stakes went beyond Younger and a professional football career. &#8220;Tank, if you go up there and you don&#8217;t make it, there&#8217;s no telling how long it&#8217;ll be before somebody gets a chance,&#8221; said Robinson. &#8220;They&#8217;ll be able to say, &#8216;We took the best you had to offer, and he wasn&#8217;t good enough.&#8217;&#8221; (57)</p></blockquote>
<p>When Younger was first scouted by the Rams, full integration was by no means a finished work, and there were only five black athletes in the league. Robinson was certain that black athletes and black colleges depended upon Younger&#8217;s success, and he was willing to do whatever he could to help Younger achieve success. McCambridge  describes how when Younger arrived at the Rams&#8217; training camp, he struggled to comprehend the seemingly incomprehensible play calls developed by the team&#8217;s slightly unbalanced technical adviser, Clark Shaughnessy. To be honest, Younger was probably not alone in finding such jibberish as &#8220;Brown Stash Mutt Purple Jack Shuffle Right Wheel Left,&#8221; nearly incomprehensible (62). Yet when Younger did struggle early during Camp, it was Robinson who carefully explained the system to Younger over the telephone, and who encouraged the future five time Pro Bowler to endure. In doing so, Robinson paved the way for many other athletes from historically black colleges. So for the next few days, while sports news outlets are reminding us that without Eddie Robinson players like Tank Younger and Doug Williams might never have made it to the NFL, let&#8217;s also remember that without Eddie Robinson, players like Walter Payton and Jerry Rice might never have played on Sundays. Shudder the thought. Thank God for Eddie Robinson</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/168/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/168/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=168&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/04/05/thank-god-for-eddie-robinson/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/9/91/Eddie_Robison_%28football_coach%29.jpg/150px-Eddie_Robison_%28football_coach%29.jpg" medium="image">
			<media:title type="html">Eddie Robinson</media:title>
		</media:content>
	</item>
		<item>
		<title>A Very Confused Desktop</title>
		<link>http://neoarch.wordpress.com/2007/03/28/a-very-confused-desktop/</link>
		<comments>http://neoarch.wordpress.com/2007/03/28/a-very-confused-desktop/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 14:20:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Ephemera]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/03/28/a-very-confused-desktop/</guid>
		<description><![CDATA[Notice anything funny about this pic? Are Fedora and Windows living together on a Desktop in harmony? Nah. Just a funny looking VNC connection.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Notice anything funny about this pic? Are Fedora and Windows living together on a Desktop in harmony? Nah. Just a funny looking VNC connection.<a href="http://neoarch.files.wordpress.com/2007/03/confused_desktop.jpg" title="confused_desktop.jpg"><img src="http://neoarch.files.wordpress.com/2007/03/confused_desktop.jpg?w=555&h=416" alt="confused_desktop.jpg" height="416" width="555" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/165/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/165/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=165&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/03/28/a-very-confused-desktop/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>

		<media:content url="http://neoarch.files.wordpress.com/2007/03/confused_desktop.jpg" medium="image">
			<media:title type="html">confused_desktop.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>OCR, Open Source, and Archival Materials</title>
		<link>http://neoarch.wordpress.com/2007/02/27/ocr-open-source-and-archival-materials/</link>
		<comments>http://neoarch.wordpress.com/2007/02/27/ocr-open-source-and-archival-materials/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 18:49:44 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Access]]></category>

		<category><![CDATA[OCR]]></category>

		<category><![CDATA[digitization]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/02/27/ocr-open-source-and-archival-materials/</guid>
		<description><![CDATA[While in the workshop today, I started wondering about whether there were open source OCR software options that could be used in conjunction with the GIMP. There is one piece of software that I found that does it. I also found this article, and I can&#8217;t wait to try it out sometime.
    [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While in the workshop today, I started wondering about whether there were open source OCR software options that could be used in conjunction with the <a href="http://www.gimp.org/">GIMP</a>. There is <a href="http://jocr.sourceforge.net/">one piece of software</a> that I found that does it. <a href="http://www.linuxfocus.org/English/June2005/article382.shtml">I also found this article</a>, and I can&#8217;t wait to try it out sometime.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/164/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/164/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=164&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/02/27/ocr-open-source-and-archival-materials/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Digital Imaging Workshop</title>
		<link>http://neoarch.wordpress.com/2007/02/27/digital-imaging/</link>
		<comments>http://neoarch.wordpress.com/2007/02/27/digital-imaging/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 18:00:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Access]]></category>

		<category><![CDATA[digitization]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/02/27/digital-imaging/</guid>
		<description><![CDATA[I am spending today at a Solinet workshop in Lexington, KY. The workshop deals with digital imaging. So far, it&#8217;s been fairly informative. Probably the most helpful aspect of the workshop thus far has been the discussion of the scan once methodology for digitizing images. We also received some pretty helpful handouts that have some [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am spending today at a <a href="http://www.solinet.net/">Solinet </a>workshop in Lexington, KY. <a href="http://www.solinet.net/workshops/ws_details.cfm?doc_id=3001&amp;WKSHPID=12DILM2">The workshop deals with digital imaging</a>. So far, it&#8217;s been fairly informative. Probably the most helpful aspect of the workshop thus far has been the discussion of the scan once methodology for digitizing images. We also received some pretty helpful handouts that have some nice tables that describe the file formats, resolution, and bit depth that you should use for master, intermediate, and access files. I may try to reproduce the tables on here later as it is pretty common information, but the way it was arranged was helpful. I am sure I will be using these tables in the archives.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/163/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/163/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=163&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/02/27/digital-imaging/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>Hint on Configuring the Archivists&#8217; Toolkit on Linux</title>
		<link>http://neoarch.wordpress.com/2007/01/28/hint-on-configuring-the-archivists-toolkit-on-linux/</link>
		<comments>http://neoarch.wordpress.com/2007/01/28/hint-on-configuring-the-archivists-toolkit-on-linux/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 21:47:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Archives]]></category>

		<category><![CDATA[Archivists' Toolkit]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/01/28/hint-on-configuring-the-archivists-toolkit-on-linux/</guid>
		<description><![CDATA[I finally got the Archivists&#8217; Toolkit configured on a Linux machine for testing. I installed the Linux version of AT with Java VM built in. It was a hefty download, but it seems to work well so far.
I did notice one small peculiarity. When I tried to install using the sh ./InstallArchivistsToolkit.bin command from a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I finally got the Archivists&#8217; Toolkit configured on a Linux machine for testing. I installed the Linux version of AT with Java VM built in. It was a hefty download, but it seems to work well so far.</p>
<p>I did notice one small peculiarity. When I tried to install using the <code>sh ./InstallArchivistsToolkit.bin</code> command from a terminal, the install would break, and I would get an error that began with <code>awk: error while loading shared libraries: libdl.so.2</code>.</p>
<p>I did a little bit of searching and came across <a href="http://gallery.menalto.com/node/50926">this post.</a> Apparently, when using SUSE (I am using OpenSUSE) and sometimes Fedora, one encounters problems because of a line in the binary file. To quote the above post,</p>
<blockquote><p><code>export LD_ASSUME_KERNEL=2.2.5</code><br />
should read<br />
<code>#xport LD_ASSUME_KERNEL=2.2.5</code></p></blockquote>
<p>The problem is, when you try to open and fix the .bin file in a text editor such as vi, it somehow mangles the code.</p>
<p>To fix the program, here&#8217;s what I did. First, I backed up my installer to make sure that I didn&#8217;t have to redownload. Then, I installed GHex, the Gnome Hex editor. If you&#8217;re using SUSE, you can install it with Yast. If you&#8217;re using Fedora, you can probably install it with Yum.</p>
<p>After you install GHex, start it. Click on File, then Open, and open the InstallArchivistsToolkit.bin install file. Left click on the right panel (ie. the one with characters that make sense.) Click on Edit, then replace. Type <code>export LD</code> in the right panel of the find section and <code>#xport LD</code> in the right panel of the replace section. Click on replace all. Cancel out of the replace dialog and save the file.</p>
<p>You should be able to run the file now. However, if you have to make this modification, you will also have to modify more of the Archivists&#8217; Toolkit files in the exact same manner. I had to enter my Archivists_Toolkit directory and change both the Archivists_Toolkit and the AT_Initialize_Database files as well in order to get the program to run correctly. If in doubt about any part of the program, run that part from the command line, and watch for the results. If it fails because of this error, you will see  <code>awk: error while loading shared libraries: libdl.so.2</code> when it fails. If you see that, you know you need to edit the file.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/158/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/158/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=158&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/01/28/hint-on-configuring-the-archivists-toolkit-on-linux/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>More on Archon</title>
		<link>http://neoarch.wordpress.com/2007/01/25/more-on-archon/</link>
		<comments>http://neoarch.wordpress.com/2007/01/25/more-on-archon/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 13:09:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Archives]]></category>

		<category><![CDATA[Archon]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/01/25/more-on-archon/</guid>
		<description><![CDATA[For those interested in finding out more about the Archon Project, the project&#8217;s website now has a listserv and better documentation.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For those interested in finding out more about the <a href="http://archon.org">Archon Project</a>, the project&#8217;s website now has a listserv and better documentation.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/156/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/156/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=156&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/01/25/more-on-archon/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>
	</item>
		<item>
		<title>New Tool for Archivists</title>
		<link>http://neoarch.wordpress.com/2007/01/16/new-tool-for-archivists/</link>
		<comments>http://neoarch.wordpress.com/2007/01/16/new-tool-for-archivists/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 00:39:39 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Arrangement]]></category>

		<category><![CDATA[Description]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Systems]]></category>

		<category><![CDATA[digitization]]></category>

		<guid isPermaLink="false">http://neoarch.wordpress.com/2007/01/16/new-tool-for-archivists/</guid>
		<description><![CDATA[I mentioned earlier that the Archivist&#8217;s Toolkit had been released. Tomorrow, the Archon Project is scheduled to release version 1.10 of Archon. I played with version 1. It was easy to install and a very powerful tool. The digital library function was particularly promising. I noticed a couple of bugs in version 1 while testing [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://archon.org/logo.gif" alt="Archon Logo" align="left" height="75" width="175" />I mentioned earlier that the <a href="http://archiviststoolkit.org/">Archivist&#8217;s Toolkit</a> had been released. Tomorrow, <a href="http://archon.org">the Archon Project is scheduled to release version 1.10 of Archon</a>. I played with version 1. It was easy to install and a very powerful tool. The digital library function was particularly promising. I noticed a couple of bugs in version 1 while testing it, so I didn&#8217;t put it into production. I am fairly certain that these bugs will be remedied in this latest release, and I cannot wait until I get the time to install and test it. All the folks at <a href="http://uiuc.edu/">UIUC</a> who were involved in this project need to be congratulated for their vision and vigor because they brought such a project into being. What an interesting and exciting time it is to be an archivist!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neoarch.wordpress.com/154/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neoarch.wordpress.com/154/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neoarch.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neoarch.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neoarch.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neoarch.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neoarch.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neoarch.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neoarch.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neoarch.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neoarch.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neoarch.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neoarch.wordpress.com&blog=80120&post=154&subd=neoarch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neoarch.wordpress.com/2007/01/16/new-tool-for-archivists/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/neoarch-128.jpg" medium="image">
			<media:title type="html">NeoArch</media:title>
		</media:content>

		<media:content url="http://archon.org/logo.gif" medium="image">
			<media:title type="html">Archon Logo</media:title>
		</media:content>
	</item>
	</channel>
</rss>