Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > fa8a996384674b1c3e3c864f6f4bf270 > files > 338

apache-mod_perl-2.0.4-13mdv2010.1.x86_64.rpm

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',
);