public
Description: Taka is a DOM (core and html) implementation for Ruby
Homepage:
Clone URL: git://github.com/tenderlove/taka.git
tenderlove (author)
Sat Jan 31 18:31:44 -0800 2009
commit  2d91546bf070df5da6d9b379f6a90706e14254c8
tree    d26433e107cfe1af8892b1405d83a86628546ee1
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 Fri Jan 16 20:08:21 -0800 2009 Merge branch 'master' into dom Conflicts: Man... [tenderlove]
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/ Sat Jan 31 18:31:44 -0800 2009 js_property? method for element [tenderlove]
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.