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
metamark works from the test jig but not the actual script, WTF!?  fyad 
seems to be working (for now).
trak3r (author)
Tue Jul 15 08:21:46 -0700 2008
commit  6018a79a021fd4fe4163e04ccd19ca3255eef60c
tree    7c6ced5581e531dfadcac4190f9fae8cd677e61d
parent  7b08cdd9bb7a6ff13b4fb1b29b952c88a5dff62e
...
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, :metamark)
0
+ @cached_short_url ||= ShortURL.shorten(self.link, :fyad)
0
   end
0
   
0
   def optimized_title

Comments

    No one has commented yet.