+platform
[www.jankratochvil.net.git] / project / doswatch / ListItem.pm
index 15176c1..c48e8bc 100755 (executable)
@@ -29,23 +29,25 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"DOSWatcher - DOS File Access Snooper",
-               "priority"=>2,
+               "name"=>"DOSWatcher",
+               "platform"=>"dos",
+               "priority"=>3,
                "download"=>"doswatch.zip",
-               "summary"=>"DOS files snooper",
+               "summary"=>"DOS files access strace(1) equivalent",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"i386 asm",
-               "description"=>""
-                               .'<p>Resident program which displays all the file (and other) DOS function'
-                               .' calls access on the secondary console. Useful for many failure discoveries'
-                               .' for weird software packages with broken file/directory access.</p>'
-                               .' <ul>'
-                               .'      <li>MDA/Hercules secondary adapter recommended for DOSWATCH</li>'
-                               .'      <li>Package contains also MDABIOS - generic secondary adapter driver</li>'
-                               .'      <li>MDABIOS features DOS commands accessible device "mda$"</li>'
-                               .'      <li>DOSWATCH can be run on single VGA card (with not much comfort, indeed)</li>'
-                               .' </ul>'
+               "description"=><<"HERE",
+<p>Resident program which displays all the file (and other) DOS function
+calls access on the secondary console. Useful for many failure discoveries
+for weird software packages with broken file/directory access.</p>
+<ul>
+       <li>MDA/Hercules secondary adapter recommended for DOSWATCH</li>
+       <li>Package contains also MDABIOS - generic secondary adapter driver</li>
+       <li>MDABIOS features DOS commands accessible device "mda$"</li>
+       <li>DOSWATCH can be run on single VGA card (with not much comfort, indeed)</li
+</ul>
+HERE
                );
 
 1;