seperate/rewritten README file
[perl/plp/.git] / PLP.pm
diff --git a/PLP.pm b/PLP.pm
index e7ec30c5c8a227515cb0f215d63533c84728ba33..03c4acbe38a48d40b5b4eda076ea591a19951081 100644 (file)
--- a/PLP.pm
+++ b/PLP.pm
@@ -293,13 +293,15 @@ F<httpd.conf> for a L<mod_perl|PLP::Backend::Apache> setup:
 PLP is yet another Perl embedder, primarily for HTML documents. Unlike with
 other Perl embedders, there is no need to learn a meta-syntax or object
 model: one can just use the normal Perl constructs. PLP runs under
 PLP is yet another Perl embedder, primarily for HTML documents. Unlike with
 other Perl embedders, there is no need to learn a meta-syntax or object
 model: one can just use the normal Perl constructs. PLP runs under
-L<mod_perl|PLP::Backend::Apache> and L<FastCGI|PLP::Backend::FastCGI>
+L<FastCGI|PLP::Backend::FastCGI> and L<mod_perl|PLP::Backend::Apache>
 for speeds comparable to those of PHP, but can also be run as a standard
 L<CGI|PLP::Backend::CGI> script.
 
 =head2 Setup
 
 for speeds comparable to those of PHP, but can also be run as a standard
 L<CGI|PLP::Backend::CGI> script.
 
 =head2 Setup
 
-See either L<CGI|PLP::Backend::CGI>, L<FastCGI|PLP::Backend::FastCGI>
+See either
+L<CGI|PLP::Backend::CGI>,
+L<FastCGI|PLP::Backend::FastCGI> (recommended)
 or L<Apache|PLP::Backend::Apache>.
 At least the following servers are supported:
 
 or L<Apache|PLP::Backend::Apache>.
 At least the following servers are supported:
 
@@ -311,9 +313,9 @@ With L<mod_fastcgi|PLP::Backend::FastCGI> or L<mod_cgi|PLP::Backend::CGI>.
 
 =item Apache
 
 
 =item Apache
 
-Either version 1 or 2.
-Using L<mod_perl|PLP::Backend::Apache>,
-L<mod_fastcgi, mod_fcgid|PLP::Backend::FastCGI>,
+Either version 1 or 2. Using
+L<mod_fcgid, mod_fastcgi|PLP::Backend::FastCGI>,
+L<mod_perl|PLP::Backend::Apache>,
 or L<mod_action|PLP::Backend::CGI>.
 
 =back
 or L<mod_action|PLP::Backend::CGI>.
 
 =back
@@ -432,17 +434,20 @@ CGI.pm. Read L<PLP::Fields> for information more about this.
 A lot of questions are asked often, so before asking yours, please read the 
 FAQ at L<PLP::FAQ>. Some examples can be found at L<PLP::HowTo>.
 
 A lot of questions are asked often, so before asking yours, please read the 
 FAQ at L<PLP::FAQ>. Some examples can be found at L<PLP::HowTo>.
 
-=head1 NO WARRANTY
-
-No warranty, no guarantees. Use PLP at your own risk, as I disclaim all
-responsibility.
-
 =head1 AUTHORS
 
 Currently maintained by Mischa POSLAWSKY <perl@shiar.org>
 
 Originally by Juerd Waalboer <juerd@cpan.org>
 
 =head1 AUTHORS
 
 Currently maintained by Mischa POSLAWSKY <perl@shiar.org>
 
 Originally by Juerd Waalboer <juerd@cpan.org>
 
+=head1 LICENSE
+
+Copyright (c) 2000-2002 Juerd Waalboer, 2005-2008 Mischa POSLAWSKY.
+All rights reserved.
+
+This software is free software;
+you can redistribute and/or modify it under the terms of the MIT/X11 license.
+
 =head1 SEE ALSO
 
 L<PLP::Functions>, L<PLP::Fields>, L<PLP::FAQ>, L<PLP::HowTo>
 =head1 SEE ALSO
 
 L<PLP::Functions>, L<PLP::Fields>, L<PLP::FAQ>, L<PLP::HowTo>