Sha256: 4794ce2363d31a3bf08da2f2eda88503075ebb7a939b3ffc8c1ab85bda51b0b1

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

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

See "http://urls.matthewm.boedicker.org/":http://urls.matthewm.boedicker.org/ for example.

Phusion Passenger Setup:

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

In the web directory:

<pre>
<code>
murlsh
edit config.yaml
rake db:init user:add
</code>
</pre>

Questions and comments: "matthewm@boedicker.org":mailto:matthewm@boedicker.org

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
murlsh-0.6.1 README.textile
murlsh-0.6.0 README.textile