public
Description: next generation web application framework
Homepage: http://dann.g.hatena.ne.jp/dann/
Clone URL: git://github.com/dann/angelos.git
name age message
file README.md Tue Feb 17 06:34:36 -0800 2009 added Markdown formated README [dann]
directory angelos-components/ Fri Jan 16 22:29:53 -0800 2009 implemented forward, detach, visit, go [dann]
directory angelos-core/ Wed Dec 02 02:27:14 -0800 2009 modified for plackup [dann]
directory angelos-ext/ Fri Jan 16 22:29:53 -0800 2009 implemented forward, detach, visit, go [dann]
directory angelos-middlewares/ Sun Feb 01 14:19:25 -0800 2009 get mobile agent middleware as outer Middleware [dann]
directory angelos-tasks/ Fri Oct 02 14:12:19 -0700 2009 use PlackX::Engine [dann]
README.md

Angelos - Next generation web application framework

INSTALLATION

Angelos installation is straightforward. If your CPAN shell is set up, you should just be able to do

`% cpan Angelos

Download it, unpack it, then build it as per the usual:

`% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

Angelos documentation is available as in POD. So you can do:

% perldoc Angelos

to read the documentation online with your favorite pager.

Takatoshi Kitano