+platform
[www.jankratochvil.net.git] / project / Nokia61 / ListItem.pm
index bd72882..196acb4 100755 (executable)
@@ -29,19 +29,21 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Nokia Game "Rotation"",
+               "name"=>"Rotation",
+               "platform"=>"web",
                "priority"=>7,
                "download"=>"Nokia61.c",
-               "summary"=>"Logical game solver",
+               "summary"=>"Nokia logical game "Rotation" solver",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C, PHP",
-               "description"=>""
-                               .'<p>At least Nokia 3210 offers game <b>Rotation</b>, this little software will'
-                               .' tell you the optimal solution steps for the given game board situation.'
-                               .' The goal is to get board with'
-                               .' <b>1&nbsp;2&nbsp;3</b>, <b>4&nbsp;5&nbsp;6</b>, <b>7&nbsp;8&nbsp;9</b>,'
-                               .' in rows.</p>'
+               "description"=><<"HERE",
+<p>At least Nokia 3210 offers game <b>Rotation</b>, this little software will
+tell you the optimal solution steps for the given game board situation.
+The goal is to get board with
+<b>1&nbsp;2&nbsp;3</b>, <b>4&nbsp;5&nbsp;6</b>, <b>7&nbsp;8&nbsp;9</b>,
+in rows.</p>
+HERE
                );
 
 1;