stas        2002/07/12 02:54:06

  Modified:    src/docs config.cfg
  Added:       src/docs/1.0 config.cfg
               src/docs/2.0 config.cfg
  Log:
  make the 1.0 and 2.0 separate docsets so we can link to them
  
  Revision  Changes    Path
  1.15      +2 -21     modperl-docs/src/docs/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- config.cfg        18 Jun 2002 08:39:53 -0000      1.14
  +++ config.cfg        12 Jul 2002 09:54:06 -0000      1.15
  @@ -11,32 +11,13 @@
   mod_perl, you'll learn it here.
   EOB
   
  -    group => 'Introduction',
  -
       chapters => [qw(
           conventions.pod
       )],
   
  -    group => 'mod_perl 1.0 Documentation',
  -
  -    docsets => [qw(
  -        1.0/guide
  -        1.0/os
  -        1.0/api
  -    )],
  -
  -    group => 'mod_perl 2.0 Documentation',
  -
  -    docsets => [qw(
  -        2.0/user
  -        2.0/os
  -        2.0/api
  -        2.0/devel
  -    )],
  -
  -    group => 'Common mod_perl Documentation',
  -
       docsets => [qw(
  +        1.0
  +        2.0
           general
           tutorials
           offsite
  
  
  
  1.1                  modperl-docs/src/docs/1.0/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
  
      id => 'docs_1.0',
  
      title => "mod_perl 1.0 Documentation",
  
      abstract => <<EOB,
  A collection of the documents specific to the mod_perl 1.0 generation.
  EOB
  
      docsets => [qw(
          guide
          os
          api
      )],
  
  );
  
  
  
  
  
  1.1                  modperl-docs/src/docs/2.0/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
  
      id => 'docs_2.0',
  
      title => "mod_perl 2.0 Documentation",
  
      abstract => <<EOB,
  A collection of the documents specific to the mod_perl 2.0 generation.
  EOB
      docsets => [qw(
          user
          os
          api
          devel
      )],
  
  );
  
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to