<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Comments for Sanitize Plugin</title>
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize" />
    <link rel="self" type="application/atom+xml" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize" />
    <id>tag:bradchoate.com,2007://4-</id>
    <updated>2006-03-19T23:16:54Z</updated>
    <subtitle>The man, the legend.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type -en-trunk--20070910</generator>
 

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:319</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c319" />
    <title>Comment from Phil Ringnalda on 2002-10-03</title>
    <author>
        <name>Phil Ringnalda</name>
        <uri>http://philringnalda.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://philringnalda.com/">
        How about stripping attributes from allowed tags (well, not href from a, but other than that)? I don't mind letting people make things bold, but I'd just as soon they don't make them style="color:lime; font-size:80px"]]>
    </content>
    <published>2002-10-03T19:14:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:320</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c320" />
    <title>Comment from Brad Choate on 2002-10-03</title>
    <author>
        <name>Brad Choate</name>
        <uri>http://www.bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bradchoate.com/">
        You could do that using the Macro plugin. Ie:

<p>&lt;MTMacroDefine ctag="a" name="comment_a" no_case="1"&gt;<br />
&lt;MTMacroAttr name="style" remove="1"&gt;&lt;MTMacroTag rebuild="1"&gt;&lt;MTMacroContent&gt;&lt;/a&gt;<br />
&lt;/MTMacroDefine&gt;</p>

<p>Then for your CommentBody tag:</p>

<p>&lt;MTCommentBody apply_macros="m/^comment_/"&gt;</p>]]>
    </content>
    <published>2002-10-03T19:26:29Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:321</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c321" />
    <title>Comment from l.m.orchard on 2002-10-03</title>
    <author>
        <name>l.m.orchard</name>
        <uri>http://www.decafbad.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.decafbad.com">
        Hey there... I've got a similar plugin to this (<a href="http://www.decafbad.com/twiki/bin/view/Main/?topic=MTCleanHTMLPlugin" rel="nofollow">MTCleanHTMLPlugin</a>), based on code I borrowed from LiveJournal.  One thing that they do that would be good to consider is extensive filtering out of javascript-enabling atttributes (ie. onclick, onmouseover, etc).  Nasty things have been known to happen down that road.  You could probably do something like that fairly simply by having a list of allowed attributes per tag, as well as allowed tags.]]>
    </content>
    <published>2002-10-03T22:01:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:324</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c324" />
    <title>Comment from Eduardo on 2002-10-05</title>
    <author>
        <name>Eduardo</name>
        <uri>http://www.naborsapts.org/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.naborsapts.org/">
        Brad, Great plug-in! Just a couple of comments:

<p>1. It closes tags that don't need to be closed, like the image tag.</p>

<p>2. It closes tags after the closing closing paragraph tag added by MT, so that the order of tags is not standard, i.e., p b /p /b, rather than p b /b /p.</p>

<p>3. If there's a br tag in the line, it doesn't close the b tag.</p>

<p>I don't know if all this matters to the Web browser, so maybe it's not that important.</p>]]>
    </content>
    <published>2002-10-06T03:11:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:325</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c325" />
    <title>Comment from girlie on 2002-10-05</title>
    <author>
        <name>girlie</name>
        <uri>http://www.thegirliematters.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.thegirliematters.com">
        Sorry about those double pings - the first time I saved the entry, the URL stayed in the box as though the ping had failed - at least, I thought that's what it meant. Hmmmm.]]>
    </content>
    <published>2002-10-06T03:21:06Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:329</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c329" />
    <title>Comment from Minh Nguy&#x1ec5;n on 2002-10-06</title>
    <author>
        <name>Minh Nguy&#x1ec5;n</name>
        <uri>http://mxn.netfirms.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mxn.netfirms.com/">
        Hi! I&rsquo;m currently configuring my blog to use your plugin, but I was wondering:

<p>My website uses XHTML. So I was wondering if your plugin supports elements from other namespaces, like <code>xml:lang</code>.</p>

