Tidy README

Ruby interface to HTML Tidy Library Project (http://tidy.sf.net)

Requirements


* Recent version of Ruby
* RubyGems 1.8+ (http://rubygems.rubyforge.org)
* HTML Tidy Library (compiled)

Install


- Download library from http://tidy.sf.net (pre-compiled versions available)
- Download the tidy .gem file to a directory. Then type:
    $ gem install tidy .gem
- Open test/usage.rb, edit $TIDYLIB to point to your compiled tidy library, run.

Usage


See API docs

License


Distributes under the same terms as Ruby
http://www.ruby-lang.org/en/LICENSE.txt

Kevin Howe <kh at newclear.ca>