Show
Ignore:
Timestamp:
11/29/07 06:35:27 (5 years ago)
Author:
coji
Message:

lang/ruby/ssb: http://ke-tai.org/ の端末リリストを利用したケータイ選択機能、途中だけどうp

Location:
lang/ruby/ssb
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ssb

    • Property svn:executable changed from public_html/index.rbx to public_html/ktai_db.rbx
  • lang/ruby/ssb/Rakefile

    r1870 r2135  
    1313  sh "cp config/config.yaml.default config/config.yaml" 
    1414  sh "/usr/bin/env ruby scripts/emoji_scrape.rb" 
     15  sh "ruby scripts/download_ktai_list.rb" 
    1516end 
     17 
     18task "ktai:update" do 
     19  sh "ruby scripts/download_ktai_list.rb" 
     20end