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
murlsh DESTINATION_DIRECTORY
cd DESTINATION_DIRECTORY
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"
This will make updates to your feed show up in Google Reader instantly.
h1. Updating
If you are using the gem and it gets updated to a new version you should run
the murlsh command again from your web directory to update plugins, javascript
and css. It will prompt before overwriting anything in case you have made
modifications.
Questions and comments: "matthewm@boedicker.org":mailto:matthewm@boedicker.org