~ubuntu-branches/ubuntu/warty/libapache2-mod-perl2/warty

« back to all changes in this revision

Viewing changes to docs/config.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2004-02-13 22:22:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040213222235-x0ggyscn50jvab2v
Tags: upstream-1.99.12
ImportĀ upstreamĀ versionĀ 1.99.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
use vars qw(@c);
 
3
@c = (
 
4
 
 
5
    id => 'docs_2.0',
 
6
 
 
7
    title => "mod_perl 2.0 Documentation",
 
8
    stitle => "2.0",
 
9
 
 
10
    body => {
 
11
        top => 'index_top.html',
 
12
    },
 
13
 
 
14
    abstract => <<EOB,
 
15
A collection of the documents specific to the mod_perl 2.0 generation.
 
16
EOB
 
17
    docsets => [qw(
 
18
        user
 
19
        os
 
20
        api
 
21
        devel
 
22
    )],
 
23
 
 
24
);
 
25
 
 
26