Giter VIP home page Giter VIP logo

html-stickyquery-docomoguid's Introduction

NAME
    HTML::StickyQuery::DoCoMoGUID - add guid query for DoCoMo imode

SYNOPSIS
      use HTML::StickyQuery::DoCoMoGUID;

      my $guid = HTML::StickyQuery::DoCoMoGUID->new;
      print $guid->sticky( scalarref => \$html );

    add sessionid

      my $guid = HTML::StickyQuery::DoCoMoGUID->new;
      print $guid->sticky(
          scalarref => \$html,
          param     => { sessionid => 'SID' },
      );

    guid=ON を出さない

      my $guid = HTML::StickyQuery::DoCoMoGUID->new;
      print $guid->sticky(
          scalarref    => \$html,
          param        => { sessionid => 'SID' },
          disable_guid => 1,
      );

    FORM タグの時の INPUT タグを XHTML じゃ無くする

      my $guid = HTML::StickyQuery::DoCoMoGUID->new;
      print $guid->sticky(
          scalarref    => \$html,
          param        => { sessionid => 'SID' },
          disable_guid => 1,
          xhtml        => 0,
      );

DESCRIPTION
    主に HTML::StickyQuery を使って DoCoMo用の guid=ON をつけるフィルタリングをするよ。 FORM
    タグがある場合には、 get method の時には input タグを追加して、 post method の時には action の中に
    guid=ON を追加します。

    sticky method への引数に param => { key => value } を追加すると HTML::StickyQuery
    へそのまま処理が引き継がれるよ。 ただし、 FORM タグの場合は <input type="hidden" name="key"
    value="value" /> のような HTML が出力されます。

    どんな感じでフィルタリングされるかは t ディレクトリの中のテストコードを参考にしてくださいね。

AUTHOR
    Kazuhiro Osawa <yappo {at} shibuya [dot] pl>, Hideo Kimura

SEE ALSO
    HTML::StickyQuery,
    <http://www.nttdocomo.co.jp/service/imode/make/content/ip/index.html#imo
    deid>

REPOSITORY
      git clone git://github.com/yappo/p5-HTML-StickyQuery-DoCoMoGUID.git

    patches and collaborators are welcome.

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

html-stickyquery-docomoguid's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.