ダウンロードリスト

プロジェクト概要

Dancerは、最小限の労力でWebアプリケーションを構築するためのPerlフレームワークです。RubyのSinatraプロジェクトの移植として始まりましたが、独自路線で成長しています。Dancerアプリは、スタンドアロンWebサーバーとして、またはPSGIを使用する任意のWebサーバーから実行することができます。ユーザーは非常に少ない行のコードでアプリケーションを書くことができます。シンプルなWebサイトやWebサービスを大急ぎで作成し、大規模なプロジェクトに拡大できるのに十分なほど、強力で柔軟です。DancerでのWebアプリケーション構築は、ライブラリのロードやルートハンドラーの定義と同じくらい簡単です。Dancerは、ルートハンドラーを定義し、様々なテンプレートエンジンでビューを描画できるようにし、静的ファイル提供をサポートし、セッションサポート、より多くの機能のためのエレガントな構文を提供します。

システム要件

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

2010-02-18 21:49
1.150

このリリースPSGIに準拠して/プラックアーキテクチャのバグフィックスを提供します。すべてのドキュメントと書き直された料理が追加されました。能力は、仮想の場所の下でダンサーのアプリケーションのインストールを許可するように追加されました。
This release provides bugfixes and is compliant with the PSGI/Plack architecture. All of the documentation was rewritten and a cookbook was added. The ability to allow installation of a Dancer application under a virtual location was added.

2009-11-20 21:40
1.000

このダンサーの最初の安定リリースです。このリリースでは、クッキーとセッションのサポート(YAMLは、Memcachedの)などの新しい主要な機能を提供します。テンプレートエンジンの小型の新しいの順序は非常に小規模なWebアプリケーションのためのテンプレートモジュールを必要としないことでも出荷されます。でのボックスのうち、syslogにログを許可するSyslogのロガーエンジンも提供されます。テストスイートを大きくし、ソースコードの80%以上に強化されて覆われている。
タグ: Stable, Syslog, memcached, YAML, Dancer, Web
This is the first stable release of Dancer. This release provides new major features such as cookies and session support (YAML, Memcached). It also ships with a new tiny template engine in order not to require the Template module for very small Web apps. A Syslog logger engine is also provided in order to allow logging to syslog out of the box. The test suite has been heavily enhanced, and more than 80% of the source code is covered.

2009-09-24 20:07
0.9905

このリリースでは、すべての設定や環境変数のダンプスマートエラーは、エラーが発生して表示するページには、エラーに関する情報をキャッチシステム:例外メッセージは、revelantソースコード領域は、呼び出しスタックの処理を提供します。エラーハンドラはまた、別の実行環境に応じて、隠れて動作するかに応じてエラーの詳細を示しています。は、ユーザーが最初から新しいアプリケーションを作成することができますヘルパースクリプトは、デフォルトのアプリケーションのためのより良いCSSレイアウトを提供するために更新されています。
タグ: Minor feature enhancements
This release provides a smart error handling system that catches errors and displays a page with information about the error: the exception message, the revelant source code region, the call stack, and a dump of all settings and environment variables. The error handler also behaves differently depending on the running environment, hiding or showing error details accordingly. The helper script that lets the user create a new application from scratch has also been updated to provide a better CSS layout for the default application.

2009-09-20 03:44
0.9904

このリリースではPSGIのサポートを提供/プラックは、あなたのApache / mod_perlの構成内のダンサーアプリをマウントすることができるモジュールです。このリリースではまた、ゼロから新しいアプリケーションのツリーを作成することができますヘルパースクリプトを提供します。
タグ: Perl, Apache, Plack, WebApp
This release provides support for the PSGI/Plack module that lets you mount a Dancer app within an Apache/mod_perl configuration. This release also provides a helper script that can create a new application tree from scratch.

2009-09-04 22:16
0.9903

このリリースで修正さからダンサーブロックされたバグは、Perlインタプリタを5.8.7よりも低いとインストールされている。新機能もこのリリースでは、YAMLの設定ファイルと環境のサポートなどが提供されます。テストスイートの208のテストをカウントし、ソースコードの78.1%をカバーし、良い形にするためにグローバルなコードの品質をもたらす。
タグ: Environment, YAML, Perl 5.10
This release fixes a bug that was blocking Dancer from being installed with a Perl interpreter lower than 5.10.0. New features are also provided in this release, like support for YAML configuration files and environments. The test suite counts 208 tests and covers 78.1% of the source code, bringing the global code quality to a good shape.

プロジェクトリソース