X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FIndex.html.pl;h=3e7262f55b2524b98d718011b0131d5a4c79a60b;hp=9f37d417f350deea60aeba6ed814eb9291c7936b;hb=7727ab02734783b8fd3082b55976f6b818f7529f;hpb=eaf5486ee98b0e23461912535cc20c6f51a2dd73 diff --git a/project/captive/doc/Index.html.pl b/project/captive/doc/Index.html.pl index 9f37d41..3e7262f 100755 --- a/project/captive/doc/Index.html.pl +++ b/project/captive/doc/Index.html.pl @@ -27,21 +27,23 @@ use warnings; BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,)[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', - "head_css"=>$doc_Macros_head_css, + "rel_next"=>'About.html.pl', + "rel_up"=>top_dir("/project/captive/"), ); -My::Web->heading(); print <<"HERE"; +

Captive NTFS Developer Documentation

+
  • API Function Implementation Choices
  • -
  • Sandboxing of W32 filesystem
  • +
  • Sandboxing of W32 Filesystem
  • "patched" vs. "unpatched" Libraries
  • Memory Management
  • Unicode Strings and Characters
  • @@ -99,7 +101,9 @@ print <<"HERE";
  • Multithreading and Multiple Processors
  • Paranoia Checks
  • STATUS_LOG_FILE_FULL
  • -
  • ParentConnector volume remounter
  • +
  • ParentConnector volume remounter
  • + +
  • Captive API Reference Manual (fragment)
  • API Function Implementation Choices
  • Undefined Function
  • @@ -138,12 +140,12 @@ print <<"HERE";
  • TODO: Fsck of NTFS
  • -
  • TODO: NTFS Support for Partition Surprise
  • +
  • TODO: NTFS Support for Partition Surprise
  • Related Projects