Sha256: dfdcf7c45701bdb9fb23fdfb5c21b2261392d24efd5a33b9b379daa524528e9f

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

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

<pre>
<code>
gem sources -a http://gemcutter.org/
gem install murlsh
</code>
</pre>

In the web directory:

<pre>
<code>
murlsh
edit config.yaml
rake init
</code>
</pre>

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:

<pre>
<code>
pubsubhubbub_hubs:
- publish_url: http://pubsubhubbub.appspot.com/publish
  subscribe_url: http://pubsubhubbub.appspot.com/
</code>
</pre>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
murlsh-0.8.1 README.textile