X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=project%2FNokia61%2FListItem.pm;h=9bf32b567c67aa3562c04c10ad28267510be9022;hb=6e95b07130d69246ce12bd868a27f7039b1e6676;hp=bd728823da28466798cd9e1289ea442e075f13eb;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/Nokia61/ListItem.pm b/project/Nokia61/ListItem.pm index bd72882..9bf32b5 100755 --- a/project/Nokia61/ListItem.pm +++ b/project/Nokia61/ListItem.pm @@ -29,19 +29,20 @@ use My::Web; our @ListItem=( - "name"=>"Nokia Game "Rotation"", + "name"=>"Rotation", "priority"=>7, "download"=>"Nokia61.c", - "summary"=>"Logical game solver", + "summary"=>"Nokia logical game "Rotation" solver", "license"=>"PD", "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;