+link rel
[www.jankratochvil.net.git] / project / captive / doc / About.html.pl
index 2a8922c..444d98d 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: About',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'Index.html.pl',
+               "rel_next"=>'Architecture.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -128,7 +128,7 @@ print <<"HERE";
                <span class="productname">Microsoft Windows XP</span> as they are freely
                downloadable at:
                @{[ a_href 'http://www.microsoft.com/WindowsXP/pro/downloads/servicepacks/sp1/checkedbuild.asp' ]}</p>
-               There may be @{[ a_href '#law','legal reasons' ]} you would not be allowed
+               There may be @{[ a_href 'Architecture.html.pl#law','legal reasons' ]} you would not be allowed
                to use there files if you own license to a different version of
                <span class="productname">Microsoft Windows</span>. Legal rights will very
                depending on your country.</p>
@@ -137,4 +137,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();