descriptions updated
[www.jankratochvil.net.git] / project / oslik / ListItem.pm
index d57e61c..8c39715 100755 (executable)
@@ -30,6 +30,8 @@ use My::Web;
 
 our @ListItem=(
                "name"=>"oslik",
+               "platform"=>"unixuser",
+               "trivia"=>1,
                "priority"=>5,
                "download"=>"oslik/oslik.zip",
                "summary"=>"Prolog example solving logical puzzle Oslik",
@@ -37,7 +39,7 @@ our @ListItem=(
                "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