projects sorted
[www.jankratochvil.net.git] / project / TraceFS / ListItem.pm
index 58448fb..6bb0b3e 100755 (executable)
@@ -29,17 +29,19 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Trace Filesystem",
-               "priority"=>4,
+               "name"=>"TraceFS",
+               "platform"=>"w32",
+               "priority"=>610,
+               "icon"=>"TraceFS-icon",
                "cvs"=>"priv/captive/src/TraceFS",
-               "link-Documentation"=>top_dir()."/project/captive/doc/CacheManager.html.pl#TraceFS",
+               "link-Documentation"=>"/project/captive/doc/CacheManager.html.pl#TraceFS",
                "summary"=>"Microsoft Windows Kernel API Tracer",
                "license"=>"GPL",
                "maintenance"=>"ready",
                "language"=>"C",
                "description"=><<"HERE",
-<p>Project allows wrapping of Microsoft Windows Kernel API calls by the chosen
-kernel driver.</p>
+<p>Project allows wrapping of Microsoft Windows Kernel API calls of your chosen
+kernel driver by your custom function code.</p>
 <p>Although TraceFS was up to now used only for tracing of Windows NT Cache
 Manager it can be easily used ever for any other NT kernel API tracing. You
 need to provide appropriate function wrappers in the main source file.