+icons
[www.jankratochvil.net.git] / project / xbill / ListItem.pm
index 441e955..fb0215d 100755 (executable)
@@ -25,21 +25,25 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Classic xBill game",
+               "name"=>"Gnome xBill",
+               "platform"=>"unixuser",
                "priority"=>7,
+               "icon"=>"redmond-icon",
                "link-Download from SourceForge.net"=>"http://sourceforge.net/project/showfiles.php?group_id=10700",
                "link-Homepage on SourceForge.net"=>"http://xbill.sourceforge.net/",
-               "summary"=>"Graphical game",
+               "summary"=>"xBill game rewritten with network support and Gnome/GTK+",
                "license"=>"GPL",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"C",
-               "description"=>""
-                               .'<p>Almost-rewritten <a href="ftp://ftp.x.org/contrib/games/xbill-2.0.tgz">classical xBill game</a>,'
-                               .' this project has been moved to <a href="http://sourceforge.net/">SourceForge</a>.'
-                               .' Please refer to the <a href="http://xbill.sourceforge.net/">page linked above</a>'
-                               .' to have further access to it.</p>'
+               "description"=><<"HERE",
+<p>Rewritten @{[ a_href 'ftp://ftp.x.org/contrib/games/xbill-2.0.tgz','classical xBill game' ]}.
+<p>Features list: @{[ a_href 'http://www.gnome.org/','Gnome/GTK+' ]} UI,
+network gameplay, C++ no longer required, portability.</p>
+HERE
                );
 
 1;