Use --disable-bundle for the RPM binary packaging.
[www.jankratochvil.net.git] / WebConfig.pm
index 6311d0c..76a2970 100644 (file)
@@ -49,6 +49,7 @@ our %WebConfig=(
                        },
                "viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/www/www.jankratochvil.net/",
                "title_prefix"=>"Jan Kratochvil",
+               "footer_mailme"=>0,
                "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/",
                "pserver"=>':pserver:pserver:@cvs.jankratochvil.net',
                "pserver_path"=>"/cvs",
@@ -58,12 +59,12 @@ our %WebConfig=(
                "pipermail_url_sub"=>sub () { return "http://".&{$My::Web::W->{"web_hostname_sub"}}."/pipermail/"; },
                "heading"=>sub () {
                        print '<table border="0" align="center" style="font-size: larger;">'."\n";
-                               print '<col width="20%">'."\n";
-                               print '<col width="50%">'."\n";
-                               print '<col width="20%">'."\n";
+#                              print '<col width="20%">'."\n";
+#                              print '<col width="50%">'."\n";
+#                              print '<col width="20%">'."\n";
                                print '<tr>'."\n";
                                        print '<td>'."\n";
-                                               print '<table border="1" align="left"'
+                                               print '<table border="1" align="center"'        # align="left"
                                                                .' style="border-collapse: collapse; border-style: solid; border-width: 2px;">'."\n";
                                                        print '<tr>'."\n";
                                                                print '<td style="padding: 5px; font-weight: bold;">'."\n";
@@ -99,7 +100,10 @@ our %WebConfig=(
                                        print '</td>'."\n";
                                print '</tr>'."\n";
                        print '</table>'."\n";
-                       print My::Web::vskip("1ex") if !$My::Web::W->{"WebConfig::heading_novskip"};
+                       if (!$My::Web::W->{"WebConfig::heading_novskip"}) {
+                               print "<hr />\n";
+                               print My::Web::vskip("6ex");
+                               }
                        },
                "footing"=>sub () {
 #                      print "<h1>footing</h1>\n";