From e41e31c34f9278cf8d393569e8f772e5cfc3fa0a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 13 Nov 2005 03:33:20 +0000 Subject: Add our website designer and HTML/CSS coder to list of contributors. svn-id: r19579 --- tools/credits.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/credits.pl b/tools/credits.pl index 6b2c96677e..ec2c8a1b64 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -59,6 +59,7 @@ sub html_entities_to_ascii { # For now we hardcode these mappings # á -> a # é -> e + # ó -> o # ø -> o # ö -> o / oe # ä -> a @@ -66,6 +67,7 @@ sub html_entities_to_ascii { # ł -> l $text =~ s/á/a/g; $text =~ s/é/e/g; + $text =~ s/ó/o/g; $text =~ s/ø/o/g; $text =~ s/ł/l/g; @@ -359,7 +361,9 @@ begin_credits("Credits"); begin_section("Contributors"); add_person("Tore Anderson", "tore", "Packaging for Debian GNU/Linux"); + add_person("Dobó Balázs", "draven", "Website design"); add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files"); + add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website"); add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio"); add_person("Kovács Endre János", "", "Several fixes for Simon1"); add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches"); -- cgit v1.2.3