+platform
[www.jankratochvil.net.git] / project / step / ListItem.pm
index 40bc297..a3f6829 100755 (executable)
@@ -25,19 +25,23 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"STEP - Student's Trainee Exchange Programme",
+               "name"=>"STEP",
+               "platform"=>"web",
                "priority"=>4,
                "download"=>"step.tar.gz",
                "summary"=>"Custom web database application",
                "license"=>"PD",
                "maintenance"=>"dead",
                "language"=>"PHP 3.0",
-               "description"=>""
-                               .'<p>Preview of a possible future web database solution for some lawyers association.'
-                               .' Currently it remains as a source of some web development <a href="http://www.php.net/">PHP 3.0</a>'
-                               .' codebase to be reused in other projects.</p>'
+               "description"=><<"HERE",
+<p>Preview of a possible future web database solution for some lawyers association.
+Currently it remains as a source of some web development @{[ a_href 'http://www.php.net/','PHP 3.0' ]}
+codebase to be reused in other projects.</p>
+HERE
                );
 
 1;