public
Description: Read an RSS feed (even HTTPS with authentication) and rebroadcast it to a Twitter account.
Clone URL: git://github.com/trak3r/rss2twitter.git
TinyURL seems to be borked; trying another service provider.
trak3r (author)
Tue Jul 15 07:56:42 -0700 2008
commit  7b08cdd9bb7a6ff13b4fb1b29b952c88a5dff62e
tree    1e741501ff353916871b189569daf3f3073deef0
parent  3a55f7c13b1653ae3c606da448bf5ecc91aa7f5d
...
22
23
24
25
 
26
27
28
...
22
23
24
 
25
26
27
28
0
@@ -22,7 +22,7 @@ class Item < ActiveRecord::Base
0
   end
0
 
0
   def short_url
0
- @cached_short_url ||= ShortURL.shorten(self.link, :tinyurl)
0
+ @cached_short_url ||= ShortURL.shorten(self.link, :metamark)
0
   end
0
   
0
   def optimized_title
...
9
10
11
12
 
13
14
15
...
17
18
19
20
 
21
22
23
...
9
10
11
 
12
13
14
15
...
17
18
19
 
20
21
22
23
0
@@ -9,7 +9,7 @@ require 'shorturl'
0
   'snipurl',
0
   'metamark',
0
   'makeashorterlink',
0
- 'skinnylink',
0
+# 'skinnylink',
0
   'linktrim',
0
   'shorterlink',
0
   'minlink',
0
@@ -17,7 +17,7 @@ require 'shorturl'
0
   'fyad',
0
   'd62',
0
   'shiturl',
0
- 'littlink',
0
+# 'littlink',
0
   'clipurl',
0
   'shortify',
0
   'orz',

Comments

    No one has commented yet.