Download List

Descripción del Proyecto

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 versión ofrece correcciones de errores y es compatible con la PSGI / arquitectura Planck. Toda la documentación fue reescrito y un libro de cocina se añadió. La capacidad para permitir la instalación de una aplicación Dancer en una ubicación virtual se agregó.
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 es la primera versión estable de Dancer. Esta versión proporciona nuevas características importantes tales como galletas y soporte de las sesiones (YAML, Memcached). También incluye un nuevo pequeño motor de plantillas para no exigir a la plantilla de módulo de muy pequeñas aplicaciones web. Un motor de registrador de Syslog también se brinda a fin de permitir el registro a syslog fuera de la caja. El conjunto de pruebas ha sido muy mejorada, y más del 80% del código fuente está cubierta.
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 versión proporciona un error de sistema de manejo inteligente de que las capturas de errores y muestra una página con información sobre el error: el mensaje de excepción, la región Revelant código fuente, la pila de llamadas, y un volcado de todos los ajustes y variables de entorno. El controlador de errores también se comporta de manera diferente en función del entorno de ejecución, ocultar o mostrar los detalles del error en consecuencia. La secuencia de comandos de ayuda que permite al usuario crear una nueva aplicación a partir de cero también ha sido actualizado para proporcionar un mejor diseño de CSS para la aplicación por defecto.
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 versión proporciona compatibilidad para el PSGI / Plack módulo que te permite montar una aplicación dentro de una configuración Dancer / Apache mod_perl. Esta versión también proporciona un script de ayuda que puede crear un árbol de la nueva aplicación desde cero.
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 versión corrige un error que impedía el Bailarín de ser instalado con un intérprete de Perl inferior a 5.10.0. Las nuevas características también están previstas en este comunicado, como soporte para los archivos de configuración YAML y entornos. El conjunto de pruebas cuenta con 208 pruebas y cubre 78,1% del código fuente, con lo que la calidad del código mundial para una buena 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