stas        2002/06/29 12:21:52

  Modified:    tmpl/custom/html navbar_local_bottom
               src      config.cfg
               src/docs/1.0/api config.cfg
               src/docs/1.0/guide config.cfg
               src/docs/1.0/os/win32 config.cfg
               src/docs/2.0/devel config.cfg
               src/docs/2.0/os/win32 config.cfg
               src/docs/2.0/user config.cfg
               src/docs/general config.cfg
               src/docs/offsite config.cfg
               src/docs/tutorials config.cfg
               src/download config.cfg
               src/maillist config.cfg
  Added:       tmpl/custom/html changes_link
  Log:
  changes are now separate objects
  
  Revision  Changes    Path
  1.8       +2 -1      modperl-docs/tmpl/custom/html/navbar_local_bottom
  
  Index: navbar_local_bottom
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navbar_local_bottom       28 Jun 2002 06:36:57 -0000      1.7
  +++ navbar_local_bottom       29 Jun 2002 19:21:51 -0000      1.8
  @@ -14,7 +14,8 @@
                  </table>
               </td>
              <td width="1"><br></td>
  -           <td align="left" nowrap>[%- INCLUDE top_link -%]</td>
  +           <td align="left" nowrap>[%- INCLUDE top_link -%]  
  +                                   [%- INCLUDE changes_link -%]</td>
              <td width="100%"><br></td>
              <td align="right" nowrap>[%- INCLUDE prev_next_link -%]</td>
              <td width="1"><br></td>
  
  
  
  1.1                  modperl-docs/tmpl/custom/html/changes_link
  
  Index: changes_link
  ===================================================================
  [%
      changes_id = doc.nav.index_node.extra.changes;
      IF changes_id;
         changes_nav = doc.nav.by_id(changes_id);
  -%]
  <a href="[% changes_nav.meta.link %]"><img src="[%- doc.dir.abs_doc_root 
-%]/images/nav/page_changes.gif" width="56" height="16" border="0" alt="Changes 
file"></a>
  [%  END -%]
  
  
  
  1.31      +1 -1      modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- config.cfg        9 Jun 2002 19:44:04 -0000       1.30
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.31
  @@ -30,8 +30,8 @@
   
       hidden => [
           chapters => [qw(
  -            404.html
               search/searchresults.html
  +            404.html
           )],
       ],
   
  
  
  
  1.8       +2 -4      modperl-docs/src/docs/1.0/api/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.cfg        11 Jun 2002 04:20:52 -0000      1.7
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.8
  @@ -60,9 +60,7 @@
           Apache/SizeLimit.pod
       )],
   
  -    group => 'Miscellaneous',
  -    chapters => [qw(
  -        Changes.pod
  -    )],
  +    changes => 'Changes.pod',
  +
   );
   1;
  
  
  
  1.7       +2 -5      modperl-docs/src/docs/1.0/guide/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.cfg,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.cfg        11 Jun 2002 10:19:24 -0000      1.6
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.7
  @@ -42,12 +42,9 @@
           help.pod
       )],
   
  -    group    => 'Miscellaneous',
  -    chapters => [qw(
  -        Changes.pod
  -    )],
  +    changes => 'Changes.pod',
   
  -       copy_glob => [qw(
  +    copy_glob => [qw(
           code
       )],
   
  
  
  
  1.5       +3 -1      modperl-docs/src/docs/1.0/os/win32/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.cfg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.cfg        16 Jun 2002 12:04:17 -0000      1.4
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.5
  @@ -12,6 +12,8 @@
           install.pod
           config.pod
           multithread.pod
  -        Changes.pod
       )],
  +
  +    changes => 'Changes.pod',
  +
   );
  
  
  
  1.8       +1 -4      modperl-docs/src/docs/2.0/devel/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.cfg        11 Jun 2002 04:20:52 -0000      1.7
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.8
  @@ -32,10 +32,7 @@
           help/help.pod
       )],
   
  -    group    => 'Miscellaneous',
  -    chapters => [qw(
  -        Changes.pod
  -    )],
  +    changes => 'Changes.pod',
   
       copy_glob => [qw(
           debug_c/code
  
  
  
  1.5       +3 -1      modperl-docs/src/docs/2.0/os/win32/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.cfg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.cfg        27 Jun 2002 10:10:57 -0000      1.4
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.5
  @@ -11,6 +11,8 @@
       chapters => [qw(
           install.pod
           config.pod
  -        Changes.pod
       )],
  +
  +    changes => 'Changes.pod',
  +
   );
  
  
  
  1.10      +2 -4      modperl-docs/src/docs/2.0/user/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config.cfg,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- config.cfg        28 Jun 2002 17:59:22 -0000      1.9
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.10
  @@ -33,9 +33,7 @@
             help/help.pod
       )],
   
  -    group    => 'Miscellaneous',
  -    chapters => [ qw(
  -          Changes.pod
  -    )],
  +    changes => 'Changes.pod',
   
   );
  +
  
  
  
  1.6       +1 -4      modperl-docs/src/docs/general/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/config.cfg,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.cfg        10 Jun 2002 21:35:27 -0000      1.5
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.6
  @@ -34,9 +34,6 @@
           perl_myth.pod
       )],
   
  -    group => 'Miscellaneous',
  -    chapters => [qw(
  -        Changes.pod
  -    )],
  +    changes => 'Changes.pod',
   
   );
  
  
  
  1.3       +2 -1      modperl-docs/src/docs/offsite/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/offsite/config.cfg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.cfg        10 May 2002 07:46:02 -0000      1.2
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.3
  @@ -14,7 +14,8 @@
           books.pod
           articles.pod
           other.pod
  -        Changes.pod
       )],
  +
  +    changes => 'Changes.pod',
   
   );
  
  
  
  1.7       +1 -4      modperl-docs/src/docs/tutorials/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/tutorials/config.cfg,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.cfg        5 Jun 2002 17:39:52 -0000       1.6
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.7
  @@ -32,10 +32,7 @@
           client/browserbugs/browserbugs.pod
       )],
   
  -    group => 'Miscellaneous',
  -    chapters => [qw(
  -        Changes.pod
  -    )],
  +    changes => 'Changes.pod',
   
       copy_glob => [qw(
           */*/*.png
  
  
  
  1.8       +5 -3      modperl-docs/src/download/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/download/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.cfg        11 Jun 2002 05:58:47 -0000      1.7
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.8
  @@ -22,10 +22,12 @@
           docs.pod
       )],
   
  +    changes => 'Changes.pod',
  +
       # non-pod/html files or dirs to be copied unmodified
  -    copy => [
  -            ],
  -   );
  +    copy_glob => [
  +    ],
  +);
   
   
   
  
  
  
  1.7       +2 -1      modperl-docs/src/maillist/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/config.cfg,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.cfg        12 May 2002 05:41:22 -0000      1.6
  +++ config.cfg        29 Jun 2002 19:21:51 -0000      1.7
  @@ -29,8 +29,9 @@
              embperl.pod
              asp.pod
              contact.pod
  -           Changes.pod
             )
       ],
  +
  +    changes => 'Changes.pod',
   
   );
  
  
  

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

Reply via email to