<p>Thanks for making this plugin!</p>

<p>&nbsp;&mdash;&nbsp;<a href="http://mxn.netfirms.com/index.html" rel="nofollow">minger</a></p>]]>
    </content>
    <published>2002-10-07T01:27:55Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:330</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c330" />
    <title>Comment from michel v on 2002-10-06</title>
    <author>
        <name>michel v</name>
        <uri>http://tidakada.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://tidakada.com">
        Erm, it's not a problem with HTML. It's a problem with Movable Type, for God's sake. Its comments section is insecure out of the box.<br />
And with its thousands users... it only took almost a year to notice MT allowed just anything to pass without first checking it's secure ? I don't mean to badmouth MT, for in my mouth it would sound very biased, but please... LMAO, this is incredible :P<br />
Thank God (or Rasmus and friends) for PHP's strip_tags() function, which does just what you did.

<p>By the way, I just noticed you should also change any style, class, id attribute into a safer title attribute in the comments. This avoids defacements such as <a href="http://tidakada.com/archives/p/1900/more/1/c/1" rel="nofollow">this one</a>.<br />
(OK, so b2 was vulnerable to such ridicule 0wnage too until tonight, but at least it doesn't come with a giant security issue in the comments form by default, eheh ;)</p>]]>
    </content>
    <published>2002-10-07T02:50:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:333</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c333" />
    <title>Comment from Ben on 2002-10-07</title>
    <author>
        <name>Ben</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        michel -- MT is *not* insecure out of the box. By default, all files have the extension .html. There may be some obnoxious Javascript tricks that could be pulled using that configuration, but certainly nothing like the things you can do with PHP, SSI, etc.

<p>Now, it's true that the documentation could have been more clear about the dangers of using .php and .shtml as file extensions *with* static comments, but to say that this insecurity exists out of the box is completely false.</p>]]>
    </content>
    <published>2002-10-07T08:50:37Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:334</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c334" />
    <title>Comment from michel v on 2002-10-07</title>
    <author>
        <name>michel v</name>
        <uri>http://tidakada.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://tidakada.com">
        OK, I retract that statement about MT being insecure out of the box.<br />
But just because files have the extension .html by default doesn't mean comment data shouldn't be sanitised by default before being inserted in the database, don't you think ? :)]]>
    </content>
    <published>2002-10-07T10:26:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:336</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c336" />
    <title>Comment from Ben on 2002-10-07</title>
    <author>
        <name>Ben</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        Actually, it is (well, it's sanitized before being displayed on a public page, at least).

<p>Another default in a new MT blog is that HTML in comments is not allowed. So by default, all HTML in comments is completely stripped out--this includes both valid HTML tags and PHP/SSI/JSP/etc.</p>

<p>So in order to make it insecure you actually have to change the file extensions *and* check "allow HTML in comments". I forgot to mention that last night.</p>

<p>Anyway, yes, Brad's plugin is great, and it definitely fills a need.</p>]]>
    </content>
    <published>2002-10-07T19:29:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:340</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c340" />
    <title>Comment from TeledyN on 2002-10-10</title>
    <author>
        <name>TeledyN</name>
        <uri>http://www.auracom.com/~teledyn</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.auracom.com/~teledyn">
        Do you take plugin requests? ;) ... I'd like to propose a de-sanitizer (defiler??) that basically goes the otherway, it takes straight text and produces HTML.  Since you've posted a geekcode ;) then the technical word for what I would most like to see is a WikiText plugin.

<p>This would seem most similar to your santizer, and I think folding the easy-markup of WikiText into blogspace would open up blogging for a lot more people.  We just need to look at the size of Wikipedia to see that everyday people have no trouble with WikiText, but there's no way we're going to get more than 10% of the population using inline HTML.</p>

