diff options
author | David Baudens <baudens@mandriva.com> | 2002-09-03 14:26:16 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2002-09-03 14:26:16 +0000 |
commit | bb4a8ecf5077aaaa4c34a8a0f433876e01020dd1 (patch) | |
tree | b1e547f3a796acc5ee442cd3edaa3b2f4e203243 /perl-install/share | |
parent | 93a4cfae38ef94ff9f1bb2ea7467cdc7ebb10cc0 (diff) | |
download | drakx-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')
-rwxr-xr-x | perl-install/share/advertising/17-mdkclub.pl | 14 | ||||
-rw-r--r-- | perl-install/share/advertising/17-mdkclub.png | bin | 0 -> 34666 bytes |
2 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 ], + ); diff --git a/perl-install/share/advertising/17-mdkclub.png b/perl-install/share/advertising/17-mdkclub.png Binary files differnew file mode 100644 index 000000000..b30f18e92 --- /dev/null +++ b/perl-install/share/advertising/17-mdkclub.png |