#!/usr/bin/perl
+# Filename: gen_index
+# Purpose: Generates the index.html overview of all source repos
+# Authors: grml-team (grml.org), (c) Alexander Wirt
+# Bug-Reports: see http://grml.org/bugs/
+# License: This file is licensed under the GPL v2.
+# Latest change: So Mai 06 22:06:09 CEST 2007 [formorer]
+################################################################################
+
use strict;
use warnings;
my $t = new HTML::Table(
-cols => 5,
-border=>1,
- -head=> ['Release','Packages','Sources', 'Errors', 'Last updated', 'source.list entry'],
+ -head=> ['Release','Packages','Sources',
+ 'Errors', 'Last updated', 'sources.list entry'],
);
foreach my $releasefile (@status_files) {