<p>what do you think?  doable?  desireable?</p>]]>
    </content>
    <published>2002-10-10T18:30:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:363</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c363" />
    <title>Comment from Sam on 2002-10-16</title>
    <author>
        <name>Sam</name>
        <uri>http://blog.sanityofsam.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.sanityofsam.com/">
        A suggestion that occurred to me recently. I've noticed that when people post HTML comments, and accidentally put in a line break (by pressing enter while typing, not with a &lt;br&gt; tag) in the middle of a tag, stuff stops working. For example, an image might not display, or other annoying things like that.

<p>I'm pretty sure it would be an easy fix that could tie in nicely with the checking for a close tag, but I'm a perl retard, and thus cannot implement it myself.</p>

<p>Just a suggestion :)</p>]]>
    </content>
    <published>2002-10-17T00:13:36Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:392</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c392" />
    <title>Comment from Norm Jenson on 2002-10-31</title>
    <author>
        <name>Norm Jenson</name>
        <uri>http://www.onegoodmove.org/1gm</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.onegoodmove.org/1gm">
        A question from a novice.  After creating the directories and installing the files Is it correct that I replace  with  in the comment template]]>
    </content>
    <published>2002-10-31T10:20:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:451</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c451" />
    <title>Comment from nardo on 2002-11-27</title>
    <author>
        <name>nardo</name>
        <uri>http://www.norestforthewicked.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.norestforthewicked.net">
        <br />
An error occurred:

<p>bradchoate/sanitize.pm did not return a true value at plugins/sanitize.pl line 28.</p>

<p>this is my code:<br />
</p>

<p>recognise this error?</p>

<p>thanks, nardo</p>]]>
    </content>
    <published>2002-11-27T11:42:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:455</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c455" />
    <title>Comment from Brian on 2002-12-03</title>
    <author>
        <name>Brian</name>
        <uri>http://bionicbrian.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bionicbrian.com">
        I think this plugin is stripping the target from my href's. The target="_blank" exists in the comment entry but is not getting through to the HTML. Do I need to include something for target in my allowable tags? I tried including target already.]]>
    </content>
    <published>2002-12-04T00:59:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:662</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c662" />
    <title>Comment from girlie on 2003-02-02</title>
    <author>
        <name>girlie</name>
        <uri>http://www.thegirliematters.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.thegirliematters.com">
        Quote:

<p>"One more feature of the Sanitize plugin is that while it scans the HTML for tags, it keeps up with which tags have been opened and closed. By the end of the data, if there are any tags that weren&#8217;t closed, it will append closure tags for each of them."</p>

<p>Can this be refined a bit? I'm having a little trouble, which is easiest explained by pointing you to the second page of <a href="http://www.movabletype.org/cgi-bin/ikonboard/ikonboard.cgi?s=3e3d97a12a19ffff;act=ST;f=12;t=5919;st=15" rel="nofollow">this support forum thread</a>. It may be closing a tag for me prematurely?? Or do you think it's something else causing this?</p>

<p>Thanks! Love the new site, btw!</p>]]>
    </content>
    <published>2003-02-03T02:14:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:762</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c762" />
    <title>Comment from Garrett on 2003-02-20</title>
    <author>
        <name>Garrett</name>
        <uri>http://www.maniacalrage.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net">
        To allow the target tag, put this in your allowed tags:

<p>a href target</p>

<p>Additionally, you can include title as well, allowing someone to create a full link.</p>]]>
    </content>
    <published>2003-02-20T23:07:52Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-comment:873</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#c873" />
    <title>Comment from Jason on 2003-03-28</title>
    <author>
        <name>Jason</name>
        <uri>http://blog.druidic.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.druidic.net/">
        What's the correct way to declare a singular tag with attributes?

<p>img src width height alt/</p>

<p>Or</p>

<p>img/ src width height alt</p>]]>
    </content>
    <published>2003-03-29T02:51:16Z</published>
</entry>


