Changeset 12682
- Timestamp:
- 05/29/08 11:29:27 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Sledge-Pages-HTTPEngine/trunk/lib/Sledge/Pages/HTTPEngine.pm
r12680 r12682 31 31 =head1 SYNOPSIS 32 32 33 use Sledge::Pages::HTTPEngine; 33 package Your::Pages; 34 use base qw(Sledge::Pages::HTTPEngine); 35 36 # in your startup script 37 use HTTPEx::Declare; 38 39 interface 'ServerSimple' => { 40 port => 5963, 41 }; 42 43 run { 44 my $c = shift; 45 46 my $pages = Your::Pages::Root->new($c); 47 $pages->dispatch('index'); 48 }; 34 49 35 50 =head1 DESCRIPTION
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)