Download List

Projeto Descrição

Dancer is a Perl framework for building Web applications with minimal effort. It started as a port of Ruby's Sinatra project, but has grown on its own path. A Dancer app can run as a standalone Web server or from any Web server using PSGI. It lets the user write an application with very few lines of code. It's powerful and flexible enough to knock up a simple Web site or Web service very quickly, and can scale to much larger projects. Building a Web application with Dancer is as easy as loading the library and defining route handlers. Dancer provides an elegant syntax for defining route handlers, can render views with a variety of template engines, supports static file serving, session support, and many more features.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-18 21:49
1.150

Esta versão fornece correções de bugs e é compatível com a PSGI / Arquitectura Plack. Toda a documentação foi reescrito e um livro de receitas foi adicionado. A capacidade de permitir a instalação de um aplicativo Dancer sob uma localização virtual foi adicionada.
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

Esta é a primeira versão estável do Dancer. Esta versão oferece novas funcionalidades importantes, tais como cookies e suporte de sessão (YAML, Memcached). Ele também vem com um novo modelo pequeno motor a fim de não exigir o módulo de Modelos para aplicações Web muito pequeno. Um motor logger Syslog também é fornecido de forma a permitir o registo de syslog fora da caixa. O conjunto de testes tem sido fortemente reforçada, e mais de 80% do código-fonte é coberto.
Tags: 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

Esta versão oferece um inteligente sistema de manipulação de erro que captura os erros e exibe uma página com informações sobre o erro: a mensagem de exceção, a região Revelant código fonte, a pilha de chamadas, e um dump de todas as configurações e variáveis de ambiente. O manipulador de erro também se comporta de forma diferente dependendo do ambiente de execução, ocultando ou mostrando detalhes do erro em conformidade. O script auxiliar que permite ao usuário criar uma nova aplicação a partir do zero também foi atualizado para oferecer um melhor layout CSS para o aplicativo padrão.
Tags: 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

Esta versão oferece suporte para a PSGI / Plack módulo que permite montar uma app Dancer dentro de uma configuração Apache / mod_perl. Esta versão também fornece um script auxiliar que pode criar uma árvore nova aplicação a partir do zero.
Tags: 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

Esta versão corrige um bug que estava bloqueando Dancer de ser instalado com um interpretador Perl inferior a 5.10.0. Novos recursos também são fornecidos com esta versão, como suporte para arquivos de configuração YAML e ambientes. O conjunto de testes contagem de 208 testes e abrange 78,1% do código fonte, elevando a qualidade do código mundial para uma boa forma.
Tags: 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.

Project Resources