tidy up
[www.jankratochvil.net.git] / project / captive / doc / Index.html.pl
index 9f37d41..a5d3bbd 100755 (executable)
@@ -42,6 +42,9 @@ My::Web->heading();
 print <<"HERE";
 
 
+<h1>Captive NTFS Developer Documentation</h1>
+
+
 <ul>
 
 <li><a href="About.html.pl">About</a>
@@ -63,10 +66,10 @@ print <<"HERE";
 
        <li><a href="Reverse.html.pl">Reverse Engineering</a>
                <ul>
-               <li><a href="Reverse.html.pl#dumpbin"><span class="productname">dumpbin.exe</span></a></li>
-               <li><a href="Reverse.html.pl#WinDbg"><span class="productname">WinDbg</span> Windows NT kernel debugging</a>
+               <li><a href="Reverse.html.pl#dumpbin">dumpbin.exe</a></li>
+               <li><a href="Reverse.html.pl#WinDbg">WinDbg Windows NT kernel debugging</a>
                        <ul>
-                       <li><a href="Reverse.html.pl#WinDbg_WinDbg"><span class="productname">WinDbg</span> side setup</a></li>
+                       <li><a href="Reverse.html.pl#WinDbg_WinDbg">WinDbg side setup</a></li>
                        <li><a href="Reverse.html.pl#WinDbg_kern">Setup of the side being kernel-debugged</a></li>
                        </ul></li>
                </ul></li>
@@ -99,7 +102,7 @@ print <<"HERE";
        <li><a href="Details.html.pl#synchronous">Multithreading and Multiple Processors</a></li>
        <li><a href="Details.html.pl#paranoia">Paranoia Checks</a></li>
        <li><a href="Details.html.pl#logfile">STATUS_LOG_FILE_FULL</a></li>
-       <li><a href="Details.html.pl#parent_connector"><span class="constant">ParentConnector</span> volume remounter</a></li>
+       <li><a href="Details.html.pl#parent_connector">ParentConnector volume remounter</a></li>
 
        <li><a href="APITypes.html.pl">API Function Implementation Choices</a>
                <ul>
@@ -120,10 +123,8 @@ print <<"HERE";
                                        Library Function Called from W32 Code</a></li>
                        <li><a href="APITypes.html.pl#functype_native_fromw32_patched">Native Implementation of &quot;patched&quot;
                                        Library Function Called from W32 Code</a></li>
-                       <li><a href="APITypes.html.pl#functype_native_reactos">Native Implementation
-                                       - <span class="productname">ReactOS</span></a></li>
-                       <li><a href="APITypes.html.pl#functype_native_wine">Native Implementation &ndash;
-                                       <span class="productname">Wine</span></a></li>
+                       <li><a href="APITypes.html.pl#functype_native_reactos">Native Implementation - ReactOS</a></li>
+                       <li><a href="APITypes.html.pl#functype_native_wine">Native Implementation &ndash; Wine</a></li>
                        <li><a href="APITypes.html.pl#functype_native_libcaptive">Native Implementation &ndash; Project Specific</a></li>
                        </ul></li>
                <li><a href="APITypes.html.pl#functype_undef">Undefined Function</a></li>
@@ -138,12 +139,12 @@ print <<"HERE";
        </ul></li>
 
 <li><a href="TODO.html.pl#todo_fsck">TODO: Fsck of NTFS</a></li>
-<li><a href="TODO.html.pl#todo_surprise">TODO: NTFS Support for <span class="productname">Partition Surprise</span></a></li>
+<li><a href="TODO.html.pl#todo_surprise">TODO: NTFS Support for Partition Surprise</a></li>
 
 <li><a href="Related.html.pl">Related Projects</a>
        <ul>
-       <li><a href="Related.html.pl#LinuxNTFScompet">$LinuxNTFS</a></li>
-       <li><a href="Related.html.pl#NTPwd"><span class="productname">NTPwd NTFS Driver</span></a></li>
+       <li><a href="Related.html.pl#LinuxNTFScompet">Linux NTFS</a></li>
+       <li><a href="Related.html.pl#NTPwd">NTPwd NTFS Driver</a></li>
        <li><a href="Related.html.pl#vmware">VMware Workstation</a></li>
        <li><a href="Related.html.pl#wine">Wine Project</a></li>
        <li><a href="Related.html.pl#ntfs98">NTFS for Windows 98</a></li>