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/06/10 12:55:40 UTC

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

stas        2002/06/10 03:55:40

  Modified:    src/docs config.cfg
  Added:       src/docs/2.0/os config.cfg
  Log:
  link to 2.0 OS specific docs
  swap the order (api and os) in 1.0 docs section
  
  Revision  Changes    Path
  1.11      +2 -1      modperl-docs/src/docs/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- config.cfg	2 Jun 2002 12:33:38 -0000	1.10
  +++ config.cfg	10 Jun 2002 10:55:40 -0000	1.11
  @@ -15,14 +15,15 @@
   
       docsets => [qw(
           1.0/guide
  -        1.0/api
           1.0/os
  +        1.0/api
       )],
   
       group => 'mod_perl 2.x Documentation',
   
       docsets => [qw(
           2.0/user
  +        2.0/os
           2.0/api
           2.0/devel
       )],
  
  
  
  1.1                  modperl-docs/src/docs/2.0/os/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
      id => 'os',
  
      title => "mod_perl 2.0 OS specific information",
  
      abstract => <<EOB,
  Documents concerning OS-specific installation, configuration,
  pitfalls, etc.
  EOB
  
      docsets => [qw(
          win32
      )],
  );
  
  
  
  

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