This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 2d91546bf070df5da6d9b379f6a90706e14254c8
tree d26433e107cfe1af8892b1405d83a86628546ee1
parent 4fe5444e752df405241a435f0695765179dd0347
tree d26433e107cfe1af8892b1405d83a86628546ee1
parent 4fe5444e752df405241a435f0695765179dd0347
taka /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jan 20 08:54:32 -0800 2009 | |
| |
History.txt | Sat Apr 04 00:04:20 -0700 2009 | |
| |
Manifest.txt | Fri Jan 16 20:08:21 -0800 2009 | |
| |
README.txt | Sat Jan 24 08:24:07 -0800 2009 | |
| |
Rakefile | Tue Jan 20 10:13:20 -0800 2009 | |
| |
lib/ | Sat Jan 31 18:31:44 -0800 2009 | |
| |
test/ | Thu Jan 22 20:49:27 -0800 2009 | |
| |
vendor/ | Thu Jan 08 17:58:29 -0800 2009 |
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.







