X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fdoswatch%2FListItem.pm;h=e4796c97340c50fa0c0c2f6533c72cbc549769d2;hb=edd751ab0449b6117afdd9c496af762008c40351;hp=436f6f7c604d7f35a785da2bfc48affeebb466f4;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/doswatch/ListItem.pm b/project/doswatch/ListItem.pm index 436f6f7..e4796c9 100755 --- a/project/doswatch/ListItem.pm +++ b/project/doswatch/ListItem.pm @@ -25,25 +25,29 @@ our $CVS_ID=q$Id$; use strict; use warnings; +use My::Web; + our @ListItem=( - "name"=>"DOSWatcher - DOS File Access Snooper", - "priority"=>2, + "name"=>"DOSWatcher", + "platform"=>"dos", + "priority"=>390, "download"=>"doswatch.zip", - "summary"=>"DOS files snooper", + "summary"=>"DOS files access strace(1) equivalent", "license"=>"PD", - "maintenance"=>"finished", + "maintenance"=>"ready", "language"=>"i386 asm", - "description"=>"" - .'

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.

' - .' ' + "description"=><<"HERE", +

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.

+ +HERE ); 1;