You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/01/05 20:26:42 UTC

cvs commit: modperl-docs/src/docs/2.0/api config.cfg

stas        02/01/05 11:26:42

  Added:       src/docs/2.0/api config.cfg
  Log:
  - config files
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/docs/2.0/api/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
        id => 'api_v2',
  
        title => "mod_perl 2.0 APIs",
  
        abstract => '',
  
        chapters => [
            qw(
               mod_perl-2.0/APR/PerlIO.pod
               mod_perl-2.0/APR/Table.pod
               mod_perl-2.0/Apache/RequestRec.pod
               mod_perl-2.0/Apache/ServerUtil.pod
               mod_perl-2.0/Apache/compat.pod
              ),
        ],
  );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org