instiki/lib/chunks
Jacques Distler 116255dc0d Purify Categories
Apply the same methodology, as in Revision 432,
to the category chunk-handler. This completes
the replacement of all the code that looks like

  if string.is_utf8?
    do something
  else
    complain
  end

with code that looks like

  string.purify
  do something
2009-09-07 20:38:09 -05:00
..
category.rb Purify Categories 2009-09-07 20:38:09 -05:00
chunk.rb Export XHTML Pages 2009-01-23 11:02:16 -06:00
engines.rb Streamline Rake Task 2009-08-29 23:31:39 -05:00
include.rb Revert Revision 338 2009-01-15 22:42:09 -06:00
literal.rb Yikes! 2009-03-27 09:25:08 -05:00
nowiki.rb Better 2008-12-01 10:29:46 -06:00
redirect.rb Wiki Redirects and Page Renaming 2009-06-02 22:17:15 -05:00
test.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
uri.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
wiki.rb Support for HTML5 <audio> 2009-03-03 12:17:14 -06:00