summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/corpo-desk-03.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/corpo-desk-03.pl')
-rw-r--r--perl-install/share/advertising/corpo-desk-03.pl22
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-install/share/advertising/corpo-desk-03.pl b/perl-install/share/advertising/corpo-desk-03.pl
new file mode 100644
index 000000000..913a0f0fc
--- /dev/null
+++ b/perl-install/share/advertising/corpo-desk-03.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+$width = 556;
+$height = 303;
+
+$y_start = 10;
+$border = 10; #- for leftish text
+
+@text = ([ N("<b>Corporate Server</b>"), center => 1 ],
+ ' ',
+ N("Based on the new Linux kernel 2.6, Corporate Server is definitely the complete server solution for businesses."),
+ N("It brings you better performance through the new Apache 2, Samba 3, NPTL and much more!!!"),
+ N("Just point and click server(s) that you need: "),
+ N("- Directory - DHCP - Printing System - Web"),
+ N("- Backup - Instant Messaging - NIS - etc"),
+ N("- Authentication - Name server - File and Device Sharing"),
+ N("- Database - Fax - Proxy"),
+ N("- Secure Remote Access - File Transfer - Router"),
+ N("- Mail - High Availability - Groupware"),
+ ' ',
+ [ N("Thanks to exclusive Mandrakelinux configuration assistants,"), center => 1 ],
+ [ N("deploying servers has never been so easy!"), center => 1 ]);