+link rel
[www.jankratochvil.net.git] / project / captive / doc / Reverse.html.pl
index b12d03f..d444c87 100755 (executable)
@@ -27,16 +27,16 @@ use warnings;
 
 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
 use My::Web;
-require "CGI";
-use project::captive::doc::Macros;
+require CGI;
+BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
-My::Web->init(
+project::captive::doc::Macros->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Developer Documentation: Reverse Engineering',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'Components.html.pl',
+               "rel_next"=>'CacheManager.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -112,7 +112,10 @@ print <<"HERE";
                <span class="productname">WinDbg</span> while the other one will be
                frozen in remote Windows NT kernel debug mode. It does not matter which
                <span class="productname">Microsoft Windows</span> version will be run
-               on the <span class="productname">WinDbg</span> side.</p>
+               on the <span class="productname">WinDbg</span> side. Your goal is to
+               successfuly connect <span class="productname">WinDbg</span>:</p>
+
+               @{[ doc_img 'ntdebug-ntfs','<span class="productname">WinDbg</span> Remote NT Kernel NTFS Debugging' ]}
 
                <p>The most easy way to setup two computers is to use commercial
                <span class="productname">@{[ a_href 'http://www.vmware.com/download/workstation.html','VMware Workstation' ]}</span>
@@ -182,4 +185,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();