Site for sharing and archiving links. * looks up url titles * adds thumbnails for and jGrowls embedded versions of Flickr, Imageshack, Vimeo and YouTube urls * converts Twitter status urls to their full text and adds user thumbnail * generates Atom and RSS feeds * regex search * embeds Flash mp3 player for mp3 urls * looks good on iPhone * PubSubHubbub notification * plug-in interface * rack interface * Gravatar support !http://static.mmb.s3.amazonaws.com/murlsh_screenshot.jpg! !http://static.mmb.s3.amazonaws.com/murlsh_iphone_screenshot.jpg! See "http://urls.matthewm.boedicker.org/":http://urls.matthewm.boedicker.org/ for example. h1. Installation h2. Phusion Passenger

gem sources -a http://gemcutter.org/
gem install murlsh

In the web directory:

murlsh
edit config.yaml
rake init

h1. PubSubHubbub Murlsh can notify "PubSubHubbub":http://code.google.com/p/pubsubhubbub/ hubs when a new url is added by adding them to config.yaml. The pubsubhubbub_hubs key is a list of hashes in the following format:

pubsubhubbub_hubs:
- publish_url: http://pubsubhubbub.appspot.com/publish
  subscribe_url: http://pubsubhubbub.appspot.com/

publish_url is where the notifications get sent subscribe_url is what gets put in the feed as link rel="hub" Questions and comments: "matthewm@boedicker.org":mailto:matthewm@boedicker.org