cvs commit: modperl-docs/src/download source.pod

2003-09-19 Thread stas
stas2003/09/19 10:54:54

  Modified:src/download source.pod
  Log:
  we want people to get Apache 2.0 and APR 0.9 not Apache 2.1 and APR 1+
  
  Revision  ChangesPath
  1.14  +8 -5  modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- source.pod21 Aug 2003 17:49:42 -  1.13
  +++ source.pod19 Sep 2003 17:54:54 -  1.14
  @@ -89,7 +89,7 @@
   
   =head2 Development mod_perl 2.0 Source Distribution
   
  -=over 
  +=over
   
   =item * The latest CVS snapshot
   
  @@ -102,12 +102,15 @@
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0
   
  -To get the cutting edge Apache/APR projects:
  +To get the cutting edge Apache 2.0 and APR 0.9 projects:
   
  -  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co httpd-2.0
  +  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  +-r APACHE_2_0_BRANCH -d httpd-2.0 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
  +  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  +-r APR_0_9_BRANCH -d apr apr
  +  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  +-r APU_0_9_BRANCH -d apr-util apr-util
   
   For more information on using CVS see Lthe CVS
   Howto|contribute::cvs_howto
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2003-08-21 Thread stas
stas2003/08/21 10:49:42

  Modified:src/download source.pod
  Log:
  add a xref to the 3rd party modules doc
  
  Revision  ChangesPath
  1.13  +3 -0  modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- source.pod5 Aug 2003 16:36:40 -   1.12
  +++ source.pod21 Aug 2003 17:49:42 -  1.13
  @@ -13,6 +13,9 @@
   See also Lthe binary distributions|download::binaries and the
   Lbundles|download::bundles.
   
  +There is also Linformation on 3rd party
  +modules|download::third_party.
  +
   =head1 mod_perl 1.0
   
   Be sure to read the IREADME and IINSTALL documents (in the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2003-08-05 Thread stas
stas2003/08/05 09:36:40

  Modified:src/download source.pod
  Log:
  add a link to where people can find bleeding edge mod_perl 2.0 rpms
  
  Revision  ChangesPath
  1.12  +7 -0  modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- source.pod11 May 2003 08:58:53 -  1.11
  +++ source.pod5 Aug 2003 16:36:40 -   1.12
  @@ -109,6 +109,13 @@
   For more information on using CVS see Lthe CVS
   Howto|contribute::cvs_howto
   
  +=item * RPMs
  +
  +Some RPM packages for the bleeding mod_perl versions can be searched
  +for using rpmfind services, e.g.:
  +
  
+http://www.rpmfind.net/linux/rpm2html/search.php?query=mod_perlsubmit=Search+...
  +
   =back
   
   =head2 mod_perl 2.0 CVS Web Interface
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2003-05-11 Thread stas
stas2003/05/10 22:44:48

  Modified:src/download source.pod
  Log:
  add links to webcvs
  
  Revision  ChangesPath
  1.10  +11 -0 modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- source.pod4 Apr 2003 00:03:02 -   1.9
  +++ source.pod11 May 2003 05:44:48 -  1.10
  @@ -53,6 +53,13 @@
   
   =back
   
  +=head2 CVS Web Interface
  +
  +http://cvs.apache.org/viewcvs.cgi/modperl/
  +
  +
  +
  +
   =head1 mod_perl 2.0
   
   Be sure to read the IREADME and IINSTALL documents (in the
  @@ -103,6 +110,10 @@
   Howto|contribute::cvs_howto
   
   =back
  +
  +=head2 CVS Web Interface
  +
  +http://cvs.apache.org/viewcvs.cgi/modperl-2.0/
   
   =cut
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2003-05-11 Thread stas
stas2003/05/11 01:58:54

  Modified:src/download source.pod
  Log:
  fix the webcvs titles dup
  
  Revision  ChangesPath
  1.11  +2 -2  modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- source.pod11 May 2003 05:44:48 -  1.10
  +++ source.pod11 May 2003 08:58:53 -  1.11
  @@ -53,7 +53,7 @@
   
   =back
   
  -=head2 CVS Web Interface
  +=head2 mod_perl 1.0 CVS Web Interface
   
   http://cvs.apache.org/viewcvs.cgi/modperl/
   
  @@ -111,7 +111,7 @@
   
   =back
   
  -=head2 CVS Web Interface
  +=head2 mod_perl 2.0 CVS Web Interface
   
   http://cvs.apache.org/viewcvs.cgi/modperl-2.0/
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2002-05-19 Thread stas
stas02/05/19 02:20:17

  Modified:src/download source.pod
  Log:
  tidy up
  
  Revision  ChangesPath
  1.6   +7 -5  modperl-docs/src/download/source.pod
  
  Index: source.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/download/source.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- source.pod19 May 2002 09:19:27 -  1.5
  +++ source.pod19 May 2002 09:20:17 -  1.6
  @@ -19,7 +19,7 @@
   distribution package) and the longer Lthe installation
   guide|docs::1.0::guide::install.
   
  -=head2 Stable source distribution
  +=head2 Stable Source Distribution
   
   =over
   
  @@ -33,7 +33,7 @@
   
   =back
   
  -=head2 Development source distribution
  +=head2 Development Source Distribution
   
   =over
   
  @@ -48,7 +48,8 @@
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl
   
  -For more information on using CVS see Lthe CVS 
HowTo|docs::general::cvs_howto
  +For more information on using CVS see Lthe CVS
  +HowTo|docs::general::cvs_howto
   
   =back
   
  @@ -58,7 +59,7 @@
   distribution package) and the longer mod_perl 2.x Linstallation
   guide|docs::2.0::user::install::install.
   
  -=head2 2.x Development source distribution
  +=head2 2.x Development Source Distribution
   
   =over 
   
  @@ -79,7 +80,8 @@
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr-util
   
  -For more information on using CVS see Lthe CVS 
