summaryrefslogtreecommitdiffstats
path: root/contributors.pl
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-06 15:22:00 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-06 15:22:00 +0000
commit398fd5b41f9d5afcebb3f16222c0e0ce35f543cb (patch)
tree6028878bd779b66bf23269cddbd64a296d475f41 /contributors.pl
parentb81ec3b069731a0e35ad65cc9bfcc8ffefe305be (diff)
downloadcontrol-center-398fd5b41f9d5afcebb3f16222c0e0ce35f543cb.tar
control-center-398fd5b41f9d5afcebb3f16222c0e0ce35f543cb.tar.gz
control-center-398fd5b41f9d5afcebb3f16222c0e0ce35f543cb.tar.bz2
control-center-398fd5b41f9d5afcebb3f16222c0e0ce35f543cb.tar.xz
control-center-398fd5b41f9d5afcebb3f16222c0e0ce35f543cb.zip
add infrastructure to translate contributors list
Diffstat (limited to 'contributors.pl')
-rw-r--r--contributors.pl44
1 files changed, 44 insertions, 0 deletions
diff --git a/contributors.pl b/contributors.pl
new file mode 100644
index 00000000..b2b010a9
--- /dev/null
+++ b/contributors.pl
@@ -0,0 +1,44 @@
+#/usr/bin/perl
+use lib qw(/usr/lib/libDrakX);
+use common;
+{
+
+ N("Per Oyvind Karlsen") => N(qq(massive packages rebuilding and cleaning, Norwegian Bokmål (nb) translation, i18n work, games
+)),
+ N("Guillaume Rousse") => N(qq(cowsay introduction
+)),
+ N("Olivier Thauvin") => N(qq(figlet introduction, Distriblint (checking rpm in the distro)
+)),
+ N("Marcel Pol") => N(qq(mono introduction, updated abiword
+)),
+ N("Ben Reser") => N(qq(updated nc with debian patches, fixed some perl packages, dnotify startup script, urpmc, hddtemp, wipe, etc...
+)),
+ N("Thomas Backlund") => N(qq("deep and broad" kernel work (many new patches before integration in official kernel)
+)),
+ N("Svetoslav Slavtchev?") => N(qq(kernel work (audio- and video-related patches)
+)),
+ N("Danny Tholen") => N(qq(multimedia kernel
+)),
+ N("Buchan Milne") => N(qq(Samba 3.0 (prerelease) that co-exists with Samba 2.2.x, Samba-2.2.x, GIS software (grass, mapserver), cursor_themes collection, misc server-side contributions
+)),
+ N("Goetz Waschk") => N(qq(many multimedia packages (xine,totem, gstreamer, mplayer, vlc, vcdimager), gnome-python, rox desktop
+)),
+ N("Austin Acton") => N(qq(audio/video/MIDI apps, scientific apps, audio/video production howtos, bluetooth, pyqt & related
+)),
+ N("Spencer Anderson") => N(qq(ATI/gatos/DRM stuff, opengroupware.org
+)),
+ N("Andrey Borzenkov") => N(qq(supermount-ng and other kernel work
+)),
+ N("Oden Eriksson") => N(qq(most web-based packages and many security-related packages
+)),
+ N("Stefan Van Der Eijk") => N(qq(slbd distro checking, devel dependancies
+)),
+ N("David Walser") => N(qq(rpmsync script, foolproof MIDI playback, tweaked libao
+)),
+ N("Andi Payn") => N(qq(many extra gnome applets and python modules
+)),
+ N("Tibor Pittich") => N(qq(leader of the mdk sk-i18n team, contributed several packages (mozilla-firebird, afbackup, silc-client, psi, amavis-ng, lukemftp, cacti, scponly...), several years of using cooker and bug hunting, etc...
+)),
+ N("Pascal Terjan") => N(qq(some ruby stuff, various packages, ...
+)),
+} \ No newline at end of file