<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Discourse.net/Movable Type</title>
<link>http://www.discourse.net/archives/rooms/movable_type/</link>
<description>Movable Type-related posts from Discourse.net</description>
<item>
<title>Movable Type Goes Open Source</title>
<description><![CDATA[<p><a href="http://www.movabletype.org/2007/12/movable_type_open_source.html">Movable Type is now Open Source.</a>  That&#8217;s good.</p>

<p>Does this mean I should upgrade from version 2.64?  What is the current version anyway?  And how on earth would I get there from here?</p>]]>
    </description>
<guid>http://www.discourse.net/archives/2007/12/movable_type_goes_open_source.html</guid>
</item><item>
<title>Obscure Technical Post</title>
<description><![CDATA[<p>Just in case anyone else is trying to find the answer to this, if rebuilding a Movable Type 2.6x blog produces an error message of <blockquote>Wide character in print at ... /mt/lib/MT/FileMgr/Local.pm line 88</blockquote>the answer can (only?) be found at <a href="http://web.archive.org/web/20050210210707/www.pkshiu.com/loft/archives/2004/11/movable_type_er.html">archive.org</a>.  </p>

<p>Just to make it easier, below I've copied the key instructions from the missing post at pkshiu.com.</p>]]>
    <![CDATA[<p>Navigate to your Local.pm file and open it in an editor (don't forget to back it up first!).  In the file, find
<pre>if ($fmgr->is_handle($from)) {
        while (my $len = read $from, my($block), 8192) {
            print FH $block;
            $bytes += $len;
        }

    }</pre>
See what's after it, and add what you need (no deletions!) so that the lines following immediately after the above look like this:<br /><pre>elsif(utf8::is_utf8($from)) {
             utf8::encode($from);
             print FH $from;
             $bytes = length($from);

} else {
        print FH $from;
        $bytes = length($from);
    }
    close FH;
    umask($old);
    $bytes;</pre></p><p>It solved my problem.</p>]]></description>
<guid>http://www.discourse.net/archives/2006/04/obscure_technical_post.html</guid>
</item><item>
<title>Good Plugin; Great Legal Summary</title>
<description><![CDATA[<p>I&#8217;ll probably be installing the <a title="SimpleComments :: Kalsey Consulting Group" href="http://kalsey.com/2003/02/simplecomments/">SimpleComments</a> MT plugin soon.  Merging Trackbacks &amp; comments seems sensible to me, although I&#8217;m slightly concerned about whether it plays nice with the <a href="http://www.jayallen.org/journey/2003/10/mtblacklist_stop_spam_now">MT-Blacklist</a> plugin.</p>

<p>But I have to admit that what I really love most about Simple Comments is the authors&#8217; summary of the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a> which goes like this:</p>

<blockquote>Like our other freeware, this plugin is released under the open-source <span class="caps">MIT </span>License. In plain English, that means you can do whatever you want with the software, including modifying it, selling it, or eating it, but we&#8217;re not responsible for anything that goes wrong.</blockquote>]]>
    </description>
<guid>http://www.discourse.net/archives/2003/10/good_plugin_great_legal_summary.html</guid>
</item><item>
<title>Two Things I Wish I Could Do In Movable Type</title>
<description><![CDATA[<p>Thanks to <a href="http://www.henryfarrell.net/">Henry Farrell</a>&#8217;s sage advice, I&#8217;ve loaded up the <a href="http://www.bradchoate.com/past/mttextile.php">Textile</a> and <a href="http://daringfireball.net/projects/smartypants/">Smartypants</a> plugins, which are very nice indeed.  I&#8217;ve had a very quick trawl through the plugin directories, and nothing else jumps out at me as both stable and necessary or even that useful unless I want to do complex things I probably don&#8217;t have the time to do.  (Suggestions welcomed.)</p>

<p>But there are still two features I really wish I had in Movable Type.  First, a spell-checker.  I am dyslexic and a terrible speller (Bad spellers of the world, untie! Dyslexia rules <span class="caps">KO</span>!).  Second, the ability to queue up a post.  Over at <a href="http://www.icannwatch.org">ICANNWatch</a>, the <a href="http://slashcode.com/">Slash</a>  software lets me post stuff with a future date, and won&#8217;t actually put it onto the web page until it&#8217;s ripe.  Movable Type will let me give something a future date, but will post it right away anyway.</p>

<p>Architecturally, that&#8217;s understandable: Movable Type doesn&#8217;t do anything in the background, which makes it much less temperamental than Slashdot, and conserves resources.  But what if I was willing to run, say, a cron job looking for <span class="caps">MT</span> items due to post?  There must be a way&#8230;</p>]]>
    </description>
<guid>http://www.discourse.net/archives/2003/10/two_things_i_wish_i_could_do_in_movable_type.html</guid>
</item><item>
<title>The Strange Case of the (Mostly) Invisbile Archive - A Movable Type Glitch?</title>
<description><![CDATA[<p>I&#8217;m having an odd problem with <a href="http://www.movabletype.org">Movable Type</a>, the great free software that powers this blog.  The template that provides the <a title="Discourse.net: September 2003 Archives" href="http://www.discourse.net/archives/2003/09/index.html">monthly  archives</a> is acting up.  It works fine in Mozilla&#8212;showing me the whole month&#8217;s worth of stuff&#8212;but when I test it in <span class="caps">IE </span>(under Windows), it only shows the earliest post for the month.  Yet, when I view the source code, the text for the month is all there.  It&#8217;s just not getting shown by the browser.  I&#8217;ve downloaded the archive page, and the same thing happens when I view it as a local file.  (I suspect I&#8217;m having a similar problem with the daily archive but haven&#8217;t tested as much.)</p>

<p>Anyone out there who can shed light on this?</p>

<p><strong>Update</strong>: Thanks to a very helpful reader, it&#8217;s fixed!  It seems I had a bad closing-comment tag, and <span class="caps">IE</span> is just fussier about those.</p>]]>
    </description>
<guid>http://www.discourse.net/archives/2003/09/the_strange_case_of_the_mostly_invisbile_archive_a_movable_type_glitch.html</guid>
</item>
</channel>
</rss>