cvs commit: p5ee/App-Context/lib/App/installguide win32.pod

2004-08-04 Thread Stephen Adkins
cvsuser 04/08/04 19:35:03

  Removed: App-Context/lib/App/installguide win32.pod
  Log:
  moving documents to a separate distribution


cvs commit: p5ee/App-Context/lib/App/installguide win32.pod

2002-11-01 Thread spadkins
cvsuser 02/11/01 12:18:23

  Modified:App-Context/lib/App exceptions.pod faq.pod installguide.pod
perlstyle.pod
   App-Context/lib/App/installguide win32.pod
  Removed: App-Context/lib/App/Response HTML.pm
  Log:
  convert from P5EEx::Blue to App::Context
  
  Revision  ChangesPath
  1.2   +2 -5  p5ee/App-Context/lib/App/exceptions.pod
  
  Index: exceptions.pod
  ===
  RCS file: /cvs/public/p5ee/App-Context/lib/App/exceptions.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- exceptions.pod9 Sep 2002 01:34:10 -   1.1
  +++ exceptions.pod1 Nov 2002 20:18:22 -   1.2
  @@ -6,7 +6,7 @@
   
   =head1 NAME
   
  -P5EEx::Blue::exceptions - P5EE Programming with Exceptions
  +App::exceptions - Programming with Exceptions
   
   =head1 INTRODUCTION
   
  @@ -20,10 +20,7 @@
   
   This document was written to explain the support within the Perl
   language for programming using exceptions in general.  It also explains
  -the standards for exception programming in the P5EE framework.
  -
  -This document represents the recommendations and collective wisdom
  -from the P5EE developers.
  +the standards for exception programming in the App-Context framework.
   
   The short answer is that we recommend the following modules
   to assist in exception programming.
  
  
  
  1.2   +33 -33p5ee/App-Context/lib/App/faq.pod
  
  Index: faq.pod
  ===
  RCS file: /cvs/public/p5ee/App-Context/lib/App/faq.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- faq.pod   9 Sep 2002 01:34:10 -   1.1
  +++ faq.pod   1 Nov 2002 20:18:22 -   1.2
  @@ -6,12 +6,12 @@
   
   =head1 NAME
   
  -P5EEx::Blue::faq - P5EE Frequently Asked Questions
  +App::faq - App Frequently Asked Questions
   
   =head1 INTRODUCTION
   
   This is the FAQ for the
  -P5EE (Perl 5 Enterprise Environment).
  +App (Perl 5 Enterprise Environment).
   You can find out more background to the project on the web.
   
 http://www.officevision.com/pub/p5ee
  @@ -19,7 +19,7 @@
   
   =head1 GENERAL
   
  -=head2 Why should I use P5EE rather than J2EE or .NET?
  +=head2 Why should I use App rather than J2EE or .NET?
   
   Perhaps it's because you prefer writing in Perl?
   But besides that, there are other reasons.
  @@ -60,20 +60,20 @@
   a blueprint for large-scale development and deployment of 
   high-performance, high-availability systems (i.e. enterprise 
   systems) along with guides of discipline for coding and 
  -documentation.  The P5EE fills this gap.
  +documentation.  The App fills this gap.
   
  -So that's the explanation of why P5EE?
  +So that's the explanation of why App?
   
  -For an explanation of why not P5EE? you might consider that it
  +For an explanation of why not App? you might consider that it
   is still largely vaporware.
   
  -=head2 How well does the P5EE fit into a .NET technical strategy?
  +=head2 How well does the App fit into a .NET technical strategy?
   
  -It may seem that P5EE is most at home with the following technologies.
  +It may seem that App is most at home with the following technologies.
   
 * Perl, Linux, Apache, CGI, and MySQL.
   
  -However, the P5EE abstracts much of the 
  +However, the App abstracts much of the 
   runtime environment, so that it is just as easy to use:
   
 * Perl, Windows NT, IIS, ISAPI, and SQLServer.
  @@ -96,20 +96,20 @@
   to run on the .NET CLR.
   http://www.parrotcode.org/faq/
   
  -=head2 What is the relation between P5EE and mod_perl?
  +=head2 What is the relation between App and mod_perl?
   
   The people who have been developing and working on mod_perl have done
   an incredible service to Enterprise Perl in general, and therefore
  -the P5EE in particular.  Other efforts that dramatically enhance
  +the App in particular.  Other efforts that dramatically enhance
   Enterprise Perl are SOAP projects, XML projects, DBD/DBI::*,
   Templating projects, etc.  These are all making dramatic contributions,
   and they need not change anything they are doing in order to continue
   to do so.
   
  -On the contrary, the responsibility is on the designers of the P5EE
  +On the contrary, the responsibility is on the designers of the App
   to accommodate and incorporate these many enterprise-class technologies
  -into an integrates whole.  Browse the classes envisioned for P5EE
  -by P5EEx::Blue to see one way that these might fit together.  Take
  +into an integrates whole.  Browse the classes envisioned for App
  +by App to see one way that these might fit together.  Take
   special note of the Classes (Planned) at the bottom of the 
   All Classes frame.
   
  @@ -118,37 +118,37 @@
   As for mod_perl, it would seem to be the container of choice for
   web