+link rel
[www.jankratochvil.net.git] / project / captive / doc / Details.html.pl
index 26c3f48..be27aab 100755 (executable)
@@ -28,15 +28,15 @@ 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;
-Wuse 'project::captive::doc::Macros';
+BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
-My::Web->init(
+project::captive::doc::Macros->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Developer Documentation: Implementation Details',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'CacheManager.html.pl',
+               "rel_next"=>'APITypes.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -128,7 +128,7 @@ print <<"HERE";
                <!-- a_href 'APITypes.html.pl#functype_undef','Undefined function' -->
 
 
-       <a name="sandbox"><h2>Sandboxing of W32 filesystem</h2></a>
+       <a name="sandbox"><h2>Sandboxing of W32 Filesystem</h2></a>
 
                <p>The emulated W32 environment running the original W32 filesystem driver
                is separated from the rest of UNIX OS. It achieves the following goals:</p>
@@ -501,4 +501,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();