summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-server-01.pl
blob: 233d8cdb413e247265f496482cf0042980ac8830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

$width = 556;
$height = 303;

$y_start = 10;
$border = 10;  #- for leftish text

@text = ([ N("<b>Thank you for choosing Mandrakelinux!</b>"), center => 1 ],
         ' ',
         N("Mandrakesoft offers businesses a set of GNU Linux, Open-Source software and related services. It provides user-friendly and highly competitive technologies at a very attractive total cost of ownership.
	 Whether you seek a product flexible enough to be adapted to your requirements or need high value added services, you'll find answers in our Business product line."),
		 ' ',
         N("For any questions, contact us at sales\@mandrakesoft.com"),
         );