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/04/21 09:29:25 UTC

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

stas        02/04/21 00:29:25

  Modified:    src/docs config.cfg
  Added:       src/docs/offsite config.cfg
  Log:
  offsite resources are now in their own docset
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/docs/offsite/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
  
      id => 'offsite',
  
      title => "Offsite Resources",
  
      abstract => <<EOB,
  mod_perl Books, Articles and other mod_perl related sites.
  EOB
      
      chapters => [qw(
          books.pod
          articles.pod
          Changes.pod
      )],
  
  );
  
  
  
  1.5       +3 -5      modperl-docs/src/docs/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.cfg	20 Apr 2002 10:54:37 -0000	1.4
  +++ config.cfg	21 Apr 2002 07:29:25 -0000	1.5
  @@ -29,12 +29,10 @@
           2.0/world
       )],
   
  -    group => 'OffSite Documentation Resources',
  +    group => 'Other Documentation Resources',
   
  -    chapters => [qw(
  -        offsite/books.pod
  -        offsite/articles.pod
  -        offsite/Changes.pod
  +    docsets => [qw(
  +        offsite
       )],
   
   );
  
  
  

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