You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/14 09:11:49 UTC

cvs commit: modperl-docs/src/docs/2.0/user/overview overview.pod

stas        02/04/14 00:11:49

  Modified:    src/docs/2.0/devel/debug_c debug_c.pod
               src/docs/2.0/devel/debug_perl debug_perl.pod
               src/docs/2.0/user/coding coding.pod
               src/docs/2.0/user/compat compat.pod
               src/docs/2.0/user/config config.pod
               src/docs/2.0/user/help help.pod
               src/docs/2.0/user/install install.pod
               src/docs/2.0/user/intro start_fast.pod
               src/docs/2.0/user/overview overview.pod
  Log:
  - fill in the missing POD descriptions
  
  Revision  Changes    Path
  1.7       +2 -1      modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod
  
  Index: debug_c.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- debug_c.pod	20 Mar 2002 17:44:03 -0000	1.6
  +++ debug_c.pod	14 Apr 2002 07:11:48 -0000	1.7
  @@ -4,7 +4,8 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This document explains how to debug C code under mod_perl, including
  +mod_perl core itself.
   
   =head1 Debug notes
   
  
  
  
  1.4       +1 -1      modperl-docs/src/docs/2.0/devel/debug_perl/debug_perl.pod
  
  Index: debug_perl.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug_perl/debug_perl.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- debug_perl.pod	20 Mar 2002 17:44:03 -0000	1.3
  +++ debug_perl.pod	14 Apr 2002 07:11:48 -0000	1.4
  @@ -4,7 +4,7 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This document explains how to debug Perl code under mod_perl.
   
   =head1 Maintainers
   
  
  
  
  1.5       +1 -2      modperl-docs/src/docs/2.0/user/coding/coding.pod
  
  Index: coding.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- coding.pod	20 Mar 2002 17:44:04 -0000	1.4
  +++ coding.pod	14 Apr 2002 07:11:48 -0000	1.5
  @@ -4,8 +4,7 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  -
  +This chapter covers the mod_perl coding specifics, different from normal Perl coding.
   
   =head1 Prerequisites
   
  
  
  
  1.11      +2 -1      modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- compat.pod	20 Mar 2002 17:44:04 -0000	1.10
  +++ compat.pod	14 Apr 2002 07:11:48 -0000	1.11
  @@ -4,7 +4,8 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This chapter explains how to port code from mod_perl 1.x to mod_perl
  +2.x.
   
   =head1 Code Porting from 1.x to 2.x
   
  
  
  
  1.7       +2 -2      modperl-docs/src/docs/2.0/user/config/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.pod	6 Apr 2002 15:52:16 -0000	1.6
  +++ config.pod	14 Apr 2002 07:11:48 -0000	1.7
  @@ -1,10 +1,10 @@
   =head1 NAME
   
  -mod_perl Server Configuration
  +mod_perl 2.0 Server Configuration
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This chapter provides an indepth mod_perl 2.0 configuration details.
   
   =head1 mod_perl configuration directives
   
  
  
  
  1.3       +2 -1      modperl-docs/src/docs/2.0/user/help/help.pod
  
  Index: help.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- help.pod	20 Mar 2002 17:44:04 -0000	1.2
  +++ help.pod	14 Apr 2002 07:11:49 -0000	1.3
  @@ -4,7 +4,8 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This chapter is for those needing help using mod_perl and related
  +software.
   
   =head1 Maintainers
   
  
  
  
  1.11      +1 -1      modperl-docs/src/docs/2.0/user/install/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- install.pod	6 Apr 2002 15:52:16 -0000	1.10
  +++ install.pod	14 Apr 2002 07:11:49 -0000	1.11
  @@ -4,7 +4,7 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This chapter provides an indepth mod_perl 2.0 installation coverage.
   
   =head1 Prerequisites
   
  
  
  
  1.6       +4 -2      modperl-docs/src/docs/2.0/user/intro/start_fast.pod
  
  Index: start_fast.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/intro/start_fast.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- start_fast.pod	20 Mar 2002 17:44:04 -0000	1.5
  +++ start_fast.pod	14 Apr 2002 07:11:49 -0000	1.6
  @@ -4,10 +4,12 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  -
  +This chapter gives you the bare minimum information to get you started
  +with mod_perl.
   
   =head1 A Quick Guide to Getting Started with mod_perl
  +
  +META: to be written
   
   =head1 Maintainers
   
  
  
  
  1.4       +3 -1      modperl-docs/src/docs/2.0/user/overview/overview.pod
  
  Index: overview.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/overview/overview.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- overview.pod	20 Mar 2002 17:44:04 -0000	1.3
  +++ overview.pod	14 Apr 2002 07:11:49 -0000	1.4
  @@ -4,7 +4,9 @@
   
   =head1 Description
   
  -FIXME: DESCRIPTION
  +This chapter gives you a general idea about what mod_perl 2.0 is and
  +how it differs from mod_perl 1.0. Also the new MPM models from Apache
  +2.0 are discussed
   
   =head1 Introduction
   
  
  
  

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