X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fdoswatch%2FListItem.pm;h=6c4862676223a6e2412b357b95639209abd4c281;hb=6e95b07130d69246ce12bd868a27f7039b1e6676;hp=15176c1f37ebc875318e5a6e4f71ad2d83d03523;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/doswatch/ListItem.pm b/project/doswatch/ListItem.pm index 15176c1..6c48626 100755 --- a/project/doswatch/ListItem.pm +++ b/project/doswatch/ListItem.pm @@ -29,23 +29,24 @@ use My::Web; our @ListItem=( - "name"=>"DOSWatcher - DOS File Access Snooper", + "name"=>"DOSWatcher", "priority"=>2, "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.

+