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 2004/06/23 23:18:08 UTC

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

stas        2004/06/23 14:18:08

  Modified:    src/docs/2.0/api config.cfg
  Log:
  add a xref to libapreq manpages
  
  Revision  Changes    Path
  1.37      +9 -1      modperl-docs/src/docs/2.0/api/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -u -r1.36 -r1.37
  --- config.cfg	21 May 2004 19:27:11 -0000	1.36
  +++ config.cfg	23 Jun 2004 21:18:08 -0000	1.37
  @@ -93,6 +93,14 @@
           ModPerl/BuildMM.pod
       )],
   
  -
  +    group    => 'Related Modules',
  +    links    => [
  +        {
  +         id => 'libapreq',
  +         link => 'http://httpd.apache.org/apreq/docs/libapreq2/',
  +         title => 'libapreq modules',
  +         abstract => 'Apache::Request, Apache::Cookie, etc.'
  +        },
  +    ],
   
   );
  
  
  

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