JackDanger / taka forked from tenderlove/taka

Taka is a DOM (core and html) implementation for Ruby

This URL has Read+Write access

JackDanger (author)
Wed Feb 25 21:15:34 -0800 2009
commit  9e4dc8c327b4ecb91f9aec24b5331c3afa065bf6
tree    57b78fe6facd3e7200a10b61011c866973f42b4b
parent  4fe5444e752df405241a435f0695765179dd0347
taka /
name age message
file .gitignore Tue Jan 20 08:54:32 -0800 2009 adding gitignore [tenderlove]
file History.txt Sat Apr 04 00:04:20 -0700 2009 updating readme and changelog [tenderlove]
file Manifest.txt Loading commit data...
file README.txt Sat Jan 24 08:24:07 -0800 2009 updating docs [tenderlove]
file Rakefile Tue Jan 20 10:13:20 -0800 2009 removing nokogiri from taka [tenderlove]
directory lib/
directory test/ Thu Jan 22 20:49:27 -0800 2009 changing namespace around [tenderlove]
directory vendor/ Thu Jan 08 17:58:29 -0800 2009 I made our tests mad [tenderlove]
README.txt
= Taka

== DESCRIPTION:

Taka is a DOM (core and html) implementation for ruby

== FEATURES:


== SUPPORT:


== SYNOPSIS:

  document = Taka::DOM::HTML(open('http://google.com/'))
  document.getElementsByTagName('p')

== REQUIREMENTS:

* ruby 1.8 or 1.9
* nokogiri

== INSTALL:

* sudo gem install taka

== DEVELOPMENT:

== LICENSE:

(The MIT License)

Copyright (c) 2009:

* {Aaron Patterson}[http://tenderlovemaking.com]

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.