X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fstep%2FListItem.pm;h=b158b677e5ce9f115ed93458a43805010c29a96c;hb=edd751ab0449b6117afdd9c496af762008c40351;hp=96871c597c082179a0ffa3dccb83bfc0ccf3c098;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/step/ListItem.pm b/project/step/ListItem.pm index 96871c5..b158b67 100755 --- a/project/step/ListItem.pm +++ b/project/step/ListItem.pm @@ -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"=>"" - .'

Preview of a possible future web database solution for some lawyers association.' - .' Currently it remains as a source of some web development PHP 3.0' - .' codebase to be reused in other projects.

' + "description"=><<"HERE", +

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.

+HERE ); 1;