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 (
jnunemaker (author)
Sat Oct 06 15:48:15 -0700 2007
commit 72bafb306b421730892c30db6845d7d8cc5297a4
tree 59eadb3ee0c20228d9b3d91b17e778469845e464
parent 083b930e2e7dcab8a3806bdaa39f8d017cf47663
tree 59eadb3ee0c20228d9b3d91b17e778469845e464
parent 083b930e2e7dcab8a3806bdaa39f8d017cf47663
mirrored /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Sat Oct 06 15:48:15 -0700 2007 | [jnunemaker] |
| |
License.txt | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
Manifest.txt | Sat Oct 06 13:37:51 -0700 2007 | [jnunemaker] |
| |
README.txt | Sat Oct 06 15:45:54 -0700 2007 | [jnunemaker] |
| |
Rakefile | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
config/ | Sat Oct 06 12:32:54 -0700 2007 | [jnunemaker] |
| |
lib/ | Sat Oct 06 15:48:15 -0700 2007 | [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/ | Sat Oct 06 13:37:51 -0700 2007 | [jnunemaker] |
| |
website/ | Sat Oct 06 13:40:36 -0700 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).




