+link rel
[www.jankratochvil.net.git] / project / captive / Thanks.html.pl
index 27bb1d2..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>
@@ -64,17 +68,21 @@ print name a_href_cz('http://www.itpravo.cz/admin.shtml?x=45480','Jiri Cermak'),
 print name a_href('http://www.ucw.cz/~mj/','Martin "MJ" Mares');
 print name "Lubomir Bulej";
 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 a_href_cz('http://www.klokan.cz/','Lukas "Klokan" Horalek'),undef(),"services hosting";
+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"),
                a_href("http://sys.xiloo.com/projects/projects.htm#ext2fsd","Ext2fsd")." developer","W32 tips";
 
 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