+platform
[www.jankratochvil.net.git] / project / oslik / ListItem.pm
index c9bc04a..d5492fe 100755 (executable)
@@ -29,17 +29,19 @@ 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"=>"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;