File: README.txt.en

package info (click to toggle)
libtidy-ruby 1.1.2-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 84 kB
  • ctags: 45
  • sloc: ruby: 234; makefile: 38
file content (36 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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).
  
  - Install files using one of the following:

    $ gem install tidy-x-x-x.gem
    $ ruby install.rb

  - Open test/usage.rb, change Tidy.path 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>