ダウンロードリスト

プロジェクト概要

CGI::Application は簡単に洗練された、再利用可能な Web ベースのアプリケーションを作成する対象としています Perl のフレームワークです。このモジュールでは作ることができる Web ソフトウェア簡単な設計、やすく、書き込み、および進化を容易になる方法論を実装します。CGI::Application は標準的な非独占的な技術やテクニックを一般的なゲートウェイ インターフェイスとリンカーン d. スタインの優れた CGI.pm モジュールなどに基づいています。CGI::Application は、慎重に技術とは、開発者ツール、オペレーティング システムまたは Web サーバーのいずれかのセットにバインドの手法を回避できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2009-02-15 15:59
4.21

CGIの互換性::アプリケーション::Serverの改善された。誤植が修正されました。
タグ: Minor feature enhancements
Compatibility with CGI::Application::Server was improved. Typographical errors were fixed.

2003-06-03 14:09
3.1

cgiapp_postrun()フックは、実行することができますモードの出力を希望すれば、"オプションのフィルタを介して、コンテンツと、HTTPヘッダを変更し、パイプライン"が追加されました。 header_type("なし")は、HTTPヘッダの出力を抑制するために追加されました。バグが非CGI.pmクエリオブジェクトをnew()メソッドを介して初期化時に設定されていない可能性が修正されました。 dump_htmlデフォルトの実行モードのサブファイル名ではなく、文献によって参照されると、サブでオーバーライドされるクラスのように変更されました。現在の実行モードのダンプの出力()とdump_htmlが追加されました()。
タグ: Major feature enhancements
A cgiapp_postrun() hook was added, which allows run-mode output to be "pipelined" through optional filters, modifying the content and HTTP headers, if so desired. header_type("none") was added to suppress HTTP header output. A bug where non-CGI.pm query objects couldn't be set at initialization time via the new() method was fixed. The dump_html default run-mode was changed to be referenced by name instead of sub-ref, allowing it to be overridden in a sub-class. The current run-mode was added to the output of dump() and dump_html().

2003-02-19 16:38
3.0

使用するように変更されたrun()メソッドは、Perlのすべての実行モードのための動的メソッドを呼び出して、での名前かどうか、またはコードを参考に建てた。これにより、実行を改善する時のパフォーマンスを目的としています。新しいオーバーライド可能なメソッドcgiapp_get_query()が追加されました。 ()メソッドをcgiapp_get_queryをオーバーライドするCGI.pm以外にもいくつかの他のモジュールのオブジェクトを返すには、提供し、それが十分に対応していますが可能です。 run_modes run()メソッドのリストモードの配列へのリファレンスを介して指定されるように変更されました。これは自動的に実行を作成するモードの表の実行からは、地図、実行は、同じ名前のモード法モードに。
タグ: Major feature enhancements
The run() method was changed to use Perl's built-in dynamic method call for all run modes, whether by name or by code ref. This is intended to improve run-time performance. A new overridable method cgiapp_get_query() was added. It is possible to override the cgiapp_get_query() method to return an object of some other module besides CGI.pm, providing that it is sufficiently compatible. The run_modes() method was changed to allow a list of run-modes to be designated via an array reference. This will automatically create a run-modes table which maps from a run-mode to a run-mode method of the same name.

2002-05-28 21:36
2.4

機能cgiapp_prerunに追加されている現在の実行モードを変更する()。 prerun_mode()を呼び出す場合、動的に特定の基準に基づいて呼び出されるのモードを変更することができます。 tmpl_path()メソッドをより直感的にHTMLに符合するように変更されています::テンプレートのPATHのパラメータです。ドキュメントをより簡単に新しいユーザが理解する必要が洗練されています。
タグ: Major feature enhancements
The capability to change the current run-mode has been added to cgiapp_prerun(). By calling prerun_mode() you can dynamically modify which mode will be called based on specific criteria. The tmpl_path() method has been modified to more intuitively dovetail into HTML::Template's PATH parameter. The documentation has been refined to be more easily understood by new users.

2002-05-10 17:15
2.3

新しいAPIをフック、cgiapp_prerun()が追加されている。このフックは、実行する直前に呼ばれるモードで起動されます。このメソッドは、引数として、現在の実行の名前をモードを受け取ります。新しいモジュールは、CGI::アプリケーション::メールフォームが追加されました。このモジュールは、どのようにのCGI:使用する:アプリケーションの一例であり、非常に再利用しやすいように意図されながら、セキュリティで保護されて、十分な機能を"スクリプトのいくつかのより多くの厄介な"形式のメールを交換する。
タグ: Major feature enhancements
A new API hook, cgiapp_prerun(), has been added.
This hook is called just before the run-mode is
invoked. This method receives the name of the
current run-mode as an argument. A new module,
CGI::Application::Mailform, was added. This module
is an example of how to use CGI::Application, and
it is intended to be very easy to reuse, while
still being secure and functional enough to
replace some of the more onerous "form mail"
scripts.

プロジェクトリソース