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/05/29 07:26:55 UTC

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

stas        02/05/28 22:26:55

  Modified:    src/help config.cfg
  Log:
  added a link to the mailing lists from "Getting Help", because people
  might become confused (I know, it's already listed in index_top.html,
  but nobody reads that).
  Submitted by:	per einar
  
  Revision  Changes    Path
  1.3       +11 -0     modperl-docs/src/help/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/help/config.cfg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.cfg	16 Apr 2002 05:15:56 -0000	1.2
  +++ config.cfg	29 May 2002 05:26:55 -0000	1.3
  @@ -14,6 +14,17 @@
           top => 'index_top.html',
       },
   
  +    links => [
  +           {
  +             id => 'maillist',
  +             link => '../maillist/index.html',
  +             title => 'Mailing lists',
  +             abstract => 'The best place to get help with mod_perl is
  +                          through the mailing lists supported by
  +                          users.',
  +           },
  +    ],
  +    
       chapters => [qw(
              training.html
              commercial.html
  
  
  

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