+link rel
[www.jankratochvil.net.git] / project / captive / Thanks.html.pl
index dd0e81f..c3a87d5 100755 (executable)
 
 package project::captive::Thanks;
 require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway
-use vars qw($VERSION $CVS_ID);
-$VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
-$CVS_ID=q$Id$;
+our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
+our $CVS_ID=q$Id$;
 use strict;
 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(
@@ -36,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>
@@ -63,20 +66,23 @@ print name a_href_cz('http://www.itpravo.cz/admin.shtml?x=45480','Jiri Cermak'),
                a_href("http://www.bakernet.com/",'Baker &amp; McKenzie'),
                'preflight IT law analysis';
 print name a_href('http://www.ucw.cz/~mj/','Martin "MJ" Mares');
-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 "Lubomir Bulej";
 print name "Tomas Bures";
-print name a_href_cz('http://www.klokan.cz/','Lukas "Klokan" Horalek'),undef(),"services hosting";
+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('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>Betatesting
-       <ul>
-       <li>?</li>
-       </ul></li>
-<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