diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-05-01 21:32:32 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-05-01 21:32:32 +0200 |
commit | 94de2ec30537b46bd1fcefdebd55bdf731c0e1f3 (patch) | |
tree | fa0a30d2b5ea946b6ad13f88cec056b1e744f65c | |
parent | 82fc3e72ef3969427e1bdf0bbc578c50bbd74e32 (diff) | |
download | lugs-94de2ec30537b46bd1fcefdebd55bdf731c0e1f3.tar.gz lugs-94de2ec30537b46bd1fcefdebd55bdf731c0e1f3.tar.bz2 |
make-html: add wilhelmtux color
-rwxr-xr-x | make-html/make-html.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make-html/make-html.pl b/make-html/make-html.pl index 83545f1..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-2015 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.05'; +my $VERSION = '0.06'; #----------------------- # Start of configuration @@ -38,6 +38,7 @@ my $Config = { gnupingu => 'ffd133', # von http://www.gnupingu.ch/ debian => 'ffa500', # orange hackerfunk => '99b2cd', # blau/grau + wilhelmtux => 'ffffbf', # from https://wilhelmtux.ch/ }, ical_dir => 'ical', }; |