<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>AUTHORS</filename>
    </added>
    <added>
      <filename>CHANGELOG</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -26,4 +26,7 @@ white_list accepts a block for custom tag escaping.  Shown below is the default
 The block is called for all bad tags, and every text node.  node is an instance of HTML::Node (either HTML::Tag or HTML::Text).  
 bad is nil for text nodes inside good tags, or is the tag name of the bad tag.  
 
-  &lt;%= white_list(@article.body) { |node, bad| white_listed_bad_tags.include?(bad) ? nil : node.to_s.gsub(/&lt;/, '&amp;lt;') } %&gt;
\ No newline at end of file
+  &lt;%= white_list(@article.body) { |node, bad| white_listed_bad_tags.include?(bad) ? nil : node.to_s.gsub(/&lt;/, '&amp;lt;') } %&gt;
+  
+Original plugin website: http://weblog.techno-weenie.net/2006/9/3/white-listing-plugin-for-rails
+Original plugin SVN: http://svn.techno-weenie.net/projects/plugins/white_list/
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3bfb0184ff7344a226666f84f59fd758eb17eea</id>
    </parent>
  </parents>
  <author>
    <name>Dima Sabanin</name>
    <email>sdmitry@gmail.com</email>
  </author>
  <url>http://github.com/railsmonk/white_list_objectified/commit/2a3dcd7a49128a251fd3f3eef4d1a7adbd3429f7</url>
  <id>2a3dcd7a49128a251fd3f3eef4d1a7adbd3429f7</id>
  <committed-date>2008-09-24T09:30:37-07:00</committed-date>
  <authored-date>2008-09-24T09:30:37-07:00</authored-date>
  <message>Tweaking documentation a bit</message>
  <tree>322eca5e8a03284935ee5c01f6831d0d3c03daa6</tree>
  <committer>
    <name>Dima Sabanin</name>
    <email>sdmitry@gmail.com</email>
  </committer>
</commit>
