stas 02/04/29 09:48:27
Modified: src/docs config.cfg
src/download source.pod
Log:
- download::source: added info on how to get 2.x, links to cvs_howto
Submitted by: Thomas Klausner <[EMAIL PROTECTED]>
Revision Changes Path
1.6 +9 -1 modperl-docs/src/docs/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- config.cfg 21 Apr 2002 07:29:25 -0000 1.5
+++ config.cfg 29 Apr 2002 16:48:27 -0000 1.6
@@ -10,7 +10,7 @@
mod_perl 1.x and 2.x. If there is anything you need to learn about
mod_perl, you'll learn it here.
EOB
-
+
group => 'mod_perl 1.x Documentation',
docsets => [qw(
@@ -35,4 +35,12 @@
offsite
)],
+ group => 'General Documentation',
+
+ docsets => [qw(
+ general
+ )],
+
);
+
+
1.4 +47 -27 modperl-docs/src/download/source.pod
Index: source.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- source.pod 18 Apr 2002 15:49:05 -0000 1.3
+++ source.pod 29 Apr 2002 16:48:27 -0000 1.4
@@ -4,65 +4,85 @@
=head1 Description
-This document explains how to get the mod_perl stable and development
-source distributions.
+This document explains how to get the mod_perl 1.x and 2.x source
+distributions.
+
+Please note that mod_perl 2.x is considered BETA and should not be
+used in a production environment.
See also L<the binary distributions|download::binaries> and the
L<bundles|download::bundles>.
-=head1 How to build the source distribution
+=head1 mod_perl 1.x
Be sure to read the I<README> and I<INSTALL> documents (in the
distribution package) and the longer L<the installation
-guide|guide::install>.
+guide|docs::1.0::guide::install>.
-=head1 How to get the stable source distribution
+=head2 Stable source distribution
=over
-=item *
+=item * Master Source distribution
-Master Source distribution: Release http://perl.apache.org/dist
+Release http://perl.apache.org/dist
-=item *
+=item * CPAN
-CPAN: http://www.cpan.org/modules/by-module/Apache/
+http://www.cpan.org/modules/by-module/Apache/
-=item *
+=back
-SRPMs:
+=head2 Development source distribution
-by David Harris: http://www.davideous.com/modperlrpm/distrib/
+=over
-by Vladimir Ivaschenko: http://www.hazard.maks.net/apache/
+=item * The latest CVS snapshot
+http://cvs.apache.org/snapshots/modperl/
-=back
+=item * Access to the CVS repository
-=head1 How to get the development source distribution
+Using anoncvs (password is "anoncvs"):
-=over
+ % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login
+ % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl
+
+For more information on using CVS see L<the CVS
HowTo|docs::general::cvs_howto>
+
+=back
-=item *
+=head1 mod_perl 2.x
-The latest CVS snapshot: http://cvs.apache.org/snapshots/modperl/
+Be sure to read the I<README> and I<INSTALL> documents (in the
+distribution package) and the longer mod_perl 2.x L<installation
+guide|docs::2.0::user::install::install>.
-For more information about using the cvs distribution refer to the
-L<mod_perl_cvs|faqs::mod_perl_cvs> document.
+=head2 Development source distribution
-=item *
+=over
-Anonymous CVS:
+=item * tarballs
-To checkout a fresh copy from anoncvs use:
+Download the httpd-2.0 (http://www.apache.org/dist/httpd/) and
+modperl-2.0 tarballs, and extract them in the same directory.
- % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login
+=item * cvs
-with the password I<anoncvs>.
+Using anoncvs (password is "anoncvs"):
- % cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co httpd-2.0
+ % cd httpd-2.0/srclib
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr-util
-=back
+For more information on using CVS see L<the CVS
HowTo|docs::general::cvs_howto>
+=back
=cut
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]