Changeset 10746
- Timestamp:
- 04/29/08 22:00:52 (5 years ago)
- Location:
- lang/perl/Nanto/trunk
- Files:
-
- 5 modified
-
examples/SampleBBS/bin/nanto-server.pl (modified) (1 diff)
-
examples/SampleBBS/config.yaml (modified) (1 diff)
-
examples/SampleBBS/samplebbs.sqlite (modified) (previous)
-
lib/Nanto.pm (modified) (2 diffs)
-
lib/Nanto/Web/Context.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Nanto/trunk/examples/SampleBBS/bin/nanto-server.pl
r10567 r10746 17 17 my $c = shift; 18 18 my $handler = SampleBBS::Web::Handler->new( 19 context => SampleBBS::Web::Context->new( req => $c->req, res => $c->res)19 context => SampleBBS::Web::Context->new( engine_c => $c ) 20 20 ); 21 21 $handler->handle(); -
lang/perl/Nanto/trunk/examples/SampleBBS/config.yaml
r10611 r10746 5 5 - ~ 6 6 - ~ 7 "Web::Session::State::Cookie":8 name: sledge_sid9 path: / -
lang/perl/Nanto/trunk/lib/Nanto.pm
r10530 r10746 20 20 =head1 DESCRIPTION 21 21 22 Nanto is 22 Nanto is simple web application framework. 23 Nanto is on the Moose. 24 Nanto is Sledge on Moose. 25 Nanto is Toy! 23 26 24 27 =head1 TODO … … 26 29 FillInForm support 27 30 Validation support 28 Session support29 31 30 32 =head1 AUTHOR -
lang/perl/Nanto/trunk/lib/Nanto/Web/Context.pm
r10745 r10746 3 3 use Moose; 4 4 with 'Nanto::Role::Context'; 5 use Nanto::Web::Session::State::Cookie;6 use Nanto::Web::Session::Store::Null;7 5 8 6 has view => (
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)