Changeset 3964

Show
Ignore:
Timestamp:
01/02/08 12:37:20 (5 years ago)
Author:
tokuhirom
Message:

Moxy: added documents.

Location:
lang/perl/Moxy/trunk/lib
Files:
15 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r3949 r3964  
    183183 
    1841841; 
     185__END__ 
     186 
     187=head1 NAME 
     188 
     189Moxy - Mobile web development proxy 
     190 
     191=head1 DESCRIPTION 
     192 
     193Moxy is a mobile web development proxy. 
     194 
     195=head1 AUTHOR 
     196 
     197    Kan Fushihara 
     198    Tokuhiro Matsuno 
     199 
     200=head1 SEE ALSO 
     201 
     202ssb 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin.pm

    r2891 r3964  
    6262 
    63631; 
     64__END__ 
     65 
     66=head1 NAME 
     67 
     68Moxy::Plugin - abstract base class of Moxy plugin 
     69 
     70=head1 DESCRIPTION 
     71 
     72This is abstract base class of Moxy plugins. 
     73 
     74=head1 AUTHOR 
     75 
     76    Kan Fushihara 
     77    Tokuhiro Matsuno 
     78 
     79=head1 SEE ALSO 
     80 
     81L<Moxy> 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/Application.pm

    r3834 r3964  
    1781781; 
    179179 
     180__END__ 
     181 
     182=head1 NAME 
     183 
     184Moxy::Plugin::Application - web proxy mode. 
     185 
     186=head1 SYNOPSIS 
     187 
     188  - module: ControlPanel 
     189 
     190 
     191=head1 DESCRIPTION 
     192 
     193This is web proxy mode plugin. 
     194 
     195=head1 AUTHOR 
     196 
     197    Tokuhiro Matsuno 
     198 
     199=head1 SEE ALSO 
     200 
     201L<Moxy> 
     202 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/GPS.pm

    r2891 r3964  
    144144GPS simulation feature for Moxy. 
    145145 
     146=head1 TODO 
     147 
     148    support gpsone(au) 
     149    support posinfo(docomo) 
     150    support select pos 
     151 
    146152=head1 SEE ALSO 
    147153 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/HTMLWidth.pm

    r2891 r3964  
    2626 
    27271; 
     28__END__ 
     29 
     30=head1 NAME 
     31 
     32Moxy::Plugin::HTMLWidth - limit the html width 
     33 
     34=head1 SYNOPSIS 
     35 
     36  - module: HTMLWidth 
     37 
     38=head1 DESCRIPTION 
     39 
     40limit the html width 
     41 
     42=head1 SEE ALSO 
     43 
     44L<Moxy> 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/HTTPEnv.pm

    r2891 r3964  
    3838 
    39391; 
     40__END__ 
     41 
     42=head1 NAME 
     43 
     44Moxy::Plugin::HTTPEnv - set the http headers 
     45 
     46=head1 SYNOPSIS 
     47 
     48  - module: HTTPEnv 
     49 
     50=head1 DESCRIPTION 
     51 
     52set some http headers. 
     53 
     54=head1 KNOWN BUGS 
     55 
     56    hey. this is bad name. 
     57 
     58=head1 SEE ALSO 
     59 
     60L<Moxy> 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/Pictogram.pm

    r3945 r3964  
    138138 
    1391391; 
     140__END__ 
     141 
     142=head1 NAME 
     143 
     144Moxy::Plugin::Pictogram - show pictograms 
     145 
     146=head1 SYNOPSIS 
     147 
     148  - module: Pictogram 
     149 
     150=head1 DESCRIPTION 
     151 
     152show pictograms. 
     153 
     154=head1 SEE ALSO 
     155 
     156L<Moxy> 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/QRCode.pm

    r2891 r3964  
    4848Moxy::Plugin::QRCode - QRCode generator for Moxy 
    4949 
     50=head1 SYNOPSIS 
     51 
     52    - module: QRCode 
     53 
    5054=head1 DESCRIPTION 
    5155 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/RefererCutter.pm

    r2891 r3964  
    22use strict; 
    33use warnings; 
     4 
    45sub register { 
    56    my ($class, $context) = @_; 
     
    1718__END__ 
    1819 
     20=head1 NAME 
     21 
     22Moxy::Plugin::RefererCutter - remove referer 
     23 
    1924=head1 DESCRIPTION 
    2025 
     
    2429 
    2530Tokuhiro Matsuno 
     31 
     32=head1 SEE ALSO 
     33 
     34L<Moxy> 
     35 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/UserAgentSwitcher.pm

    r2891 r3964  
    6060 
    61611; 
     62__END__ 
     63 
     64=head1 NAME 
     65 
     66Moxy::Plugin::UserAgentSwitcher - change your user agent 
     67 
     68=head1 DESCRIPTION 
     69 
     70you can selct your user agent. 
     71 
     72=head1 AUTHOR 
     73 
     74    Kan Fushihara 
     75    Tokuhiro Matsuno 
     76 
     77=head1 SEE ALSO 
     78 
     79L<Moxy> 
     80 
  • lang/perl/Moxy/trunk/lib/Moxy/Plugin/XMLisHTML.pm

    r2891 r3964  
    1818__END__ 
    1919 
     20=head1 NAME 
     21 
     22Moxy::Plugin::XMLisHTML - xml is html 
     23 
     24=head1 SYNOPSIS 
     25 
     26    - module: XMLisHTML 
     27 
    2028=head1 DESCRIPTION 
    2129 
     
    2533This plugin replace Content-Type header. 
    2634 
     35=head1 AUTHORS 
     36 
     37Tokuhiro Matsuno 
     38 
     39=head1 SEE ALSO 
     40 
     41L<Moxy> 
     42 
  • lang/perl/Moxy/trunk/lib/Moxy/Server/HTTPProxy.pm

    r3025 r3964  
    126126 
    1271271; 
     128__END__ 
     129 
     130=head1 NAME 
     131 
     132Moxy::Server::HTTPProxy - proxy server based on HTTP::Proxy 
     133 
     134=head1 AUTHORS 
     135 
     136Tokuhiro Matsuno 
     137 
     138=head1 SEE ALSO 
     139 
     140L<Moxy>, L<HTTP::Proxy> 
     141 
  • lang/perl/Moxy/trunk/lib/Moxy/Storage.pm

    r2891 r3964  
    99 
    10101; 
     11__END__ 
     12 
     13=head1 NAME 
     14 
     15Moxy::Storage - abstract base class of Storage classes 
     16 
     17=head1 ABSTRACT METHODS 
     18 
     19    new 
     20    set 
     21    get 
     22 
     23=head1 AUTHORS 
     24 
     25Tokuhiro Matsuno 
     26 
     27=head1 SEE ALSO 
     28 
     29L<Moxy>, L<HTTP::Proxy> 
     30 
  • lang/perl/Moxy/trunk/lib/Moxy/Storage/DBM_File.pm

    r2891 r3964  
    4747 
    48481; 
     49__END__ 
     50 
     51=head1 NAME 
     52 
     53Moxy::Storage::DBM_File - DBM_File based Storage class 
     54 
     55=head1 AUTHORS 
     56 
     57Tokuhiro Matsuno 
     58 
     59=head1 SEE ALSO 
     60 
     61L<Moxy>, L<HTTP::Proxy> 
     62 
  • lang/perl/Moxy/trunk/lib/Moxy/Util.pm

    r2891 r3964  
    3838 
    39391; 
     40__END__ 
     41 
     42=head1 NAME 
     43 
     44Moxy::Util - utility functions 
     45 
     46=head1 SYNOPSIS 
     47 
     48this is just a internal class. 
     49 
     50=head1 AUTHORS 
     51 
     52Tokuhiro Matsuno 
     53 
     54=head1 SEE ALSO 
     55 
     56L<Moxy>, L<HTTP::Proxy> 
     57