+platform
[www.jankratochvil.net.git] / project / surprise / ListItem.pm
index 9e60f64..29cd2ba 100755 (executable)
@@ -25,9 +25,12 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
                "name"=>"Partition Surprise",
+               "platform"=>"unixuser",
                "priority"=>9,
                "download-Page on SourceForge.net"=>"http://sourceforge.net/project/showfiles.php?group_id=10546",
                "download-ISO Image from SourceForge.net"=>"http://surprise.sourceforge.net/download/surprise-rel7.iso.zip",
@@ -35,13 +38,24 @@ our @ListItem=(
                "link-Project Page on SourceForge.net"=>"http://sourceforge.net/projects/surprise/",
                "summary"=>"Partition manager",
                "license"=>"GPL",
+               "sponsorship"=>a_href('http://www.suse.com/','SuSE'),
                "maintenance"=>"update",
-               "ownership"=>"Coauthor; development team of 5 people",
+               "ownership"=><<"HERE",
+Member of the development team:
+<ul>
+       <li>@{[ a_href 'http://atrey.karlin.mff.cuni.cz/~jack/','Jan Kara' ]}</li>
+       <li>@{[ a_href 'http://atrey.karlin.mff.cuni.cz/~kral/','Daniel Kral' ]}</li>
+       <li>@{[ a_href 'http://www.jankratochvil.net/','Jan Kratochvil' ]}</li>
+       <li>@{[ a_href 'http://www.ucw.cz/~robert/','Robert Spalek' ]}</li>
+       <li>@{[ a_href 'http://kiwi.ms.mff.cuni.cz/~tom/','Tomas Tichy' ]}</li>
+</ul>
+HERE
                "language"=>"C",
-               "description"=>""
-                               .'<p>Partition Surprise is a GPL partition managing software for Linux. Partition'
-                               .'resizes, moves and conversions is implemented. Limited support of operations on'
-                               .'mounted ext2-filesystem included as well.'
+               "description"=><<"HERE",
+<p>Partition Surprise is a GPL partition managing software for Linux. Partition
+resizes, moves and conversions is implemented. Limited support of operations on
+mounted ext2-filesystem included as well.
+HERE
                );
 
 1;