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 pe...@apache.org on 2005/05/29 04:41:51 UTC

svn commit: r178917 - /perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod

Author: perrin
Date: Sat May 28 19:41:50 2005
New Revision: 178917

URL: http://svn.apache.org/viewcvs?rev=178917&view=rev
Log:
remove mention of dead module Apache::XPP and add brief mention of Petal

Modified:
    perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod

Modified: perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod?rev=178917&r1=178916&r2=178917&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod (original)
+++ perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod Sat May 28 19:41:50 2005
@@ -815,19 +815,20 @@
 about keeping things simple for your HTML coders.  Note that the name
 is "HTML_Tree", not "HTML::Tree".
 
-=head2 Apache::XPP
+=head2 Petal
 
-XPP is an in-line Perl system that compiles to bytecode.  Although it
-is a perfectly good implementation, it has little to differentiate it
-except for an easy mechanism to define new HTML-like tags which can be
-used to replace in-line code in templates.
+A more modern version of the same approach is available in the Petal 
+module.  Unlike HTML_Tree, Petal is actively maintained.  Look for more 
+information on Petal here in the future.
 
 =head2 ePerl
 
 Possibly the first module to embed Perl code in a text or HTML file,
-ePerl is still a viable option in the form of Apache::ePerl.  It
-caches compiled bytecode in memory to achieve solid performance, and
-some people find it refreshingly simple to use.
+ePerl is getting a bit long in the tooth.  The mod_perl-aware version, 
+Apache::ePerl, caches compiled bytecode in memory to achieve solid 
+performance, and some people find it refreshingly simple to use. However, 
+it lacks many of the features that the other more modern systems have, 
+and may be difficult to compile on recent versions of Perl.
 
 =head2 CGI::FastTemplate
 
@@ -1085,7 +1086,7 @@
 =head1 Updates
 
 These modules are moving targets, and a document like this is bound to
-contain some mistakes.  Send your corrections to perrin@elem.com.
+contain some mistakes.  Send your corrections to E<lt>perrin (at) elem.comE<gt>.
 Future versions of this document will be announced on the mod_perl
 mailing list, and possibly other popular Perl locations as well.
 



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