X-Git-Url: http://git.refcnt.org/?p=lugs.git;a=blobdiff_plain;f=make-html%2Fmake-html.pl;h=c503cf532e47af61a5dc0e4e13fd1c332b24dd13;hp=46739d18b453c68767715caffefc658679e8c8b4;hb=94de2ec30537b46bd1fcefdebd55bdf731c0e1f3;hpb=5a17dc1c47ef06ce9b5288b1629aba20c1da70ec diff --git a/make-html/make-html.pl b/make-html/make-html.pl index 46739d1..c503cf5 100755 --- a/make-html/make-html.pl +++ b/make-html/make-html.pl @@ -2,14 +2,14 @@ # # Konvertiert die LUGS-Terminliste (im ASCII Format) in ein HTML-File # -# (c) 1996-1998 Roland Alder -# (c) 2007-2008, 2011-2013 Steven Schubiger +# (c) 1996-1998 Roland Alder +# (c) 2007-2008, 2011-2015, 2017 Steven Schubiger use strict; use warnings; use lib qw(lib); -my $VERSION = '0.03'; +my $VERSION = '0.06'; #----------------------- # Start of configuration @@ -37,6 +37,8 @@ my $Config = { stgallen => 'e2b1a5', # wie heisst diese Farbe? :) gnupingu => 'ffd133', # von http://www.gnupingu.ch/ debian => 'ffa500', # orange + hackerfunk => '99b2cd', # blau/grau + wilhelmtux => 'ffffbf', # from https://wilhelmtux.ch/ }, ical_dir => 'ical', }; @@ -227,7 +229,7 @@ sub process_events LINK => $ics_link, }); - $self->print_raw_html(''); + $self->print_raw_html(''); } $self->print_template('tabellenende');