stas        02/05/12 11:09:13

  Modified:    src/docs/1.0/api/Apache Registry.pod
               src/docs/1.0/guide frequent.pod getwet.pod performance.pod
                        troubleshooting.pod
               src/docs/offsite other.pod
               src/help help_with_site.pod index_top.html
               src/maillist README index_top.html
  Log:
  broken links fixing crusade
  
  Revision  Changes    Path
  1.4       +1 -1      modperl-docs/src/docs/1.0/api/Apache/Registry.pod
  
  Index: Registry.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Registry.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Registry.pod      12 May 2002 05:41:21 -0000      1.3
  +++ Registry.pod      12 May 2002 18:09:12 -0000      1.4
  @@ -21,7 +21,7 @@
   scripts very fast under mod_perl, by compiling all scripts once and
   then caching them in memory.
   
  -URIs in the form of I<http://www.host.com/perl/file.pl> will be
  +URIs in the form of I<http://www.example.com/perl/file.pl> will be
   compiled as the body of a perl subroutine and executed.  Each server
   process or 'child' will compile the subroutine once and store it in
   memory. It will recompile it whenever the file is updated on disk.
  
  
  
  1.6       +2 -2      modperl-docs/src/docs/1.0/guide/frequent.pod
  
  Index: frequent.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/frequent.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- frequent.pod      11 May 2002 11:54:44 -0000      1.5
  +++ frequent.pod      12 May 2002 18:09:12 -0000      1.6
  @@ -6,8 +6,8 @@
   
   Some problems come up very often on the mailing list.  If there is
   some important problem that is being reported frequently on the list
  -which is not included below, even if it is found elsewhere in the Guide,
  -please L<tell me|guide::help/Contacting_me>.
  +which is not included below, even if it is found elsewhere in the
  +Guide, please report to L<mod_perl mailing list|maillist::modperl>.
   
   =head1 my() scoped variable in nested subroutines
   
  
  
  
  1.5       +3 -3      modperl-docs/src/docs/1.0/guide/getwet.pod
  
  Index: getwet.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/getwet.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getwet.pod        10 May 2002 07:47:40 -0000      1.4
  +++ getwet.pod        12 May 2002 18:09:12 -0000      1.5
  @@ -325,11 +325,11 @@
     mod_perl/1.24 configured -- resuming normal operations
   
   Now point the browser to I<http://localhost/> or
  -I<http://your.server.name/> as configured with the C<ServerName>
  +I<http://example.name/> as configured with the C<ServerName>
   directive. If the C<Port> directive has been set with a value
   different from C<80>, add this port number at the end of the server
   name. For example, if the port is 8080, test the server with
  -I<http://localhost:8080/> or I<http://your.server.name:8080/>. The
  +I<http://localhost:8080/> or I<http://example.com:8080/>. The
   infamous I<"It worked"> page should appear in the browser, which is an
   C<index.html> file that C<make install> in the Apache source tree
   installs automatically. If this page does not appear, something went
  @@ -582,7 +582,7 @@
   the same machine as the server. If not, use the real server name for
   this test. For example:
   
  -  http://your.server.name/perl/mod_perl_rules1.pl
  +  http://example.com/perl/mod_perl_rules1.pl
   
   If there is any problem please refer to the I<error_log> file for the
   error messages.
  
  
  
  1.13      +3 -2      modperl-docs/src/docs/1.0/guide/performance.pod
  
  Index: performance.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/performance.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- performance.pod   12 May 2002 16:38:32 -0000      1.12
  +++ performance.pod   12 May 2002 18:09:12 -0000      1.13
  @@ -5414,8 +5414,9 @@
   notoriously latency-sensitive which in most cases generates a network
   transaction per row returned which slows things down if the query
   execution matches many rows. You may want to read the Tim Bunce's
  -Advanced DBI talk at http://www.carumba.com/talk/perl/DBI_Talk3_1999/
  -which covers a lot of techniques to reduce latency.
  +Advanced DBI talk at
  +http://dbi.perl.org/doc/conferences/tim_1999/index.html which covers a
  +lot of techniques to reduce latency.
   
   So here is the basic approach of making the connection persistent:
   
  
  
  
  1.11      +3 -3      modperl-docs/src/docs/1.0/guide/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- troubleshooting.pod       11 May 2002 11:54:44 -0000      1.10
  +++ troubleshooting.pod       12 May 2002 18:09:12 -0000      1.11
  @@ -276,9 +276,9 @@
   script is trying to write to the client.  With Apache 1.3.x, you should
   only see the rwrite messages if C<LogLevel> is set to C<debug>.
   
  -There was a bug that reported this debug message regardless of the 
  -value of the C<LogLevel> directive.  It was fixed in mod_perl 1.19_01 
  -(L<CVS version|download::third_party/mod_perl>).
  +There was a bug that reported this debug message regardless of the
  +value of the C<LogLevel> directive.  It was fixed in mod_perl 1.19_01
  +(L<CVS version|download::source/mod_perl_1_x>).
   
   Generally C<LogLevel> is either C<debug> or C<info>.  C<debug> logs
   everything, C<info> is the next level, which doesn't include debug
  
  
  
  1.2       +1 -1      modperl-docs/src/docs/offsite/other.pod
  
  Index: other.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/offsite/other.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- other.pod 10 May 2002 07:46:02 -0000      1.1
  +++ other.pod 12 May 2002 18:09:13 -0000      1.2
  @@ -212,7 +212,7 @@
   
   =item * DBI Homepage
   
  -http://www.symbolstone.org/technology/perl/DBI/
  +http://dbi.perl.org/
   
   =item * DBI mailing list information
   
  
  
  
  1.7       +1 -1      modperl-docs/src/help/help_with_site.pod
  
  Index: help_with_site.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/help/help_with_site.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- help_with_site.pod        12 May 2002 05:41:22 -0000      1.6
  +++ help_with_site.pod        12 May 2002 18:09:13 -0000      1.7
  @@ -94,7 +94,7 @@
   =for html
     <table border="0" cellpadding="0" cellspacing="0" width="80%">
         <tr align="center">
  -          <td><a href="http://perl.apache.org/";><img 
