projects sorted
[www.jankratochvil.net.git] / project / step / ListItem.pm
index 96871c5..b158b67 100755 (executable)
@@ -29,17 +29,19 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"STEP - Student's Trainee Exchange Programme",
-               "priority"=>4,
+               "name"=>"STEP",
+               "platform"=>"web",
+               "priority"=>130,
                "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 a 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;