captive-list: +'bug reports'
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index ef92877..b0bbea2 100755 (executable)
@@ -42,7 +42,6 @@ my $W=My::Project->init_project(
 table.mailman > * /* FIXME: What is it? */ > tr > th,
 table.mailman > * /* FIXME: What is it? */ > tr > td { padding: 1ex; text-align: center; }
 ",
-               "no_job"=>1,
                );
 
 
@@ -71,8 +70,17 @@ print rightimg((map("<p class=\"stuff\">$_</p>\n",($stuff[int rand @stuff])))[0]
 
 print <<"HERE";
 
+
+@{[ vskip "3ex" ]}
+
+<p class="stuff">
+       Why did I install Microsoft Windows and wrote such disgusting piece of code?<br />
+       Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
+</p>
+
 @{[ vskip "3ex" ]}
 
+
 <table border="1" align="center" style="text-align: center;" width="100%"><tr><th>Distribution</th>
                <th>Installation Case #1<br />Filesystem and installer<br />(recommended)</th>
                <th>Installation Case #2<br />Manual installation<br />(filesystem, expert user)</th>
@@ -89,7 +97,7 @@ my %reqpkg=(
                );
 my %version=(
                map(($_=>["0.9.7","0"]),qw(captive captive-lufs captive-install)),
-               "lufs"=>["0.9.6","1captive5"],
+               "lufs"=>["0.9.6","1captive6"],
                "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"],
                "ntfsprogs"=>["200309071734","1captive1"],
                "ntfsprogs-gnomevfs"=>["1.0.1","0"],
@@ -338,7 +346,10 @@ print <<"HERE";
        <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
                <tr>@{[ map("<th>$_</th>",@lists) ]}</tr>
                <tr><td>New versions announcements<br />
-                       (low traffic, recommended)</td><td>User support</td><td>Development</td></tr>
+                       (low traffic, recommended)</td>
+                               <td>User support,<br />bug reports</td>
+                               <td>Development</td>
+                               </tr>
                <tr>@{[ map({ "<td>".a_href(&{$W->{"mailman_url_sub"}}()."/listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
                <tr>@{[ map({ "<td>".a_href(&{$W->{"pipermail_url_sub"}}()."/$_",'Archive')."</td>"; } @lists) ]}</tr>
                <tr>@{[
@@ -401,13 +412,6 @@ print <<"HERE";
        <li>@{[ a_href 'Resources.html.pl','Related Pages' ]}</li>
        <li>@{[ a_href 'Thanks.html.pl','Thanks' ]}</li>
 </ul>
-
-@{[ vskip "3ex" ]}
-
-<p class="stuff">
-       Why did I install Microsoft Windows and wrote such disgusting piece of code?<br />
-       Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
-</p>
 HERE