pereinar    2002/06/02 05:33:38

  Modified:    src      .htaccess
               src/docs config.cfg
               src/docs/1.0/os/win32 Changes.pod config.pod install.pod
  Added:       src/about .cvsignore
               src/docs/1.0/os .cvsignore config.cfg
  Removed:     src/docs credits.pod
               src/docs/1.0/os/win32 config.cfg
  Log:
  src/.htaccess:
      changed some faulty redirects.
  src/about/.cvsignore:
      added .cvsignore
  
  src/docs:
      moved win32 docset to os docset with Win32 as a group. Added os docset to 
docs.
      added .cvsignore to os
      fixed some errors in win32 config.pod and install.pod (POD link errors)
      Added this to changes and made CHANGES -> Changes
  
      removed credits.pod which is now obsolete.
  
  Revision  Changes    Path
  1.8       +7 -13     modperl-docs/src/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/.htaccess,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- .htaccess 12 May 2002 10:36:14 -0000      1.7
  +++ .htaccess 2 Jun 2002 12:33:38 -0000       1.8
  @@ -6,19 +6,13 @@
   Redirect permanent /guide/ http://perl.apache.org/docs/1.0/guide/
   
   # Distributed with mod_perl
  -Redirect permanent /src/mod_perl.html http://perl.apache.org/docs/index.html
   Redirect permanent /src/apache-modlist.html 
http://perl.apache.org/products/apache-modlist.html
  -Redirect permanent /src/cgi_to_mod_perl.html 
http://perl.apache.org/docs/index.html
  -Redirect permanent /src/mod_perl_traps.html 
http://perl.apache.org/docs/index.html
   # (equivalent to those with /src above, but it seems like the dist is kept 
symlinked in 2 locations)
  -Redirect permanent /dist/mod_perl.html http://perl.apache.org/docs/index.html
   Redirect permanent /dist/apache-modlist.html 
http://perl.apache.org/products/apache-modlist.html
  -Redirect permanent /dist/cgi_to_mod_perl.html 
http://perl.apache.org/docs/index.html
  -Redirect permanent /dist/mod_perl_traps.html 
http://perl.apache.org/docs/index.html
   
   # FAQs
   Redirect permanent /faq/mod_perl_cgi.html 
http://perl.apache.org/docs/index.html
  -Redirect permanent /mod_perl_cvs.html http://perl.apache.org/docs/index.html
  +Redirect permanent /mod_perl_cvs.html 
http://perl.apache.org/docs/general/cvs_howto.html
   Redirect permanent /faq/index.html http://perl.apache.org/docs/index.html
   Redirect permanent /tuning/index.html http://perl.apache.org/docs/index.html
   Redirect permanent /faq/mod_perl_api.html 
http://perl.apache.org/docs/index.html
  @@ -50,12 +44,12 @@
   Redirect permanent /stories/wmboerse.html 
http://perl.apache.org/outstanding/success_stories/wmboerse.html
   
   # Win32 docs
  -Redirect permanent /win32_binaries.html 
http://perl.apache.org/docs/1.0/win32/binaries.html
  -Redirect permanent /win32_binaries.pod 
http://perl.apache.org/docs/1.0/win32/binaries.pod
  -Redirect permanent /win32_compile.html 
http://perl.apache.org/docs/1.0/win32/compile.html
  -Redirect permanent /win32_compile.pod 
http://perl.apache.org/docs/1.0/win32/compile.pod
  -Redirect permanent /win32_multithread.html 
http://perl.apache.org/docs/1.0/win32/multithread.html
  -Redirect permanent /win32_multithread.pod 
http://perl.apache.org/docs/1.0/win32/multithread.pod
  +Redirect permanent /win32_binaries.html 
http://perl.apache.org/docs/1.0/os/win32/index.html
  +Redirect permanent /win32_binaries.pod 
http://perl.apache.org/docs/1.0/os/win32/index.html
  +Redirect permanent /win32_compile.html 
http://perl.apache.org/docs/1.0/os/win32/index.html
  +Redirect permanent /win32_compile.pod 
http://perl.apache.org/docs/1.0/os/win32/index.html
  +Redirect permanent /win32_multithread.html 
http://perl.apache.org/docs/1.0/os/win32/multithread.html
  +Redirect permanent /win32_multithread.pod 
http://perl.apache.org/docs/1.0/win32/multithread.pod.orig
   
   # E-mail etiquette
   Redirect permanent /email-etiquette.html 
http://perl.apache.org/maillist/email-etiquette.html
  
  
  
  1.1                  modperl-docs/src/about/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  cache.*.dat
  
  
  1.10      +1 -6      modperl-docs/src/docs/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- config.cfg        31 May 2002 01:52:24 -0000      1.9
  +++ config.cfg        2 Jun 2002 12:33:38 -0000       1.10
  @@ -16,6 +16,7 @@
       docsets => [qw(
           1.0/guide
           1.0/api
  +        1.0/os
       )],
   
       group => 'mod_perl 2.x Documentation',
  @@ -33,12 +34,6 @@
           tutorials
           offsite
       )],
  -
  -    group => 'Miscellaneous',
  -    chapters => [qw(
  -        credits.pod
  -    )],
  -
   
   );
   
  
  
  
  1.1                  modperl-docs/src/docs/1.0/os/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  cache.*.dat
  
  
  1.1                  modperl-docs/src/docs/1.0/os/config.cfg
  
  Index: config.cfg
  ===================================================================
  use vars qw(@c);
  @c = (
      id => 'os',
  
      title => "Operating System specific information",
  
      abstract => <<EOB,
  Documents concerning OS-specific installation or pitfalls.
  EOB
  
      group => 'Win32 Platforms',
  
      chapters => [qw(
          win32/install.pod
          win32/config.pod
          win32/multithread.pod
          win32/Changes.pod
      )],
  );
  
  
  
  1.3       +5 -1      modperl-docs/src/docs/1.0/os/win32/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/Changes.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Changes.pod       30 May 2002 19:37:50 -0000      1.2
  +++ Changes.pod       2 Jun 2002 12:33:38 -0000       1.3
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -CHANGES
  +Changes
   
   =head1 Description
   
  @@ -8,6 +8,10 @@
   documents, since you've read these last time.
   
   The most recent changes are listed first.
  +
  +=head1 ???
  +
  +* Make the os docset, containing the win32 chapters.
   
   =head1 Thu May 30 13:47:02  SGT 2002
   
  
  
  
  1.2       +1 -1      modperl-docs/src/docs/1.0/os/win32/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.pod        30 May 2002 19:37:50 -0000      1.1
  +++ config.pod        2 Jun 2002 12:33:38 -0000       1.2
  @@ -113,7 +113,7 @@
   =head1 See Also
   
   The directions for
  -<installing mod_perl-1 on Win32|docs::1.0::os::win32::install>,
  +L<installing mod_perl-1 on Win32|docs::1.0::os::win32::install>,
   the L<mod_perl documentation|docs::index>, and http://take23.org/.
   
   =head1 Maintainers
  
  
  
  1.3       +1 -1      modperl-docs/src/docs/1.0/os/win32/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.pod       31 May 2002 02:47:01 -0000      1.2
  +++ install.pod       2 Jun 2002 12:33:38 -0000       1.3
  @@ -246,7 +246,7 @@
   =head1 See Also
   
   The directions for
  -<configuring mod_perl-1 on Win32|docs::1.0::os::win32::config>, 
  +L<configuring mod_perl-1 on Win32|docs::1.0::os::win32::config>, 
   the L<mod_perl documentation|docs::index>, and http://take23.org/.
   
   =head1 Maintainers
  
  
  

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

Reply via email to