stas 02/03/25 08:25:54 Modified: src/download binaries.pod bundles.html config.cfg Added: src/download source.pod Removed: src/download stable.html Log: - download info re-org, add source distros page + cvs Revision Changes Path 1.3 +14 -9 modperl-docs/src/download/binaries.pod Index: binaries.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/download/binaries.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- binaries.pod 17 Jan 2002 02:44:39 -0000 1.2 +++ binaries.pod 25 Mar 2002 16:25:54 -0000 1.3 @@ -1,21 +1,20 @@ =head1 NAME -Source and Binary mod_perl distributions +Binary mod_perl distributions =head1 Description -This page includes links to various source and binary mod_perl -distributions. If you know about a distribution that isn't listed -here, please tell us (by announcing it at the mod_perl list). +This document includes links to various binary mod_perl distributions. -=head1 Locations +If you know about a distribution that isn't listed here, please tell +us (by announcing it at the mod_perl list). -=over +See also L<the source distributions|download::source> and the +L<bundles|download::bundles>. -=item * +=head1 How to get pre-compiled mod_perl -Master Source distribution - Release http://perl.apache.org/dist, the -latest CVS snapshot http://cvs.apache.org/snapshots/ +=over =item * @@ -76,6 +75,12 @@ i386 RPMs + SRPM (RedHat) of Apache with mod_perl and php3 built staticaly. (made by Vladimir Ivaschenko) http://www.hazard.maks.net/apache/ + +=item * + +OS vendors may supply their own pre-compiled version of mod_perl. +Refer to your OS vendor to figure out if they provide a binary version +of mod_perl. =back 1.5 +14 -7 modperl-docs/src/download/bundles.html Index: bundles.html =================================================================== RCS file: /home/cvs/modperl-docs/src/download/bundles.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bundles.html 28 Feb 2002 04:13:47 -0000 1.4 +++ bundles.html 25 Mar 2002 16:25:54 -0000 1.5 @@ -1,20 +1,27 @@ <html> <head> <title>Software Bundles</title> + <meta name="Description" content="This document explains how to + get other Perl add-on modules used with mod_perl."> </head> <body bgcolor="white"> <p> - - There are several other Perl modules that you might wish to have - installed, to take full advantage of mod_perl - functionality. Provided you have Andreas König's <a - href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</a> - module, simply run: + There are several other Perl modules that you might wish to + have installed, to take full advantage of mod_perl + functionality. Provided you have Andreas König's <a + href="http://www.perl.com/CPAN/modules/by-module/CPAN/">CPAN.pm</a> + module, simply run: </p> <pre> cpan> install Bundle::Apache</pre> <p> - This will fetch and install mod_perl and related packages for you all at once. Otherwise, once you've installed mod_perl see the listing by running + This will fetch and install mod_perl and related packages for + you all at once. Otherwise, once you've installed mod_perl see + the listing by running </p> <pre> % perldoc Bundle::Apache</pre> + +See also L<the binary distributions|download::binaries> and the +L<bundles|download::bundles>. + </body> </html> 1.3 +16 -16 modperl-docs/src/download/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/download/config.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config.cfg 26 Jan 2002 04:24:27 -0000 1.2 +++ config.cfg 25 Mar 2002 16:25:54 -0000 1.3 @@ -1,25 +1,25 @@ use vars qw(@c); @c = ( - id => 'download', + id => 'download', - title => "Download", + title => "Download", - abstract => 'Get Source and Binary mod_perl distributions and additional Perl Modules', + abstract => <<EOB, +Get Source and Binary mod_perl distributions and additional Perl Modules +EOB - # an ordered list pod files relative to $c{src} - # the order is important for a correct placing of the chapters - chapters => [ - qw( - binaries.pod - bundles.html - stable.html - ) - ], + # an ordered list pod files relative to $c{src} + # the order is important for a correct placing of the chapters + chapters => [qw( + source.pod + binaries.pod + bundles.html + )], - # non-pod/html files or dirs to be copied unmodified - copy => [ - ], - ); + # non-pod/html files or dirs to be copied unmodified + copy => [ + ], + ); 1.1 modperl-docs/src/download/source.pod Index: source.pod =================================================================== =head1 NAME Source mod_perl distributions =head1 Description This document explains how to get the mod_perl stable and development source distributions. See also L<the binary distributions|download::binaries> and the L<bundles|download::bundles>. =head1 How to build the source distribution Be sure to read the I<README> and I<INSTALL> documents first and the longer L<the installation guide|guide::install>. =head1 How to get the stable source distribution =over =item * Master Source distribution: Release http://perl.apache.org/dist =item * CPAN: http://www.cpan.org/modules/by-module/Apache/ =item * SRPMs: by David Harris: http://www.davideous.com/modperlrpm/distrib/ by Vladimir Ivaschenko: http://www.hazard.maks.net/apache/ =back =head1 How to get the development source distribution =over =item * The latest CVS snapshot: http://cvs.apache.org/snapshots/ =item * Anonymous CVS: To checkout a fresh copy from anoncvs use: % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login with the password I<anoncvs>. % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl =back =cut
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]