summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/17-mdkclub.pl
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2002-09-03 14:26:16 +0000
committerDavid Baudens <baudens@mandriva.com>2002-09-03 14:26:16 +0000
commitbb4a8ecf5077aaaa4c34a8a0f433876e01020dd1 (patch)
treeb1e547f3a796acc5ee442cd3edaa3b2f4e203243 /perl-install/share/advertising/17-mdkclub.pl
parent93a4cfae38ef94ff9f1bb2ea7467cdc7ebb10cc0 (diff)
downloaddrakx-bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1.tar
drakx-bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1.tar.gz
drakx-bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1.tar.bz2
drakx-bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1.tar.xz
drakx-bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1.zip
Add MDKclub screen and text
Diffstat (limited to 'perl-install/share/advertising/17-mdkclub.pl')
-rwxr-xr-xperl-install/share/advertising/17-mdkclub.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/share/advertising/17-mdkclub.pl b/perl-install/share/advertising/17-mdkclub.pl
new file mode 100755
index 000000000..b47ad3df4
--- /dev/null
+++ b/perl-install/share/advertising/17-mdkclub.pl
@@ -0,0 +1,14 @@
+#!/usr/bin/perl
+
+$width = 400;
+$height = 270;
+$icon = 0;
+$icon_dx = 0;
+$icon_dy = 0;
+@data = (
+ [ _("Discover MandrakeClub and Mandrake Corporate Club"), 0, 0, 400, 20, 1 ],
+ [ _("MandrakeClub and Mandrake Corporate Club were created for business and private users of Mandrake Linux who would like to directly support their favorite Linux distribution while also receiving special privileges. If you enjoy our products, if your company benefits from our products to gain a competititve edge, if you want to support Mandrake Linux development, join MandrakeClub!"), 0, 60, 400, 20, 0 ],
+ [ ("www.mandrakeclub.com"), 0, 180, 400, 40, 0 ],
+ [ ("www.mandrakesoft.com/corporateclub"), 0, 200, 400, 40, 0 ],
+# [ 'text', $x, $y, $area_width, $area_height ],
+ );