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/04/21 16:31:26 UTC

cvs commit: modperl-docs/src/docs/1.0/guide correct_headers.pod help.pod

stas        02/04/21 07:31:26

  Modified:    src/docs/1.0/api/Apache SizeLimit.pod
               src/docs/1.0/guide correct_headers.pod help.pod
  Log:
  use L<|guide::index> to point to the guide
  
  Revision  Changes    Path
  1.2       +3 -2      modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod
  
  Index: SizeLimit.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SizeLimit.pod	21 Apr 2002 07:26:37 -0000	1.1
  +++ SizeLimit.pod	21 Apr 2002 14:31:26 -0000	1.2
  @@ -80,8 +80,9 @@
   In addition to simply checking the total size of a process, this
   module can factor in how much of the memory used by the process is
   actually being shared by copy-on-write.  If you don't understand how
  -memory is shared in this way, take a look at the mod_perl Guide at
  -http://perl.apache.org/guide/.
  +memory is shared in this way, take a look at the L<mod_perl
  +Guide|docs::1.0::guide::index>.
  +
   
   META: change link when site is live.
   
  
  
  
  1.6       +2 -2      modperl-docs/src/docs/1.0/guide/correct_headers.pod
  
  Index: correct_headers.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/correct_headers.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- correct_headers.pod	3 Apr 2002 09:16:08 -0000	1.5
  +++ correct_headers.pod	21 Apr 2002 14:31:26 -0000	1.6
  @@ -123,7 +123,7 @@
     use Date::Parse;
     # Date::Parse parses RCS format, Apache::Util::parsedate doesn't
     $Mtime ||=
  -    Date::Parse::str2time(substr q$Date: 2002/04/03 09:16:08 $, 6);
  +    Date::Parse::str2time(substr q$Date: 2002/04/21 14:31:26 $, 6);
     $r->set_last_modified($Mtime);
   
   =head3 Expires and Cache-Control
  @@ -575,7 +575,7 @@
   
   =head2 [1]
   
  -Stas Bekman: mod_perl Guide. http://perl.apache.org/guide/
  +Stas Bekman: L<mod_perl Guide|docs::1.0::guide::index>
   
   =head2  [2]
   
  
  
  
  1.14      +2 -2      modperl-docs/src/docs/1.0/guide/help.pod
  
  Index: help.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/help.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- help.pod	15 Apr 2002 08:55:42 -0000	1.13
  +++ help.pod	21 Apr 2002 14:31:26 -0000	1.14
  @@ -225,9 +225,9 @@
   
   =back
   
  -=item * mod_perl Guide
  +=item * 
   
  -by Stas Bekman at http://perl.apache.org/guide
  +L<mod_perl Guide|docs::1.0::guide::index> by Stas Bekman.
   
   =item * mod_perl FAQ
   
  
  
  

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