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/01/24 17:33:56 UTC

cvs commit: modperl-docs/src config.cfg

stas        02/01/24 08:33:56

  Modified:    src/stats config.cfg
               src      config.cfg
  Log:
  - add the stitle attributes to the config files
  
  Revision  Changes    Path
  1.2       +6 -2      modperl-docs/src/stats/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/stats/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg	5 Jan 2002 19:15:41 -0000	1.1
  +++ config.cfg	24 Jan 2002 16:33:56 -0000	1.2
  @@ -2,9 +2,13 @@
   @c = (
       id => 'stats',
   
  -    title => "Statistics",
  +    stitle => "Statistics",
  +    
  +    title => "mod_perl World Wide Deployment Statistics",
   
  -    abstract => "mod_perl deployment statistics",
  +    abstract => <<EOA,
  +Discover how mod_perl is used worldwide, through graphs and numbers.
  +EOA
   
       chapters => [
           qw(
  
  
  
  1.2       +7 -3      modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.cfg	5 Jan 2002 19:21:48 -0000	1.1
  +++ config.cfg	24 Jan 2002 16:33:56 -0000	1.2
  @@ -3,7 +3,9 @@
       (
        id => 'docs',
   
  -     title => "Home",
  +     stitle => "Home",
  +
  +     title => "Welcome to the mod_perl world",
   
        abstract => '',
   
  @@ -27,8 +29,10 @@
            {
             id       => 'take23',
             link     => 'http://take23.org/',
  -          title    => 'News@Take23',
  -          abstract => 'News and Resources for the mod_perl world',
  +          stitle   => 'News@Take23',
  +          title    => 'News and Resources for the mod_perl world',
  +          abstract => 'Take23 is a news, documentation, and general advocacy web site for mod_perl
  +',
            },
        ],
        docsets => [
  
  
  

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