blob: 2cd6d45ffcc1a0b30f5c213ae97077424dfaee91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 80;
$border = 10;
@text = (N("Mandrake Linux is an Open Source distribution created with thousands of the choicest applications from the <b>Free Software</b> world. Mandrake Linux is one of the most widely used Linux distributions worldwide!"),
' ',
N("Mandrake Linux includes the famous graphical desktops KDE and GNOME, plus the latest versions of the most popular Open Source applications."));
|