src="../images/logo/mod_perl.gif" height="30" width="90" border="0" 
alt="mod_perl logo"></a></td>
  +          <td><a href="http://perl.apache.org/";><img 
src="../images/logo/mod_perl_logo.jpg" height="31" width="139" border="0" 
alt="mod_perl logo"></a></td>
             <td><a href="http://validator.w3.org/check/referer";><img 
src="../images/logo/valid-html401.png" height="31" width="88" border="0" 
alt="Valid HTML 4.01"></a></td>
             <td><a href="http://jigsaw.w3.org/css-validator/";><img 
src="../images/logo/valid-css.png" height="31" width="88" border="0" alt="Valid 
CSS"></a></td>
             <td><a href="http://www.template-toolkit.org/";><img 
src="../images/logo/tt2power.gif" width="78" height="47" border="0" 
alt="powered by Template::Toolkit"></a></td>
  
  
  
  1.5       +1 -1      modperl-docs/src/help/index_top.html
  
  Index: index_top.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/help/index_top.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index_top.html    10 May 2002 06:51:46 -0000      1.4
  +++ index_top.html    12 May 2002 18:09:13 -0000      1.5
  @@ -38,7 +38,7 @@
   
   <p>
   If you are looking for a mod_perl job or someone to do the job for
  -you, the <a href="../about/jobs.html">jobs</a> page is for you.
  +you, the <a href="../jobs/jobs.html">jobs</a> page is for you.
   </p>
   
     </body>
  
  
  
  1.2       +1 -1      modperl-docs/src/maillist/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README    5 Jan 2002 19:15:41 -0000       1.1
  +++ README    12 May 2002 18:09:13 -0000      1.2
  @@ -1,4 +1,4 @@
  -WARNING: All the list-*.pod files are autogenerated, do not edit them
  +WARNING: All the lists *.pod files are autogenerated, do not edit them
   directly!  Instead, to adjust the data -- modify 'data.pl' and to
   modify the look-n-feel -- modify 'maillist.tmpl'.
   
  
  
  
  1.4       +1 -1      modperl-docs/src/maillist/index_top.html
  
  Index: index_top.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/index_top.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index_top.html    10 May 2002 06:50:42 -0000      1.3
  +++ index_top.html    12 May 2002 18:09:13 -0000      1.4
  @@ -6,7 +6,7 @@
   
   <p>
   The most popular list for sharing ideas is the <a
  -href="list-modperl.html">mod_perl users list</a>. If you have any
  +href="modperl.html">mod_perl users list</a>. If you have any
   questions about mod_perl, that is where you should go. The other lists
   cover more specific subjects, mostly related to mod_perl development.
   </p>
  
  
  

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

Reply via email to