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 88b8a1bddb602eee1f16aa615979a41901743806
tree cce26220983ff20791d871adcbe601b27f601463
parent 2dabc6e488cf5f5897a6258d76c1b62df3f4d851
tree cce26220983ff20791d871adcbe601b27f601463
parent 2dabc6e488cf5f5897a6258d76c1b62df3f4d851
mirrored /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Wed Feb 13 18:49:14 -0800 2008 | [jnunemaker] |
| |
License.txt | Wed Feb 13 18:49:14 -0800 2008 | [jnunemaker] |
| |
Manifest.txt | Wed Feb 13 18:49:14 -0800 2008 | [jnunemaker] |
| |
README.txt | Sat Oct 06 15:45:54 -0700 2007 | [jnunemaker] |
| |
Rakefile | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
config/ | Sun Oct 28 13:31:34 -0700 2007 | [jnunemaker] |
| |
lib/ | Wed Feb 13 23:37:50 -0800 2008 | [jnunemaker] |
| |
script/ | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
setup.rb | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
tasks/ | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
test/ | Sun Oct 28 12:56:41 -0700 2007 | [jnunemaker] |
| |
website/ | Mon Nov 19 17:04:45 -0800 2007 | [jnunemaker] |
README.txt
= Mirrored Mirrored is a really easy to use wrapper for the delicious api (http://del.icio.us/help/api) and magnolia's mirrored version (http://wiki.ma.gnolia.com/Mirror%27d_API). == Install sudo gem install mirrored -y == Usage 1. Setup your connection to either :magnolia or :delicious. Mirrored::Base.establish_connection(:magnolia, 'jnunemaker', 'password') 2. Work the mirrored classes (Post, Tag, Update and Date) # => posts tagged ruby Mirrored::Post.find(:get, :tag => 'ruby') You can also manipulate tags, find out when your last update was and see information about your posting habits. See the rubyforge page for more information (http://mirrored.rubyforge.org).




