Mailing List Archive

svn commit: r1559208 - in /perl/modperl/docs/trunk: ./ src/docs/1.0/guide/ src/docs/2.0/user/help/ src/docs/2.0/user/install/ src/docs/general/os/win32/ src/download/ src/products/
Author: stevehay
Date: Fri Jan 17 18:10:53 2014
New Revision: 1559208

URL: http://svn.apache.org/r1559208
Log:
Update release location from http://perl.apache.org/dist/ to http://apache.org/dist/perl/.
Also use SVN tags as the target of "browse" links, removing the need for having the exploded source tree on the ASF mirror system.

Modified:
perl/modperl/docs/trunk/doap_Perl.rdf
perl/modperl/docs/trunk/src/docs/1.0/guide/getwet.pod
perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod
perl/modperl/docs/trunk/src/docs/1.0/guide/scenario.pod
perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod
perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod
perl/modperl/docs/trunk/src/download/index_top.html
perl/modperl/docs/trunk/src/download/source.pod
perl/modperl/docs/trunk/src/products/apache-modules.pod

Modified: perl/modperl/docs/trunk/doap_Perl.rdf
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/doap_Perl.rdf?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/doap_Perl.rdf (original)
+++ perl/modperl/docs/trunk/doap_Perl.rdf Fri Jan 17 18:10:53 2014
@@ -9,7 +9,7 @@
<category rdf:resource="http://projects.apache.org/category/httpd-module"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<bug-database rdf:resource="http://perl.apache.org/bugs/"/>
- <download-page rdf:resource="http://perl.apache.org/dist/"/>
+ <download-page rdf:resource="http://apache.org/dist/perl/"/>
<asfext:pmc rdf:resource="http://perl.apache.org/"/>

<shortdesc xml:lang="en">

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/getwet.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/getwet.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/getwet.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/getwet.pod Fri Jan 17 18:10:53 2014
@@ -66,7 +66,7 @@ Acquire the source code distrubutions of
Internet, using your favorite web browser or one of the command line
clients like I<wget>, I<lwp-download>, etc. These two distributions
are available from I<http://www.apache.org/dist/httpd/> and
-I<http://perl.apache.org/dist/>.
+I<http://apache.org/dist/perl/>.

Remember that mod_perl 1.0 works only with Apache 1.3, and L<mod_perl
2.0|docs::2.0::user::index> requires Apache 2.0. In this chapter we talk
@@ -121,7 +121,7 @@ installation process chapter|guide::inst

The first step is to obtain the source code distributions of Apache,
available from http://www.apache.org/dist/httpd/ and mod_perl,
-available from http://perl.apache.org/dist/. Of course you can use
+available from http://apache.org/dist/perl/. Of course you can use
your favorite mirror sites to get these distributions.

Even if you have the Apache server running on your machine, usually

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod Fri Jan 17 18:10:53 2014
@@ -22,7 +22,7 @@ standard flavor of Unix OS.

% cd /usr/src
% lwp-download http://www.apache.org/dist/httpd/apache_1.3.xx.tar.gz
- % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-1.xx.tar.gz
% tar xzvf apache_1.3.xx.tar.gz
% tar xzvf mod_perl-1.xx.tar.gz
% cd mod_perl-1.xx
@@ -1269,7 +1269,7 @@ of the distributions you are about to us
stable version number, visit the components' sites. So if the
instructions say:

- http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ http://apache.org/dist/perl/mod_perl-1.xx.tar.gz

go to http://perl.apache.org/download/ in order to learn the version
number of the latest stable release and download the appropriate file.
@@ -1288,7 +1288,7 @@ which is based on SSLeay from Eric A. Yo
Download the sources:

% lwp-download http://www.apache.org/dist/apache_1.3.xx.tar.gz
- % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-1.xx.tar.gz
% lwp-download http://www.modssl.org/source/mod_ssl-x.x.x-x.x.x.tar.gz
% lwp-download http://www.openssl.org/source/openssl-x.x.x.tar.gz

@@ -1371,9 +1371,9 @@ Source: http://www.openssl.org/

=item 1

- % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-1.xx.tar.gz

-Source: http://perl.apache.org/dist
+Source: http://apache.org/dist/perl

=item 1

@@ -1491,7 +1491,7 @@ long as you retain the copyright notices
Download the sources:

% lwp-download http://www.apache.org/dist/apache_1.3.xx.tar.gz
- % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-1.xx.tar.gz
% lwp-download http://www.apache-ssl.org/.../apache_1.3.xx+ssl_x.xx.tar.gz
% lwp-download http://www.openssl.org/source/openssl-x.x.x.tar.gz

@@ -1546,7 +1546,7 @@ http://www.c2.net/products/sh2/ .

Having done that, download the sources:

- % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-1.xx.tar.gz

Unpack:


Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/scenario.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/scenario.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/scenario.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/scenario.pod Fri Jan 17 18:10:53 2014
@@ -27,7 +27,7 @@ on the Linux operating system.

% cd /usr/src
% lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz
- % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-x.xx.tar.gz
% tar xzvf apache_x.x.x.tar.gz
% tar xzvf mod_perl-x.xx.tar.gz
% cd mod_perl-x.xx
@@ -50,7 +50,7 @@ If you have the C<lwp-download> utility
download the sources of both packages:

% lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz
- % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
+ % lwp-download http://apache.org/dist/perl/mod_perl-x.xx.tar.gz

C<lwp-download> is a part of the LWP module (from the C<libwww> package),
and you will need to have it installed in order for mod_perl's C<make

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod Fri Jan 17 18:10:53 2014
@@ -73,7 +73,7 @@ report it.

Reviewing the Changes file may help as well. Here is the Changes file
of the most recenly released version:
-http://perl.apache.org/dist/mod_perl-2.0-current/Changes .
+http://apache.org/dist/perl/mod_perl-2.0-current/Changes .

If the problem persists with the latest version, you may also want to
try to reproduce the problem with L<the latest development

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Fri Jan 17 18:10:53 2014
@@ -296,7 +296,7 @@ Download from I<http://perl.apache.org/d
CPAN mirror.

This direct link which symlinks to the latest release should work too:
-I<http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz>.
+I<http://apache.org/dist/perl/mod_perl-2.0-current.tar.gz>.

For the purpose of examples in this chapter we will use the package
named I<mod_perl-2.x.x.tar.gz>, where I<x.x> should be replaced with

Modified: perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/os/win32/faq.pod Fri Jan 17 18:10:53 2014
@@ -322,10 +322,10 @@ packages|docs::2.0::os::win32::install/P
The utilities C<apxs>, C<apr-config>, and C<apu-config> have
not been fully ported yet to Win32 for Apache2. A development port
is available in the F<apxs_win32.tar.gz> archive found under
-L<http://perl.apache.org/dist/win32-bin/>; installation
+L<http://apache.org/dist/perl/win32-bin/>; installation
instructions are found in the accompanying F<README> file.
One can also install these utilties by running the F<install_apxs>
-script under L<http://perl.apache.org/dist/win32-bin/>. Note that
+script under L<http://apache.org/dist/perl/win32-bin/>. Note that
this port does not offer yet the full functionality of
the unix version - in particular, features enabling the utilities
to be used within the Apache2 sources are missing. Nevertheless,

Modified: perl/modperl/docs/trunk/src/download/index_top.html
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/index_top.html?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/index_top.html (original)
+++ perl/modperl/docs/trunk/src/download/index_top.html Fri Jan 17 18:10:53 2014
@@ -9,17 +9,17 @@

<li>mod_perl 2.0: Version 2.0.8 - April 17, 2013<br>
For use with Apache 2.0.x / 2.2.x <br/>
- <a href="http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz">Download</a> |
- <a href="http://perl.apache.org/dist/mod_perl-2.0-current">Browse</a> |
- <a href="http://perl.apache.org/dist/mod_perl-2.0-current/Changes">Changes</a> |
+ <a href="http://apache.org/dist/perl/mod_perl-2.0.8.tar.gz">Download</a> |
+ <a href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_8">Browse</a> |
+ <a href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_8/Changes">Changes</a> |
<a href="../docs/2.0/user/install/install.html">Installation</a>
</li>

<li>mod_perl 1.0: Version 1.31 - May 11, 2009<br>
For use with Apache 1.3.x <br/>
- <a href="http://perl.apache.org/dist/mod_perl-1.0-current.tar.gz">Download</a> |
- <a href="http://perl.apache.org/dist/mod_perl-1.0-current">Browse</a> |
- <a href="http://perl.apache.org/dist/mod_perl-1.0-current/Changes">Changes</a> |
+ <a href="http://apache.org/dist/perl/mod_perl-1.31.tar.gz">Download</a> |
+ <a href="http://svn.apache.org/repos/asf/perl/modperl/tags/1_31">Browse</a> |
+ <a href="http://svn.apache.org/repos/asf/perl/modperl/tags/1_31/Changes">Changes</a> |
<a href="../docs/1.0/guide/getwet.html">Installation</a>
<br><br>
</li>

Modified: perl/modperl/docs/trunk/src/download/source.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/source.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/source.pod (original)
+++ perl/modperl/docs/trunk/src/download/source.pod Fri Jan 17 18:10:53 2014
@@ -26,7 +26,7 @@ guide|docs::2.0::user::install::install>

=item * Master Source distribution

-Release http://perl.apache.org/dist/
+Release http://apache.org/dist/perl/

=item * CPAN

@@ -127,7 +127,7 @@ guide|docs::1.0::guide::install>.

=item * Master Source distribution

-Release http://perl.apache.org/dist
+Release http://apache.org/dist/perl/

=item * CPAN


Modified: perl/modperl/docs/trunk/src/products/apache-modules.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/products/apache-modules.pod?rev=1559208&r1=1559207&r2=1559208&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/products/apache-modules.pod (original)
+++ perl/modperl/docs/trunk/src/products/apache-modules.pod Fri Jan 17 18:10:53 2014
@@ -44,7 +44,7 @@ Modules listed with the B<APML> as is co
distribution package. Other modules can be found on CPAN in the
http://www.cpan.org/modules/by-module/Apache/ directory. If they have
not made it to CPAN yet, they might be found in the mod_perl
-I<contrib> directory at http://perl.apache.org/dist/contrib/.
+I<contrib> directory at http://apache.org/dist/perl/contrib/.
Otherwise, feel free to ask the contact author or the list how you can
go about getting your hands on a copy. The modules listed with B<MPB>
as the author were present in the I<Writing Apache Modules with Perl



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