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 402350d8e006e0b09ebf70da69d9b1c526252640
tree 35cfe071adaeeafcfeb944815a1cdb26828c9a9e
parent ff71fd72750417a0af4a32399303d19678312b6c
tree 35cfe071adaeeafcfeb944815a1cdb26828c9a9e
parent ff71fd72750417a0af4a32399303d19678312b6c
| name | age | message | |
|---|---|---|---|
| |
History.txt | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
Manifest.txt | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
README.txt | Fri Apr 04 18:13:47 -0700 2008 | [technicalpickles] |
| |
Rakefile | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
lib/ | Tue Apr 08 16:49:51 -0700 2008 | [technicalpickles] |
| |
test/ | Sun Jul 13 16:32:59 -0700 2008 | [technicalpickles] |
README.txt
deliciousr
by Josh Nichols
http://technicalpickles.com
== Description:
An attempt at a reasonable rubyeque wrapper around the del.icio.us API
== Usage
@user = Deliciousr::User.new('you', 'topsekrit')
@user.tags.each do |tag|
puts "#{tag.name} has been added to #{tag.count} post(s)"
unless tag.name.downcase == tag.name
tag.rename_all_to! tag.name.downcase
end
end
== Install:
* gem install deliciousr
== License:
(The MIT License)
Copyright (c) 2007 Josh Nichols
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.




