<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>robhulson.com &#187; Stuff</title>
	<atom:link href="http://robhulson.com/tag/stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://robhulson.com</link>
	<description>pursuing well-formed opinions</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:43:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: The Scripturizer for Dummies</title>
		<link>http://robhulson.com/2004/02/how-to-the-scripturizer-for-dummies/</link>
		<comments>http://robhulson.com/2004/02/how-to-the-scripturizer-for-dummies/#comments</comments>
		<pubDate>Thu, 12 Feb 2004 19:15:00 +0000</pubDate>
		<dc:creator>Rob Hulson</dc:creator>
				<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://robhulson.com/?p=73</guid>
		<description><![CDATA[A little "how-to" from an amateur who discovered how to install Scripturizer. <a href="http://robhulson.com/2004/02/how-to-the-scripturizer-for-dummies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update: 03.06.06!</strong> Wow, apparently this is quite useful to some people. It still works, as far as I know, for the latest versions of Movable Type. I noticed a lot of misspellings in this, so I am trying to correct it and make it as concise as possible.</p>

<p><a href="http://www.healyourchurchwebsite.com/archives/000768.shtml">The Scripturizer plugin</a> is an extremely useful tool for Movable Type users. It turns Scripture quotations into active links to <a href="http://www.biblegateway.com">Bible Gateway&#8217;s</a> website in whatever version you prefer. So, say I&#8217;m typing along in my typical format&#8230;</p>

<blockquote>
<p> &#8230;which is why I fail to see how anyone of a non-Calvinist position can read Romans 9:16 and not grasp His complete freedom in the bestowal or withholding of mercy, which He exercises not based on anything in man.</p>
</blockquote>

<p>Click on it and you&#8217;ll see where it leads. I&#8217;ve chosen the ESV for my website, but you can substitute it for the Bible version of your choice (KJV, NIV, NASB, etc.).</p>

<p>I have had quite a fun time learning how all this works as a newbie. Because I&#8217;ve failed to find good documentation anywhere on this plugin, I thought I&#8217;d provide some myself in the hopes that others will find it useful.</p>

<p><strong>First, upload the code</strong> <br />
Go to the <a href="http://www.healyourchurchwebsite.com/archives/000768.shtml">website</a> and locate the code. Copy the code from the first box (titled, Scripturizer.pl) into a new text file in any text editor. Save it as &#8220;Scripturizer.pl&#8221; and make sure it&#8217;s text-only (not .rtf, nor .doc, etc.). Upload this into your Movable Type plugin folder. Here&#8217;s how I did it at mine:</p>

<blockquote>
<p>http://www.robhulson.com/mt/plugins/Scripturizer.pl</p>
</blockquote>

<p>Copy the next bit of text (titled, &#8220;Scripturizer.pm&#8221;), save it as a file and name it &#8220;Scripturizer.pm&#8221; Put this one in the following directory:</p>

<blockquote>
<p>http://www.robhulson.com/mt/extlib/<strong>Sermonizer</strong>/Scripturizer.pm</p>
</blockquote>

<p>Notice you need to create a folder/directory in the /extlib folder called &#8220;Sermonizer.&#8221; Did I mention that exact spelling is <em>essential?</em></p>

<p><strong>Change permissions to 755</strong> <br />
Change the permissions of both files to &#8220;755&#8221; and they&#8217;ll be usable files. Don&#8217;t ask me why; I&#8217;m a newbie! A visual FTP client will let you do this, and if you&#8217;re telnetting in, you probably already know how to chmod.</p>

<p><strong>Log out</strong> <br />
The documentation recommends you log out of your Movable Type admin. I figure you might as well do it.</p>

<p><strong>Change the templates</strong> <br />
Log back in. Here&#8217;s where things get dicey! I screwed up royally by misunderstanding what&#8217;s supposed to go on, here. I&#8217;m assuming you just want to add Scripturizer to your body entries, not sidebars and all that. If so, you need to alter your &#8220;Main Index,&#8221; and underneath all that (hidden to my eyes), locate the &#8220;Category Archive,&#8221; &#8220;Date-Based Archive,&#8221; and &#8220;Individual Archive&#8221; templates.</p>

<ol>
<li>Locate the tag <$MTEntryBody$> in each template.</li>
<li>Change it to <$MTEntryBody scripturize="ESV"$> (it&#8217;s not scripturize<strong>r</strong>, and make DOUBLY sure there are only <strong>two $ symbols</strong>. Say &#8220;No&#8221; to <$MTEntryBody$ scripturize="ESV"$>!</li>
<li>Locate the tag <$MTEntryMore$> in each template.</li>
<li>Chage it to <$MTEntryMore scripturize="ESV"$> Again, no &#8220;r&#8221; in scripturize and only two $ symbols. Both of these tell Movable Type that when it pulls up data from an entry body or extended entry, Scripturizer should look for Scripture references.</li>
</ol>

<p><strong>Conclusion</strong><br />
Save each time you update the code. When done, rebuild. If you follow this guide precisely and don&#8217;t misspell anything, this <em>ought</em> to work. Let me know if it does. I hope this helps the MT community.</p>

<p>Special thanks to <a href="http://thegreatlands.com/archives/000031.html">Joseph Markey</a> for helping clear things up for me, and to <a href="http://www.healyourchurchwebsite.com">Dean Peters</a> and <a href="http://vulpecula.us">Jonathan Fox</a> for creating this thing in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://robhulson.com/2004/02/how-to-the-scripturizer-for-dummies/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

