Declare as obsoleted by my Perl My::Web.
authorshort <>
Sat, 3 Dec 2005 12:49:18 +0000 (12:49 +0000)
committershort <>
Sat, 3 Dec 2005 12:49:18 +0000 (12:49 +0000)
project/energie/Index.pm

index 0000588..f562f0c 100644 (file)
@@ -40,10 +40,15 @@ our @ListItem=(
                                                .a_href('http://www.perl.org/','Perl')." - use ".a_href("/project/MyWeb/","My::Web");
                                },
                "language"=>"PHP",
-               "description"=><<"HERE",
+               "description"=>sub { return <<"HERE"; },
 <p>Each web author has his own web framework reusable for other web developers
 as a generic engine.  Here is mine. I am not a fool to expect you would use
 it.</p>
+<p>Specifically this @{[ a_href 'http://www.php.net/','PHP' ]}-based web framework
+is already many years obsolete as I am now using instead my
+@{[ a_href 'http://www.perl.org/','Perl' ]}/@{[ a_href 'http://perl.apache.org/','mod_perl' ]}-based
+@{[ a_href '/project/MyWeb/','My::Web' ]} web framework. Still this version is being maintained as
+it is marginally in use.</p>
 HERE
                );