Sha256: 6d1d9c6836079cf4c3db8cc1679ade1389fbf0ae624eae5c829d58caccad63f6

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

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>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tidy-1.0.0 README.txt.en
tidy-1.0.1 README.txt.en