descriptions updated
[www.jankratochvil.net.git] / project / oslik / ListItem.pm
index b269d24..8c39715 100755 (executable)
@@ -29,15 +29,17 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Logical Puzzle in Prolog",
+               "name"=>"oslik",
+               "platform"=>"unixuser",
+               "trivia"=>1,
                "priority"=>5,
                "download"=>"oslik/oslik.zip",
-               "summary"=>"Prolog example",
+               "summary"=>"Prolog example solving logical puzzle Oslik",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"Prolog",
                "description"=><<"HERE",
-<p>This is no game, just solution of one specific mathematical problem
+<p>Solution calculator of a logical game / mathematical problem
 consisting of simple state search. Software is written equivalentnly
 both in <strong>C</strong> and <strong>Prolog</strong> for comparation.</p>
 HERE