X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2FNokia61%2FListItem.pm;h=196acb45097e0c5789ba4f31e7939abcd105a647;hb=dd8c6d6f376afc2f7a33118154707cc8e9e9059e;hp=a8218bd2fab8a6d0d91a9edc971288ea74539f57;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/Nokia61/ListItem.pm b/project/Nokia61/ListItem.pm index a8218bd..196acb4 100755 --- a/project/Nokia61/ListItem.pm +++ b/project/Nokia61/ListItem.pm @@ -25,21 +25,25 @@ our $CVS_ID=q$Id$; use strict; use warnings; +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"=>"finished", + "maintenance"=>"ready", "language"=>"C, PHP", - "description"=>"" - .'

At least Nokia 3210 offers game Rotation, this little software will' - .' tell you the optimal solution steps for the given game board situation.' - .' The goal is to get board with' - .' 1 2 3, 4 5 6, 7 8 9,' - .' in rows.

' + "description"=><<"HERE", +

At least Nokia 3210 offers game Rotation, this little software will +tell you the optimal solution steps for the given game board situation. +The goal is to get board with +1 2 3, 4 5 6, 7 8 9, +in rows.

+HERE ); 1;