1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#/usr/bin/perl
#
# DO NOT ALTER HERE !!!
# THIS IS GENERATED FROM /usr/share/doc/mandrake-release-<RELEASE>/CREDITS
# WHICH IS FILLED FROM THE COOKER WIKI
#
use lib qw(/usr/lib/libDrakX);
use common;
{
N("Per Oyvind Karlsen") => N("massive packages rebuilding and cleaning, Norwegian Bokmaal (nb) translation, i18n work, games"),
N("Guillaume Rousse") => N("cowsay introduction"),
N("Olivier Thauvin") => N("figlet introduction, Distriblint (checking rpm in the distro)"),
N("Marcel Pol") => N("mono introduction, updated abiword"),
N("Ben Reser") => N("updated nc with debian patches, fixed some perl packages, dnotify startup script, urpmc, hddtemp, wipe, etc..."),
N("Thomas Backlund") => N("\"deep and broad\" kernel work (many new patches before integration in official kernel)"),
N("Svetoslav Slavtchev") => N("kernel work (audio- and video-related patches)"),
N("Danny Tholen") => N("multimedia kernel"),
N("Buchan Milne") => N("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("many multimedia packages (xine, mplayer, vlc, vcdimager), gnome-python, rox desktop"),
N("Austin Acton") => N("audio/video/MIDI apps, scientific apps, audio/video production howtos, bluetooth, pyqt & related"),
N("Spencer Anderson") => N("ATI/gatos/DRM stuff"),
N("Andrey Borzenkov") => N("supermount-ng and other kernel work"),
N("Oden Eriksson") => N("most web-based packages and many security-related packages"),
N("Warly") => N("bootsplash, databases, drakwizard, various other stuffs."),
}
|