update
[www.jankratochvil.net.git] / project / FordFulk / ListItem.pm
index 7365c04..055e13e 100755 (executable)
@@ -29,14 +29,14 @@ use warnings;
 
 our %ListItem=(
                "name"=>"Ford-Fulkenson Algorithm Demonstration",
+               "priority"=>5,
                "download"=>"FordFulk/FordFulk.zip",
-               "online-demo"=>"FordFulk/",
                "summary"=>"Web applet",
                "license"=>"PD",
                "maintenance"=>"finished",
                "language"=>"Java 1.0.2",
                "description"=>""
-                               .'<p>Java applet to demonstrate the internals of Ford-Fulkerson network algorithm.</p>'
+                               .'<p>Java applet to demonstrate the internals of Ford-Fulkenson network algorithm.</p>'
                );
 
 1;