murlsh 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +7 -6
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/murlsh/url_body.rb +1 -1
- data/murlsh.gemspec +2 -2
- data/public/js/js.js +0 -4
- metadata +3 -3
data/README.textile
CHANGED
@@ -1,15 +1,16 @@
|
|
1
|
-
|
1
|
+
Site for sharing and archiving links.
|
2
2
|
|
3
3
|
* looks up url titles
|
4
4
|
* adds thumbnails for and jGrowls embedded versions of Flickr, Imageshack, Vimeo and YouTube urls
|
5
|
-
*
|
6
|
-
*
|
7
|
-
* Atom feed
|
5
|
+
* converts Twitter status urls to their full text and adds user thumbnail
|
6
|
+
* generates Atom and RSS feeds
|
8
7
|
* regex search
|
8
|
+
* embeds Flash mp3 player for mp3 urls
|
9
9
|
* looks good on iPhone
|
10
|
-
* rack interface
|
11
|
-
* plug-in interface
|
12
10
|
* PubSubHubbub notification
|
11
|
+
* plug-in interface
|
12
|
+
* rack interface
|
13
|
+
* Gravatar support
|
13
14
|
|
14
15
|
!http://static.mmb.s3.amazonaws.com/murlsh_screenshot.jpg!
|
15
16
|
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.8.
|
1
|
+
0.8.1
|
data/lib/murlsh/url_body.rb
CHANGED
data/murlsh.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{murlsh}
|
8
|
-
s.version = "0.8.
|
8
|
+
s.version = "0.8.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Matthew M. Boedicker"]
|
12
|
-
s.date = %q{2010-04-
|
12
|
+
s.date = %q{2010-04-30}
|
13
13
|
s.default_executable = %q{murlsh}
|
14
14
|
s.description = %q{url sharing site framework with easy adding, title lookup, atom feed, thumbnails and embedding}
|
15
15
|
s.email = %q{matthewm@boedicker.org}
|
data/public/js/js.js
CHANGED
@@ -320,10 +320,6 @@ Murlsh.iphoneInit = function() {
|
|
320
320
|
href : '#bottom',
|
321
321
|
text : 'bottom'
|
322
322
|
}));
|
323
|
-
|
324
|
-
// change input types to html5 to make typing easier
|
325
|
-
$('#q').attr('type', 'search');
|
326
|
-
$('#url,#via').attr('type', 'url');
|
327
323
|
};
|
328
324
|
|
329
325
|
$(document).ready(function() {
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 8
|
8
|
-
-
|
9
|
-
version: 0.8.
|
8
|
+
- 1
|
9
|
+
version: 0.8.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Matthew M. Boedicker
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-30 00:00:00 -04:00
|
18
18
|
default_executable: murlsh
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|