summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-server-01.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/corpo-server-01.pl')
-rw-r--r--perl-install/share/advertising/corpo-server-01.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/perl-install/share/advertising/corpo-server-01.pl b/perl-install/share/advertising/corpo-server-01.pl
new file mode 100644
index 000000000..233d8cdb4
--- /dev/null
+++ b/perl-install/share/advertising/corpo-server-01.pl
@@ -0,0 +1,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"),
+ );