X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Fdoswatch%2FListItem.pm;h=c48e8bcdb449d15d2672a7c6e4a4428ea057cc83;hp=15176c1f37ebc875318e5a6e4f71ad2d83d03523;hb=dd8c6d6f376afc2f7a33118154707cc8e9e9059e;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e diff --git a/project/doswatch/ListItem.pm b/project/doswatch/ListItem.pm index 15176c1..c48e8bc 100755 --- a/project/doswatch/ListItem.pm +++ b/project/doswatch/ListItem.pm @@ -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"=>"" - .'

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.

+