diff options
author | Eugene Sandulenko | 2005-11-13 03:33:20 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-11-13 03:33:20 +0000 |
commit | e41e31c34f9278cf8d393569e8f772e5cfc3fa0a (patch) | |
tree | 377b21bb6cb6a0f0e147941d9cdc45090b18b62d /tools | |
parent | 84ec0ce807886c42068c3f4c0ce7984e87de5076 (diff) | |
download | scummvm-rg350-e41e31c34f9278cf8d393569e8f772e5cfc3fa0a.tar.gz scummvm-rg350-e41e31c34f9278cf8d393569e8f772e5cfc3fa0a.tar.bz2 scummvm-rg350-e41e31c34f9278cf8d393569e8f772e5cfc3fa0a.zip |
Add our website designer and HTML/CSS coder to list of contributors.
svn-id: r19579
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |