Changeset 7589

Show
Ignore:
Timestamp:
03/06/08 21:59:02 (5 years ago)
Author:
damegane
Message:

lang/ruby/fastladder_mobile: add gzip support and release 0.1.0.r27

Location:
lang/ruby/fastladder_mobile
Files:
34 added
4 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/ruby/fastladder_mobile/tags/fastladder_mobile-0.1.0.r27/README.mobile.txt

    r7576 r7589  
    1 オープンソース版Fastladderにモバイルブラウザ用リーダの機能を追加します。 
    2 このままFastladderの中に入れれば動くはずです。 
     1Fastladder Mobile 
    32 
    4 詳しくは下のURLへ。 
    5 http://d.hatena.ne.jp/damegane/ 
     3使い方等は下のURLを参照してください。 
     4http://d.hatena.ne.jp/damegane/searchdiary?word=%2a%5bfastladder_mobile%5d 
     5 
     6 
     7* 注意 * 
     8combine_fastladder_mobile.shおよびremove_fastladder_mobile.shは開発時の利用を想定したものです。 
     9Fastladder Mobileの導入、削除ができるスクリプトですが、使い方を間違えると問題が発生するかもしれません。 
  • lang/ruby/fastladder_mobile/tags/fastladder_mobile-0.1.0.r27/app/controllers/mobile_controller.rb

    r7412 r7589  
    11class MobileController < ApplicationController 
    22  verify :session => :member, :redirect_to => "/mobile/login", :except => :login 
     3  after_filter OutputCompressionFilter 
    34 
    45  def login 
  • lang/ruby/fastladder_mobile/trunk/README.mobile.txt

    r7576 r7589  
    1 オープンソース版Fastladderにモバイルブラウザ用リーダの機能を追加します。 
    2 このままFastladderの中に入れれば動くはずです。 
     1Fastladder Mobile 
    32 
    4 詳しくは下のURLへ。 
    5 http://d.hatena.ne.jp/damegane/ 
     3使い方等は下のURLを参照してください。 
     4http://d.hatena.ne.jp/damegane/searchdiary?word=%2a%5bfastladder_mobile%5d 
     5 
     6 
     7* 注意 * 
     8combine_fastladder_mobile.shおよびremove_fastladder_mobile.shは開発時の利用を想定したものです。 
     9Fastladder Mobileの導入、削除ができるスクリプトですが、使い方を間違えると問題が発生するかもしれません。 
  • lang/ruby/fastladder_mobile/trunk/app/controllers/mobile_controller.rb

    r7412 r7589  
    11class MobileController < ApplicationController 
    22  verify :session => :member, :redirect_to => "/mobile/login", :except => :login 
     3  after_filter OutputCompressionFilter 
    34 
    45  def login