|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/share/doc/mod_perl-2.0.2/docs/user/ |
Upload File : |
use vars qw(@c);
@c = (
id => 'user_guide_2.0',
title => "User's guide",
abstract => <<EOB,
All you need to know about using mod_perl 2.0
EOB
group => 'Introduction',
chapters => [qw(
intro/start_fast.pod
intro/overview.pod
design/design.pod
)],
group => 'Installation',
chapters => [qw(
install/install.pod
config/config.pod
config/custom.pod
)],
group => 'Coding',
chapters => [qw(
coding/coding.pod
coding/cooking.pod
)],
group => 'Porting',
chapters => [qw(
porting/porting.pod
porting/compat.pod
)],
group => 'mod_perl Handlers',
chapters => [qw(
handlers/intro.pod
handlers/server.pod
handlers/protocols.pod
handlers/http.pod
handlers/filters.pod
handlers/general.pod
)],
group => 'Performance',
chapters => [qw(
performance/prevent.pod
performance/mpm.pod
)],
group => 'Troubleshooting',
chapters => [ qw(
troubleshooting/troubleshooting.pod
help/help.pod
)],
copy_glob => [qw(
porting/code
handlers/*.gif
handlers/*.jpg
)],
changes => 'Changes.pod',
);