<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:51</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p51" />
    <title>Sanitary comments</title>
    <author>
        <name>Kalsey Consulting Group</name>
        <uri>http://kalsey.com/blog/2002/10/sanitary_comments.stm</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kalsey.com/blog/2002/10/sanitary_comments.stm">
        The Sanitize plugin improves security for outside HTML on Movable Type Weblogs.
    </content>
    <published>2002-10-03T20:58:17Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:55</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p55" />
    <title>Deny everything</title>
    <author>
        <name>Kalsey Consulting Group</name>
        <uri>http://kalsey.com/blog/2002/10/deny_everything.stm</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kalsey.com/blog/2002/10/deny_everything.stm">
        When thinking security, only open what is neccessary. Block everything else, including the unknown.
    </content>
    <published>2002-10-03T21:20:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:60</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p60" />
    <title>MTCleanHTMLPlugin has a &quot;competitor&quot;</title>
    <author>
        <name>0xDECAFBAD</name>
        <uri>http://www.decafbad.com/news_archives/000302.phtml</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.decafbad.com/news_archives/000302.phtml">
        Like the MTCleanHTMLPlugin I released a little while ago, Brad Choate&apos;s new MT Sanitize Plugin appears to do the same job. I haven&apos;t tried it yet, but since I&apos;m using a pile of Brad&apos;s plugins and have based all of mine upon his examples, I&apos;m assuming i...
    </content>
    <published>2002-10-03T22:04:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:61</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p61" />
    <title>sanitize plugin</title>
    <author>
        <name>scriptygoddess.com</name>
        <uri>http://www.scriptygoddess.com/archives/001451.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.scriptygoddess.com/archives/001451.php">
        Worried about people posting malicious code in your comments, but still want the functionality of HTML enabled comments?? You might
    </content>
    <published>2002-10-04T04:41:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:63</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p63" />
    <title>Sanitize Plugin: para limpiar los abusos de HTML en los Comments.</title>
    <author>
        <name>mini-d</name>
        <uri>http://www.minid.net/archives/000714.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.minid.net/archives/000714.php">
        No es ninguna mala idea, Sanitize lo debe hacer bien... limpiar todo tipo de errores que la gente escribe en
    </content>
    <published>2002-10-04T19:31:04Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:64</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p64" />
    <title>/bradchoate/ is the funniest subdirectory on my server.</title>
    <author>
        <name>Live in the Delirious Cool</name>
        <uri>http://www.deliriouscool.org/archives/000681.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.deliriouscool.org/archives/000681.php">
        OH MY GOD IT DIDNT WORK! It worked in the &quot;preview&quot; thing, I swear!!! If you didn&apos;t watch the Amazing
    </content>
    <published>2002-10-05T13:47:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:66</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p66" />
    <title>sanitize plugin</title>
    <author>
        <name>Girlie&apos;s Tips and Tricks</name>
        <uri>http://www.thegirliematters.com/tips/archives/0210/sanitize_plugin.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.thegirliematters.com/tips/archives/0210/sanitize_plugin.php">
        Get thee post haste to Brad Choate&apos;s site and pick up the MT Sanitize plugin! Apply to all of your
    </content>
    <published>2002-10-06T02:20:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:67</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p67" />
    <title>Sanitized for our protection</title>
    <author>
        <name>Backup Brain</name>
        <uri>http://www.backupbrain.com/2002_10_06_archive.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.backupbrain.com/2002_10_06_archive.html">
        New MT plugin added here: Brad Choate&apos;s Sanitize Plugin. If all goes well, you shouldn&apos;t notice anything a&apos;tall. But I
    </content>
    <published>2002-10-08T05:33:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:72</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p72" />
    <title>Calling security ...</title>
    <author>
        <name>***Dave Does the Blog</name>
        <uri>http://www.hill-kleerup.org/blog/mtarchive/002894.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hill-kleerup.org/blog/mtarchive/002894.html">
        Haven&apos;t installed MT 2.5 yet, but I found something I&apos;ll be installing at the same time: Brad Choate&apos;s Sanitize Plugin.
    </content>
    <published>2002-10-09T16:16:16Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:87</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p87" />
    <title>Just a Tip...</title>
    <author>
        <name>Big Pink Cookie</name>
        <uri>http://www.bigpinkcookie.com/archives/004131.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bigpinkcookie.com/archives/004131.html">
        I have seen posts around the weblog world about people signing up for NaNoWriMo. (No, I am not one of
    </content>
    <published>2002-10-13T18:17:24Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:107</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p107" />
    <title>Now with 23% More Functionality!</title>
    <author>
        <name>Maximum Aardvark</name>
        <uri>http://www.maximumaardvark.com/archives/2002/10/23.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maximumaardvark.com/archives/2002/10/23.html">
        Remember that unpleasantness from early October? Sometime around then I disabled HTML in comments to this site (because I don&apos;t want to have to look at a man&apos;s gaping asshole
    </content>
    <published>2002-10-24T03:07:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:164</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p164" />
    <title>sanitize plugin</title>
    <author>
        <name>scriptygoddess.com</name>
        <uri>http://www.scriptygoddess.com/archives/001451.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.scriptygoddess.com/archives/001451.php">
        Worried about people posting malicious code in your comments, but still want the functionality of HTML enabled comments?? You might
    </content>
    <published>2002-11-20T04:11:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:168</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p168" />
    <title>Sanitize your comments</title>
    <author>
        <name>The Ducks of Plato</name>
        <uri>http://www.platoduck.com/pd-archives/000009.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.platoduck.com/pd-archives/000009.html">
        Theory had it today was supposed to be concentrating on sorting out the XHTML validation issues that I&apos;ve got on
    </content>
    <published>2002-11-22T05:26:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:193</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p193" />
    <title>plugin maddness</title>
    <author>
        <name>blakecam.com | rant</name>
        <uri>http://www.blakecam.com/rant/archives/000971.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.blakecam.com/rant/archives/000971.php">
        i have been working like mad installing a number of scripts and movabletype plugins to
    </content>
    <published>2002-12-12T23:20:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:195</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p195" />
    <title>PHP and more</title>
    <author>
        <name>J : Da Blog</name>
        <uri>http://www.jasmeet.net/archives/000695.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jasmeet.net/archives/000695.php">
        My page now has a .php extension. I&apos;ve probably been living under a rock, but I had no idea you
    </content>
    <published>2002-12-15T14:46:28Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:205</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p205" />
    <title>Blog: How My Blog Works</title>
    <author>
        <name>Richy&apos;s Random Ramblings</name>
        <uri>http://blog.beebware.co.uk/archives/000138.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.beebware.co.uk/archives/000138.html">
        How my blog works, what software (and plugins) are used and how it all sticks together.
    </content>
    <published>2002-12-19T23:11:24Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:210</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p210" />
    <title>MT sanitize plugin</title>
    <author>
        <name>anil dash&apos;s daily links</name>
        <uri>http://www.dashes.com/links/archives/20021215.php#004469</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/links/archives/20021215.php#004469">
        http://www.bradchoate.com/past/mtsanitize.php
    </content>
    <published>2002-12-20T02:49:46Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:212</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p212" />
    <title>No Explosions At My House</title>
    <author>
        <name>Team Murder</name>
        <uri>http://www.teammurder.com/archives/000419.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.teammurder.com/archives/000419.html">
        After hearing about Spring ninety thousand times from people that really should know what they&apos;re talking about I wandered over
    </content>
    <published>2002-12-20T09:48:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:245</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p245" />
    <title>Now with 23% More Functionality!</title>
    <author>
        <name>Maximum Aardvark</name>
        <uri>http://www.maximumaardvark.com/archives/2002/10/23.html#001451</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maximumaardvark.com/archives/2002/10/23.html#001451">
        Remember that unpleasantness from early October? Sometime around then I disabled HTML in comments to this site (because I don&apos;t want to have to look at a man&apos;s gaping asshole
    </content>
    <published>2003-01-02T20:56:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:254</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p254" />
    <title>So far, so good</title>
    <author>
        <name>Jonathon Delacour</name>
        <uri>http://weblog.delacour.net/archives/000802.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://weblog.delacour.net/archives/000802.html">
        Happily, the move seems to have worked. I was able to see the new server less than 24 hours after changing the DNS. It&apos;s such a relief to be on a Linux server instead of IIS&#8212;the support people at my previous host were excellent but I love being a...
    </content>
    <published>2003-01-04T14:39:31Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:269</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p269" />
    <title>Do you have protection?</title>
    <author>
        <name>As deep as a puddle after a hard rain</name>
        <uri>http://www.lunanina.com/musings/archives/week_2003_01_05.php#002769</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lunanina.com/musings/archives/week_2003_01_05.php#002769">
        For my MT buddies:: I&apos;m not all up on the bad that can happen through allowing HTML in comments, but better to be safe than sorry right? I installed Brad Choate&apos;s Sanitize Plug-in and it was pretty simple going. You guys may want to look into it, if yo...
    </content>
    <published>2003-01-12T05:42:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:275</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p275" />
    <title>ctrl+c  ctrl+v</title>
    <author>
        <name>TummyMonsters</name>
        <uri>http://www.tummymonsters.com/archives/000564.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tummymonsters.com/archives/000564.php">
        i&apos;ve been a happy little copy and paster the last couple of days. i finally got around to installing the
    </content>
    <published>2003-01-14T06:38:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:276</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p276" />
    <title>there&apos;s a hole in your blog</title>
    <author>
        <name>kd: a blog</name>
        <uri>http://kdblog.com/arc/000536.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kdblog.com/arc/000536.php">
        well, there might be. if you allow HTML in your comments, you could have the same thing happen to you
    </content>
    <published>2003-01-14T09:48:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:306</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p306" />
    <title>http://retrogra.de/archives/2003/01/26/.html</title>
    <author>
        <name>retrogra.de</name>
        <uri>http://retrogra.de/archives/2003/01/26/.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://retrogra.de/archives/2003/01/26/.html">
        Und wieder zwei kleine Updates vollendet. Zum einen die &quot;Top 20 Referrers&quot; auf der Indexseite und auf den Seiten der
    </content>
    <published>2003-01-26T21:07:52Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:307</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p307" />
    <title>Pay no attention to that man behind the curtain</title>
    <author>
        <name>retrogra.de</name>
        <uri>http://retrogra.de/archives/2003/01/26/pay_no_attention_to_that_man_behind_the_curtain.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://retrogra.de/archives/2003/01/26/pay_no_attention_to_that_man_behind_the_curtain.html">
        Und wieder zwei kleine Updates vollendet. Zum einen die &quot;Top 20 Referrers&quot; auf der Indexseite und auf den Seiten der
    </content>
    <published>2003-01-26T21:09:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:329</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p329" />
    <title>Movable Type version 2.6 is just around the corner</title>
    <author>
        <name>The Maelström</name>
        <uri>http://WWW.THEMAELSTROM.NET/archives/2003/01/28/movable_type_version_26_is_just_around_the_corner.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://WWW.THEMAELSTROM.NET/archives/2003/01/28/movable_type_version_26_is_just_around_the_corner.php">
        
    </content>
    <published>2003-01-29T18:04:19Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:349</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p349" />
    <title>Rogue Tags, Serendipitous Plugins</title>
    <author>
        <name>Tangleweeds</name>
        <uri>http://www.tangleweeds.com/archives/000007.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tangleweeds.com/archives/000007.html">
        So I had a major adventure posting yesterday&apos;s message, and made an entirely uninformed decision that it happened because the
    </content>
    <published>2003-02-02T11:40:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:422</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p422" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/15/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/15/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T02:58:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:423</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p423" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T03:00:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:424</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p424" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T03:04:17Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:434</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p434" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T21:29:16Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:438</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p438" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T21:53:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:439</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p439" />
    <title>Movable Type 2.6</title>
    <author>
        <name>Erik&apos;s Weblog</name>
        <uri>http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.codefaktor.de/weblog/archives/2003/02/14/000040.html">
        Movable Type 2.6 was released today and I just upgraded to the new version. Since I spread the different MT
    </content>
    <published>2003-02-15T21:58:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:508</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p508" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T19:03:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:509</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p509" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T19:11:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:510</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p510" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T19:21:37Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:511</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p511" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T19:57:47Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:520</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p520" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T21:40:38Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:523</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p523" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T21:42:46Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:529</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p529" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003_02.php#000238</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003_02.php#000238">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable
    </content>
    <published>2003-02-21T23:57:15Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:601</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p601" />
    <title>All things Movable Type</title>
    <author>
        <name>dive into mark</name>
        <uri>http://diveintomark.org/archives/2003/02/14/all_things_movable_type.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://diveintomark.org/archives/2003/02/14/all_things_movable_type.html">
        Movable Type 2.6 is out.  Here&apos;s what&apos;s new, and how to use it.
    </content>
    <published>2003-02-27T08:55:54Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:613</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p613" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-02T23:34:40Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:615</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p615" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-02T23:47:10Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:616</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p616" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-03T00:32:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:619</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p619" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-03T03:15:55Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:620</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p620" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-03T03:18:41Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:630</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p630" />
    <title>damned hackers</title>
    <author>
        <name>sometimes daily</name>
        <uri>http://www.diversionary.net/daily/archive/000312.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.diversionary.net/daily/archive/000312.php">
        If you&apos;re running Movable Type (pre v2.6) and don&apos;t have the Sanitize plugin, grab a copy and install it. Better...
    </content>
    <published>2003-03-05T09:54:49Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:771</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p771" />
    <title>Just a Tip...</title>
    <author>
        <name>Big Pink Cookie</name>
        <uri>http://www.bigpinkcookie.com/archives/004131.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bigpinkcookie.com/archives/004131.html">
        I have seen posts around the weblog world about people signing up for NaNoWriMo. (No, I am not one of...
    </content>
    <published>2003-05-05T18:40:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:840</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p840" />
    <title>Sanitize Plugin</title>
    <author>
        <name>daily bLog by snotch</name>
        <uri>http://bloggers.ja.bz/sunouchi/archives/000085.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bloggers.ja.bz/sunouchi/archives/000085.php">
        Sanitize plugin introduction for japanese.
    </content>
    <published>2003-06-03T23:14:40Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1229</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1229" />
    <title>MT Plugins</title>
    <author>
        <name>Opinion</name>
        <uri>http://www.redwolf.com.au/column/opinion/archive/001380.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.redwolf.com.au/column/opinion/archive/001380.html">
        A couple more MT plugins from the prolific Brad Choate have been added to the system. First is Sanitise, which allows unwanted HTML to be stripped from comment displays. This was due to a problem caused by a closing tag being cropped by the recent comm...
    </content>
    <published>2003-10-18T06:38:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1231</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1231" />
    <title>MT Plugins</title>
    <author>
        <name>Opinion</name>
        <uri>http://www.redwolf.com.au/column/opinion/archive/001380.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.redwolf.com.au/column/opinion/archive/001380.html">
        A couple more MT plugins from the prolific Brad Choate have been added to the system. First is Sanitise, which allows unwanted HTML to be stripped from comment displays. This was due to a problem caused by a closing tag being cropped by the recent comm...
    </content>
    <published>2003-10-18T06:39:31Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1233</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1233" />
    <title>MT Plugins</title>
    <author>
        <name>Opinion</name>
        <uri>http://www.redwolf.com.au/column/opinion/archive/001380.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.redwolf.com.au/column/opinion/archive/001380.html">
        A couple more MT plugins from the prolific Brad Choate have been added to the system. First is Sanitise, which allows unwanted HTML to be stripped from comment displays. This was due to a problem caused by a closing tag being cropped by the recent comm...
    </content>
    <published>2003-10-18T07:08:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1237</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1237" />
    <title>ctrl+c  ctrl+v</title>
    <author>
        <name>TummyMonsters</name>
        <uri>http://www.tummymonsters.com/archives/000564.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tummymonsters.com/archives/000564.php">
        i&apos;ve been a happy little copy and paster the last couple of days. i finally got around to installing the
    </content>
    <published>2003-10-22T05:45:07Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1256</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1256" />
    <title>Just like riding a bicycle</title>
    <author>
        <name>Take the First Step</name>
        <uri>http://www.ideoplex.com/blog/2003/10/30.html#a677</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ideoplex.com/blog/2003/10/30.html#a677">
        They say that programming in a language is just like riding a bicycle 
    </content>
    <published>2003-10-30T17:36:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1257</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1257" />
    <title>Just like riding a bicycle</title>
    <author>
        <name>Take the First Step</name>
        <uri>http://www.ideoplex.com/blog/2003/10/30.html#a677</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ideoplex.com/blog/2003/10/30.html#a677">
        I decided to borrow some code from Brad Choate&apos;s Movable Type Sanitize Plugin. Fortunately, the code was available as a perl module and easy to add.
    </content>
    <published>2003-10-30T17:38:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1293</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1293" />
    <title>Sanitize Usage</title>
    <author>
        <name>ManiacalRage</name>
        <uri>http://www.maniacalrage.net/archives/2003/02/sanitize_usage.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.maniacalrage.net/archives/2003/02/sanitize_usage.php">
        Based on some changes I made around here, and a question posed by shawnmorrison last night, I&apos;m gonna post a few quick notes about Brad Choate&apos;s Sanitize plugin for Movable...
    </content>
    <published>2003-11-20T00:04:41Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1349</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1349" />
    <title>Movable Type version 2.6 is just around the corner</title>
    <author>
        <name>The Maelström - Blog</name>
        <uri>http://WWW.THEMAELSTROM.NET/log/2003/01/28/movable_type_version_26_is_just_around_the_corner.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://WWW.THEMAELSTROM.NET/log/2003/01/28/movable_type_version_26_is_just_around_the_corner.php">
        
    </content>
    <published>2003-12-15T23:56:46Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1360</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1360" />
    <title>MT Plugins</title>
    <author>
        <name>Opinion</name>
        <uri>http://www.redwolf.com.au/column/opinion/archive/000147.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.redwolf.com.au/column/opinion/archive/000147.html">
        A couple more MT plugins from the prolific Brad Choate have been added to the system. First is Sanitise, which allows unwanted HTML to be stripped from comment displays. This was due to a problem caused by a closing tag being cropped by the recent comm...
    </content>
    <published>2003-12-18T08:09:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1362</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1362" />
    <title>MT Plugins</title>
    <author>
        <name>Opinion</name>
        <uri>http://www.redwolf.com.au/column/opinion/archive/000147.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.redwolf.com.au/column/opinion/archive/000147.html">
        A couple more MT plugins from the prolific Brad Choate have been added to the system. First is Sanitise, which allows unwanted HTML to be stripped from comment displays. This was due to a problem caused by a closing tag being cropped by the recent comm...
    </content>
    <published>2003-12-18T08:10:03Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1372</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1372" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-12-23T07:28:01Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.1053-ping:1614</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.1053" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/10/03/mtsanitize#p1614" />
    <title>Rogue Tags, Serendipitous Plugins</title>
    <author>
        <name>Tangleweeds</name>
        <uri>http://www.tangleweeds.com/archives/000007.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tangleweeds.com/archives/000007.html">
        So I had a major adventure posting yesterday&apos;s message, and made an entirely uninformed decision that it happened because the
    </content>
    <published>2004-03-25T22:11:18Z</published>
</entry>

</feed>