+platform
[www.jankratochvil.net.git] / project / ircon / ListItem.pm
index 8970752..6e2803b 100755 (executable)
@@ -29,20 +29,22 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"IRCon - Infrared Remote Control",
+               "name"=>"IRCon",
+               "platform"=>"unixuser",
                "priority"=>5,
                "download"=>"ircon.tar.gz",
                "link-index of scanned images"=>"ircon-img/",
                "download-all scanned images"=>"ircon-img.tar",
-               "summary"=>"InfraRed control",
+               "summary"=>"InfraRed remote control hardware",
                "license"=>"PD",
                "maintenance"=>"obsolete-Superseded by ".a_href('http://www.lirc.org/','LIRC'),
                "language"=>"C, Java",
-               "description"=>""
-                               .'<p>Software package for custom simple hardware connected to PC parallel port'
-                               .' and transmitting infrared singals to fake real remote TV/video controllers. Hardware'
-                               .' is also equipped with receiver which is only used during development to grab and decode'
-                               .' original signals.</p>'
+               "description"=><<"HERE",
+<p>Software package for custom simple hardware connected to PC parallel port
+and transmitting infrared singals to fake real remote TV/video controllers. Hardware
+is also equipped with receiver which is only used during development to grab and decode
+original signals.</p>
+HERE
                );
 
 1;