Simple site for a small group of people to share or archive urls. * looks up url titles * adds thumbnails for and jGrowls embedded versions of Flickr, Imageshack, Vimeo and YouTube urls * embeds Flash mp3 player for mp3 urls * Gravatar support * Atom feed * regex search * looks good on iPhone * rack interface * plug-in interface * PubSubHubbub notification !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