Changeset 17023

Show
Ignore:
Timestamp:
08/03/08 21:23:43 (5 years ago)
Author:
hsbt
Message:

modified delicious.com url, and timeout value.

Location:
platform/tdiary/plugin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/section_footer.rb

    r16966 r17023  
    121121 
    122122        r = " | " 
    123    r << %Q|<a href="http://del.icio.us/url/#{url_md5}"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="10" height="10" style="border: none;vertical-align: middle;" alt="#{@section_footer_delicious_label}" title="#{@section_footer_delicious_label}"> <img src="http://del.icio.us/feeds/img/savedcount/#{url_md5}?aggregate" style="border:none;margin:0" /></a>| 
     123   r << %Q|<a href="http://delicious.com/url/#{url_md5}"><img src="http://static.delicious.com/img/delicious.small.gif" width="10" height="10" style="border: none;vertical-align: middle;" alt="#{@section_footer_delicious_label}" title="#{@section_footer_delicious_label}"> <img src="http://del.icio.us/feeds/img/savedcount/#{url_md5}?aggregate" style="border:none;margin:0" /></a>| 
    124124   return r 
    125125end 
  • platform/tdiary/plugin/section_footer2.rb

    r16965 r17023  
    7474        json = nil 
    7575        begin 
    76                 timeout(5) do 
     76                timeout(10) do 
    7777                        open( "http://feeds.delicious.com/v2/json/urlinfo/#{url_md5}" ) do |f| 
    7878                                json = JSON.parse( f.read ) 
     
    9090 
    9191        r = '' 
    92         r << %Q|<a href="http://del.icio.us/url/#{url_md5}"><img src="http://images.del.icio.us/static/img/delicious.small.gif" style="border: none;vertical-align: middle;" alt="#{@section_footer2_delicious_label}" title="#{@section_footer2_delicious_label}">| 
     92        r << %Q|<a href="http://delicious.com/url/#{url_md5}"><img src="http://static.delicious.com/img/delicious.small.gif" style="border: none;vertical-align: middle;" alt="#{@section_footer2_delicious_label}" title="#{@section_footer2_delicious_label}">| 
    9393 
    9494        begin