projects
/
lugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
82fc3e7
)
make-html: add wilhelmtux color
author
Steven Schubiger
<stsc@refcnt.org>
Mon, 1 May 2017 19:32:32 +0000
(21:32 +0200)
committer
Steven Schubiger
<stsc@refcnt.org>
Mon, 1 May 2017 19:32:32 +0000
(21:32 +0200)
make-html/make-html.pl
patch
|
blob
|
history
diff --git
a/make-html/make-html.pl
b/make-html/make-html.pl
index
83545f1
..
c503cf5
100755
(executable)
--- 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
#
#
# 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);
use strict;
use warnings;
use lib qw(lib);
-my $VERSION = '0.0
5
';
+my $VERSION = '0.0
6
';
#-----------------------
# Start of configuration
#-----------------------
# Start of configuration
@@
-38,6
+38,7
@@
my $Config = {
gnupingu => 'ffd133', # von http://www.gnupingu.ch/
debian => 'ffa500', # orange
hackerfunk => '99b2cd', # blau/grau
gnupingu => 'ffd133', # von http://www.gnupingu.ch/
debian => 'ffa500', # orange
hackerfunk => '99b2cd', # blau/grau
+ wilhelmtux => 'ffffbf', # from https://wilhelmtux.ch/
},
ical_dir => 'ical',
};
},
ical_dir => 'ical',
};