url.markr 20060517 review

Download
by rbytes.net on

url.markr is a personal bookmark manager written in Ruby on Rails

License: GPL (GNU General Public License)
File size: 0K
Developer: url.markr Team
0 stars award from rbytes.net

url.markr is a personal bookmark manager written in Ruby on Rails. url.markr has support for tagging of bookmarks, RSS feeds of links for each tag, inline editing of bookmarks, and tag autocompletion on entering a new bookmark.

Requirements:
Ruby 1.8.2 or higher
Rails 1.1
acts_as_taggable (gem install acts_as_taggable)
MySQL with Ruby bindings
Firefox 1.5+ and Internet Explorer 6 (not yet tested on other browsers)

Getting started:

Checkout the source code (svn checkout https://opensvn.csie.org/urlmarkr) or download the latest tarball from RubyForge.
Create database called urlmarkr. Create the database schema using db/urlmarkr.sql
Change the config/database.yml to reflect your newly created database configuration
Start the web server: ruby script/server (run with --help for options)
Go to http://localhost:3000/ and your on your way!
You can easily bookmark pages using the Bookmarklet found under the options menu. Simply drag it too your bookmarks toolbar for easy access.

What's New in This Release:
This version adds support for importing your existing del.icio.us bookmarks, either all at once or any number of your most recent posts.
Initial search functionality has also been added.

url.markr 20060517 search tags