
fwiles at apache
Jul 25, 2006, 3:46 PM
Post #1 of 1
(931 views)
Permalink
|
|
svn commit: r425546 - in /perl/modperl/docs/trunk/src: about/history.pod contribute/svn_howto.pod download/binaries.pod help/isps.html start/tips/favicon.pod
|
|
Author: fwiles Date: Tue Jul 25 15:46:54 2006 New Revision: 425546 URL: http://svn.apache.org/viewvc?rev=425546&view=rev Log: Fixed a few various typos. Modified: perl/modperl/docs/trunk/src/about/history.pod perl/modperl/docs/trunk/src/contribute/svn_howto.pod perl/modperl/docs/trunk/src/download/binaries.pod perl/modperl/docs/trunk/src/help/isps.html perl/modperl/docs/trunk/src/start/tips/favicon.pod Modified: perl/modperl/docs/trunk/src/about/history.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/about/history.pod?rev=425546&r1=425545&r2=425546&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/about/history.pod (original) +++ perl/modperl/docs/trunk/src/about/history.pod Tue Jul 25 15:46:54 2006 @@ -67,7 +67,7 @@ Andreas Koenig <andreas.koenig (at) franz.ww.tu-berlin.de> "From that moment in July 1996, we could count on a number of -interested developers on the mailing list to test the nacent mod_perl. +interested developers on the mailing list to test the nascent mod_perl. The I<Changes> file mentions a few of them: Salvador Ortiz, Alan Beale, and John Detloff. Rob Hartill of IMDB fame joined us in July. (See L<contributors|about::contributors::people> for more @@ -173,7 +173,7 @@ =head2 Core -During 1.x development, there has generally been many bugfixes and +During 1.x development, there has generally been many bug fixes and adaptions to Apache and Perl versions, striving to remain compatible. Some parts stand out as pretty important. @@ -199,7 +199,7 @@ compile fixes for 5.6 + -Duse5005threads [Lincoln Stein <lstein [at] cshl>] -But the most important happenings weren't the bugfixes in the mod_perl +But the most important happenings weren't the bug fixes in the mod_perl core, but all that happened around it. The L<usage statistics|outstanding::stats::netcraft> show an incredible boom in mod_perl deployment, which has been accompanied by the release of very Modified: perl/modperl/docs/trunk/src/contribute/svn_howto.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/contribute/svn_howto.pod?rev=425546&r1=425545&r2=425546&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/contribute/svn_howto.pod (original) +++ perl/modperl/docs/trunk/src/contribute/svn_howto.pod Tue Jul 25 15:46:54 2006 @@ -49,7 +49,7 @@ % svn update -in the top directory of the project. You should run update everytime +in the top directory of the project. You should run update every time before you start working on the project. =head2 Sending Patches Modified: perl/modperl/docs/trunk/src/download/binaries.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/binaries.pod?rev=425546&r1=425545&r2=425546&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/download/binaries.pod (original) +++ perl/modperl/docs/trunk/src/download/binaries.pod Tue Jul 25 15:46:54 2006 @@ -38,7 +38,7 @@ =head2 RedHat Linux (including php3) i386 RPMs + SRPM (RedHat) of Apache with mod_perl and php3 built -staticaly. (made by Vladimir Ivaschenko) +statically. (made by Vladimir Ivaschenko) http://www.hazard.maks.net/apache/ =head2 other OS Modified: perl/modperl/docs/trunk/src/help/isps.html URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/help/isps.html?rev=425546&r1=425545&r2=425546&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/help/isps.html (original) +++ perl/modperl/docs/trunk/src/help/isps.html Tue Jul 25 15:46:54 2006 @@ -192,7 +192,7 @@ <li><a href="http://www.highpoint.co.uk/hosting.html">Highpoint Communications</a>, London, UK based internet company that offers -amongst other things, mod_perl intergration for client web sites</li> +amongst other things, mod_perl integration for client web sites</li> </ul> Modified: perl/modperl/docs/trunk/src/start/tips/favicon.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/start/tips/favicon.pod?rev=425546&r1=425545&r2=425546&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/start/tips/favicon.pod (original) +++ perl/modperl/docs/trunk/src/start/tips/favicon.pod Tue Jul 25 15:46:54 2006 @@ -6,7 +6,7 @@ Anyone that's looked at web logs will quickly see the usefulness of this little mod_perl script. It catches all requests for -I<favicon.ico> and rewrites the request to point to a vaild location. +I<favicon.ico> and rewrites the request to point to a valid location. No more logs full of 404 errors. This example is adapted from the --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|