HowTo|docs::general::cvs_howto
  +For more information on using CVS see Lthe CVS
  +HowTo|docs::general::cvs_howto
   
   =back
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod

2002-04-29 Thread stas
stas02/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  ChangesPath
  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.cfg21 Apr 2002 07:29:25 -  1.5
  +++ config.cfg29 Apr 2002 16:48:27 -  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 -27modperl-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.pod18 Apr 2002 15:49:05 -  1.3
  +++ source.pod29 Apr 2002 16:48:27 -  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 Lthe binary distributions|download::binaries and the
   Lbundles|download::bundles.
   
  -=head1 How to build the source distribution
  +=head1 mod_perl 1.x
   
   Be sure to read the IREADME and IINSTALL documents (in the
   distribution package) and the longer Lthe 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 Lthe 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 IREADME and IINSTALL documents (in the
  +distribution package) and the longer mod_perl 2.x Linstallation
  +guide|docs::2.0::user::install::install.
   
  -For more information about using the cvs distribution refer to the
  -Lmod_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 Ianoncvs.
  +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 Lthe CVS 
HowTo|docs::general::cvs_howto
   
  +=back
   
   =cut
  +
  +
  +
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/download source.pod binaries.pod bundles.html config.cfg stable.html

2002-03-25 Thread stas
stas02/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  ChangesPath
  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 -  1.2
  +++ binaries.pod  25 Mar 2002 16:25:54 -  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 Lthe source distributions|download::source and the
  +Lbundles|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 -  1.4
  +++ bundles.html  25 Mar 2002 16:25:54 -  1.5
  @@ -1,20 +1,27 @@
   html
   head
   titleSoftware 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 Kouml;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 Kouml;nig's a
  +href=http://www.perl.com/CPAN/modules/by-module/CPAN/;CPAN.pm/a
  +module, simply run:
   /p
   pre  cpangt; 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 Lthe binary distributions|download::binaries and the
  +Lbundles|download::bundles.
  +
   /body
   /html
  
  
  
  1.3   +16 -16modperl-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.cfg26 Jan 2002 04:24:27 -  1.2
  +++ config.cfg25 Mar 2002 16:25:54 -  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