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/07/31 16:38:32 UTC

cvs commit: modperl-docs/src/docs/general Changes.pod config.cfg advocacy.pod control.pod correct_headers.pod hardware.pod multiuser.pod perl_myth.pod perl_reference.pod

stas        2002/07/31 07:38:32

  Modified:    src/docs/general Changes.pod config.cfg
  Removed:     src/docs/general advocacy.pod control.pod
                        correct_headers.pod hardware.pod multiuser.pod
                        perl_myth.pod perl_reference.pod
  Log:
  these move into their own dirs
  
  Revision  Changes    Path
  1.9       +8 -0      modperl-docs/src/docs/general/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/Changes.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Changes.pod	8 Jul 2002 16:51:51 -0000	1.8
  +++ Changes.pod	31 Jul 2002 14:38:31 -0000	1.9
  @@ -11,6 +11,14 @@
   
   =head1 ???
   
  +* testing:
  +
  +  o moved from 2.0
  +
  +* cpan_mod_dev:
  +
  +  o started a new doc: "Preparing mod_perl modules for CPAN"
  +
   * cvs_howto:
   
     o Changed incorrect repository names. Added some more references for
  
  
  
  1.9       +13 -11    modperl-docs/src/docs/general/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/config.cfg,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- config.cfg	31 Jul 2002 14:16:49 -0000	1.8
  +++ config.cfg	31 Jul 2002 14:38:31 -0000	1.9
  @@ -7,37 +7,39 @@
       stitle => "General",
   
       abstract => <<EOB,
  -Here you can find documentation concerning mod_perl in general,
  -but also not strictly mod_perl related information that is still
  -very useful for working with mod_perl.
  +Here you can find documentation concerning mod_perl in general, but
  +also not strictly mod_perl related information that is still very
  +useful for working with mod_perl. Most of the information here applies
  +to mod_perl 1.0 and 2.0.
   EOB
   
       group => 'Perl',
       chapters => [qw(
  -        perl_reference.pod
  +        perl_reference/perl_reference.pod
       )],
   
  -    group    => 'Testing',
  +    group    => 'Packaging and Testing',
       chapters => [qw(
  +        cpan_mod_dev/cpan_mod_dev.pod
           testing/testing.pod
       )],
   
       group => 'HTTP',
       chapters => [qw(
  -        correct_headers.pod
  +        correct_headers/correct_headers.pod
       )],
   
       group => 'Server Administration',
       chapters => [qw(
  -        multiuser.pod
  -        hardware.pod
  -        control.pod
  +        multiuser/multiuser.pod
  +        hardware/hardware.pod
  +        control/control.pod
       )],
   
       group => 'mod_perl Advocacy',
       chapters => [qw(
  -        advocacy.pod
  -        perl_myth.pod
  +        advocacy/advocacy.pod
  +        perl_myth/perl_myth.pod
       )],
   
       changes => 'Changes.pod',
  
  
  

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