From bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1 Mon Sep 17 00:00:00 2001 From: David Baudens Date: Tue, 3 Sep 2002 14:26:16 +0000 Subject: Add MDKclub screen and text --- perl-install/share/advertising/17-mdkclub.pl | 14 ++++++++++++++ perl-install/share/advertising/17-mdkclub.png | Bin 0 -> 34666 bytes 2 files changed, 14 insertions(+) create mode 100755 perl-install/share/advertising/17-mdkclub.pl create mode 100644 perl-install/share/advertising/17-mdkclub.png (limited to 'perl-install/share/advertising') 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 ], + ); diff --git a/perl-install/share/advertising/17-mdkclub.png b/perl-install/share/advertising/17-mdkclub.png new file mode 100644 index 000000000..b30f18e92 Binary files /dev/null and b/perl-install/share/advertising/17-mdkclub.png differ -- cgit v1.2.1