+platform
[www.jankratochvil.net.git] / project / oslik / ListItem.pm
index ba2f839..d5492fe 100755 (executable)
@@ -25,19 +25,23 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Logical Puzzle in Prolog",
+               "name"=>"oslik",
+               "platform"=>"unixuser",
                "priority"=>5,
                "download"=>"oslik/oslik.zip",
-               "summary"=>"Prolog example",
+               "summary"=>"Prolog example solving logical puzzle Oslik",
                "license"=>"PD",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"Prolog",
-               "description"=>""
-                               .'<p>This is no game, just solution of one specific mathematical problem'
-                               .' consisting of simple state search. Software is written equivalentnly'
-                               .' both in <strong>C</strong> and <strong>Prolog</strong> for comparation.</p>'
+               "description"=><<"HERE",
+<p>This is no game, just solution of one specific mathematical problem
+consisting of simple state search. Software is written equivalentnly
+both in <strong>C</strong> and <strong>Prolog</strong> for comparation.</p>
+HERE
                );
 
 1;