Files | Admin

Notes:

Release Name: 0.1.0

Notes: == Installation ruby script/plugin install svn://rubyforge.org/var/svn/pivotalrb/bookmark_fu/trunk/bookmark_fu == Configuration Installation copies configuration to RAILS_ROOT/config/bookmark_fu.yml. It includes all of the supported bookmarks by default. You may remove entries to hide link to specific services or reorder links to put them into a specific order. Here is an example exercpt from the configuration file: - Digg - Delicious - Reddit == Dependencies == Usage In a helper or controller, include the module BookmarkFu::SocialBookmarkingHelper. This will give you the bookmarks and bookmark methods. <%= bookmarks(your_url, title) # This will add all of your social bookmarks %> <%= bookmark(BookmarkFu::Digg, your_url, title) # This will add the Digg social bookmarks here %> == Copyright MIT License Copyright (c) 2007 Pivotal Labs 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.


Changes: