Sha256: 1fbd7a267d1f7aec7f3783b7bfd417419d623fc691f3b2950cd2a1f317714edf

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

HTML-AutoTag (ruby)
===================
Just another HTML tag generator for ruby.

Description
-----------
Generate HTML tags with ease (HTML4, HTML5, XHTML and SVG).

Synopsis
--------
```ruby
require 'HTML/AutoTag'

auto = HTML::AutoTag.new

puts auto.tag( 'tag' => 'p', 'cdata' => 'a paragraph' )
```

Installation
------------
We are currently pre-Alpha, so installation is not recommended.

* rake test
* rake build
* ~~rake install~~ :skull:

License and Copyright
---------------------
See [License](License.md).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
HTML-AutoTag-0.0.5 readme.md
HTML-AutoTag-0.0.4 readme.md
HTML-AutoTag-0.0.3 readme.md
HTML-AutoTag-0.0.2 readme.md
HTML-AutoTag-0.0.1 readme.md