+link rel
[www.jankratochvil.net.git] / project / captive / Thanks.html.pl
index efd463f..c3a87d5 100755 (executable)
@@ -27,6 +27,7 @@ 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;
+Wrequire 'My::Project';
 
 
 My::Web->init(
@@ -35,8 +36,11 @@ My::Web->init(
                "head_css"=>"
 .name { font-style: italic; }
 ",
+               "WebConfig::heading_novskip"=>1,
                );
 My::Web->heading();
+print My::Project->section("captive");
+
 
 print <<'HERE';
 <h1>Captive NTFS Thanks</h1>
@@ -67,9 +71,9 @@ print name "Tomas Bures";
 print name a_href_cz('http://www.vellum.cz/','Lukas "Klokan" Horalek'),undef(),"services hosting";
 print name a_href('http://www-troja.fjfi.cvut.cz/~drab/','Martin Drab'),undef(),
                "betatesting, ".a_href('http://lufs.sourceforge.net/lufs/','LUFS')." patches";
-print name "Jesse Glick",a_href("http://www.sun.com/","Sun Microsystems"),"betatesting";
 print name a_href('http://www.pavouk.org/','Pavel "Pavouk" Ruzicka'),a_href('http://www.gtsgroup.cz/','GTS'),
                "betatesting";
+print name "Jesse Glick",a_href("http://www.sun.com/","Sun Microsystems"),"betatesting";
 print name a_href_cz('http://vellum.cz/~mikc/','Michal "MIKC" Conos'),undef(),
                "betatesting";
 print name a_href("http://sys.xiloo.com/","Matt Wu"),
@@ -78,7 +82,7 @@ print name a_href("http://sys.xiloo.com/","Matt Wu"),
 print name "Steven Edwards"  ,a_href("http://www.reactos.com/","ReactOS")." developer","W32 tips";
 print name "Casper Hornstrup",a_href("http://www.reactos.com/","ReactOS")." developer","W32 tips";
 print <<'HERE';
-<li>Last but not least - greetings to Danese Cooper, Open Source Diva!</li>
+<li>Last but not least - Kind greetings to Danese Cooper, Open Source Diva!</li>
 </ul>
 
 HERE