From 4ed7c8a3c59dfa05fb3c5015b768dc22ab23d9e5 Mon Sep 17 00:00:00 2001 From: David Baudens Date: Thu, 6 Mar 2003 19:49:51 +0000 Subject: Remove old files --- perl-install/share/advertising/03-internet.pl | 12 ------------ perl-install/share/advertising/03-internet.png | Bin 114265 -> 0 bytes perl-install/share/advertising/04-multimedia.pl | 13 ------------- perl-install/share/advertising/04-multimedia.png | Bin 104416 -> 0 bytes perl-install/share/advertising/05-games.pl | 12 ------------ perl-install/share/advertising/05-games.png | Bin 125923 -> 0 bytes perl-install/share/advertising/06-mcc.pl | 12 ------------ perl-install/share/advertising/06-mcc.png | Bin 52917 -> 0 bytes perl-install/share/advertising/07-desktop.pl | 12 ------------ perl-install/share/advertising/07-desktop.png | Bin 81578 -> 0 bytes perl-install/share/advertising/08-development.pl | 13 ------------- perl-install/share/advertising/08-development.png | Bin 80198 -> 0 bytes perl-install/share/advertising/09-server.pl | 12 ------------ perl-install/share/advertising/09-server.png | Bin 52998 -> 0 bytes perl-install/share/advertising/10-mnf.pl | 16 ---------------- perl-install/share/advertising/10-mnf.png | Bin 68137 -> 0 bytes perl-install/share/advertising/11-mdkstore.pl | 12 ------------ perl-install/share/advertising/11-mdkstore.png | Bin 56540 -> 0 bytes perl-install/share/advertising/12-mdkstore.pl | 13 ------------- perl-install/share/advertising/12-mdkstore.png | Bin 54519 -> 0 bytes perl-install/share/advertising/13-mdkcampus.pl | 14 -------------- perl-install/share/advertising/13-mdkcampus.png | Bin 34666 -> 0 bytes perl-install/share/advertising/14-mdkexpert.pl | 13 ------------- perl-install/share/advertising/14-mdkexpert.png | Bin 49069 -> 0 bytes .../share/advertising/15-mdkexpert-corporate.pl | 14 -------------- .../share/advertising/15-mdkexpert-corporate.png | Bin 34666 -> 0 bytes perl-install/share/advertising/16-thanks.png | Bin 66106 -> 0 bytes perl-install/share/advertising/17-mdkclub.pl | 14 -------------- perl-install/share/advertising/17-mdkclub.png | Bin 34666 -> 0 bytes 29 files changed, 182 deletions(-) delete mode 100644 perl-install/share/advertising/03-internet.pl delete mode 100644 perl-install/share/advertising/03-internet.png delete mode 100644 perl-install/share/advertising/04-multimedia.pl delete mode 100644 perl-install/share/advertising/04-multimedia.png delete mode 100644 perl-install/share/advertising/05-games.pl delete mode 100644 perl-install/share/advertising/05-games.png delete mode 100644 perl-install/share/advertising/06-mcc.pl delete mode 100644 perl-install/share/advertising/06-mcc.png delete mode 100644 perl-install/share/advertising/07-desktop.pl delete mode 100644 perl-install/share/advertising/07-desktop.png delete mode 100644 perl-install/share/advertising/08-development.pl delete mode 100644 perl-install/share/advertising/08-development.png delete mode 100644 perl-install/share/advertising/09-server.pl delete mode 100644 perl-install/share/advertising/09-server.png delete mode 100644 perl-install/share/advertising/10-mnf.pl delete mode 100644 perl-install/share/advertising/10-mnf.png delete mode 100644 perl-install/share/advertising/11-mdkstore.pl delete mode 100644 perl-install/share/advertising/11-mdkstore.png delete mode 100644 perl-install/share/advertising/12-mdkstore.pl delete mode 100644 perl-install/share/advertising/12-mdkstore.png delete mode 100644 perl-install/share/advertising/13-mdkcampus.pl delete mode 100644 perl-install/share/advertising/13-mdkcampus.png delete mode 100644 perl-install/share/advertising/14-mdkexpert.pl delete mode 100644 perl-install/share/advertising/14-mdkexpert.png delete mode 100644 perl-install/share/advertising/15-mdkexpert-corporate.pl delete mode 100644 perl-install/share/advertising/15-mdkexpert-corporate.png delete mode 100644 perl-install/share/advertising/16-thanks.png delete mode 100755 perl-install/share/advertising/17-mdkclub.pl delete mode 100644 perl-install/share/advertising/17-mdkclub.png (limited to 'perl-install/share') diff --git a/perl-install/share/advertising/03-internet.pl b/perl-install/share/advertising/03-internet.pl deleted file mode 100644 index 466610f78..000000000 --- a/perl-install/share/advertising/03-internet.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Get the most from the Internet"), 0, 0, 400, 20, 1], - [ N("Mandrake Linux 9.1 has selected the best software for you. Surf the Web and view animations with Mozilla and Konqueror, or read your mail and handle your personal information with Evolution and Kmail"), 0, 30, 400, 60, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/03-internet.png b/perl-install/share/advertising/03-internet.png deleted file mode 100644 index 5bcccefee..000000000 Binary files a/perl-install/share/advertising/03-internet.png and /dev/null differ diff --git a/perl-install/share/advertising/04-multimedia.pl b/perl-install/share/advertising/04-multimedia.pl deleted file mode 100644 index 674b536e8..000000000 --- a/perl-install/share/advertising/04-multimedia.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Discover the most up-to-date graphical and multimedia tools!"), 0, 0, 400, 20, 1], - [ N("Push multimedia to its limits!"), 0, 40, 400, 20, 0], - [ N("Mandrake Linux 9.1 enables you to use the very latest software to play audio files, edit and handle your images or photos, and play videos"), 0, 60, 400, 20, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/04-multimedia.png b/perl-install/share/advertising/04-multimedia.png deleted file mode 100644 index 7a7bf0586..000000000 Binary files a/perl-install/share/advertising/04-multimedia.png and /dev/null differ diff --git a/perl-install/share/advertising/05-games.pl b/perl-install/share/advertising/05-games.pl deleted file mode 100644 index 5885e644b..000000000 --- a/perl-install/share/advertising/05-games.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Games"), 0, 0, 400, 20, 1], - [ N("Mandrake Linux 9.1 provides the best Open Source games - arcade, action, strategy, ..."), 0, 30, 400, 0, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/05-games.png b/perl-install/share/advertising/05-games.png deleted file mode 100644 index f3b656657..000000000 Binary files a/perl-install/share/advertising/05-games.png and /dev/null differ diff --git a/perl-install/share/advertising/06-mcc.pl b/perl-install/share/advertising/06-mcc.pl deleted file mode 100644 index 1d6e5de15..000000000 --- a/perl-install/share/advertising/06-mcc.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Mandrake Control Center"), 0, 0, 400, 20, 1], - [ N("Mandrake Linux 9.1 provides a powerful tool to fully customize and configure your machine"), 0, 40, 400, 60, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/06-mcc.png b/perl-install/share/advertising/06-mcc.png deleted file mode 100644 index ed29c1d63..000000000 Binary files a/perl-install/share/advertising/06-mcc.png and /dev/null differ diff --git a/perl-install/share/advertising/07-desktop.pl b/perl-install/share/advertising/07-desktop.pl deleted file mode 100644 index 5abc1f81e..000000000 --- a/perl-install/share/advertising/07-desktop.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("User interfaces"), 0, 0, 400, 0, 1], - [ N("Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully modified: KDE 3, Gnome 2, WindowMaker, ..."), 0, 40, 400, 0, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/07-desktop.png b/perl-install/share/advertising/07-desktop.png deleted file mode 100644 index f070b9d2c..000000000 Binary files a/perl-install/share/advertising/07-desktop.png and /dev/null differ diff --git a/perl-install/share/advertising/08-development.pl b/perl-install/share/advertising/08-development.pl deleted file mode 100644 index 1eddb13d5..000000000 --- a/perl-install/share/advertising/08-development.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Development simplified"), 0, 0, 400, 0, 1], - [ N("Mandrake Linux 9.1 is the ultimate development platform"), 0, 20, 400, 0, 0], - [ N("Use the full power of the GNU gcc 3 compiler as well as the best Open Source development environments"), 0, 50, 400, 0, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/08-development.png b/perl-install/share/advertising/08-development.png deleted file mode 100644 index 0e554acce..000000000 Binary files a/perl-install/share/advertising/08-development.png and /dev/null differ diff --git a/perl-install/share/advertising/09-server.pl b/perl-install/share/advertising/09-server.pl deleted file mode 100644 index 7aaa1f394..000000000 --- a/perl-install/share/advertising/09-server.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Turn your machine into a reliable server"), 0, 10, 400, 20, 1], - [ N("Transform your machine into a powerful Linux server with a few clicks of your mouse: Web server, mail, firewall, router, file and print server, ..."), 0, 50, 400, 60, 0], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/09-server.png b/perl-install/share/advertising/09-server.png deleted file mode 100644 index 9d53fb116..000000000 Binary files a/perl-install/share/advertising/09-server.png and /dev/null differ diff --git a/perl-install/share/advertising/10-mnf.pl b/perl-install/share/advertising/10-mnf.pl deleted file mode 100644 index d2742254d..000000000 --- a/perl-install/share/advertising/10-mnf.pl +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Optimize your security"), 0, 0, 400, 0, 1], - [ N("The MandrakeSecurity range includes the Multi Network Firewall product (M.N.F.)"), 0, 20, 400, 0, 0], - [ N("This firewall product includes network features that allow you to fulfill all your security needs"), 0, 40, 400, 80, 0], - [ N("This product is available on MandrakeStore website"), 0, 60, 400, 100, 0], - - -# [ 'text', $x, $y, $area_width, $area_height, $bold ], - ); diff --git a/perl-install/share/advertising/10-mnf.png b/perl-install/share/advertising/10-mnf.png deleted file mode 100644 index c580789f5..000000000 Binary files a/perl-install/share/advertising/10-mnf.png and /dev/null differ diff --git a/perl-install/share/advertising/11-mdkstore.pl b/perl-install/share/advertising/11-mdkstore.pl deleted file mode 100644 index 1a87fd45d..000000000 --- a/perl-install/share/advertising/11-mdkstore.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("The official MandrakeSoft store"), 0, 0, 400, 20, 1], - [ N("Our full range of Linux solutions, as well as special offers on products and other \"goodies,\" are available online on our e-store:"), 0, 40, 400, 50 ], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/11-mdkstore.png b/perl-install/share/advertising/11-mdkstore.png deleted file mode 100644 index 49734d657..000000000 Binary files a/perl-install/share/advertising/11-mdkstore.png and /dev/null differ diff --git a/perl-install/share/advertising/12-mdkstore.pl b/perl-install/share/advertising/12-mdkstore.pl deleted file mode 100644 index adb7b1b99..000000000 --- a/perl-install/share/advertising/12-mdkstore.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Strategic partners"), 0, 0, 400, 20, 1], - [ N("MandrakeSoft works alongside a selection of companies offering professional solutions compatible with Mandrake Linux. A list of these partners is available on the MandrakeStore"), 0, 30, 400, 50, 0 ], - [ "www.mandrakestore.com/license", 0, 70, 400, 80, 0 ], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/12-mdkstore.png b/perl-install/share/advertising/12-mdkstore.png deleted file mode 100644 index 3f9cb9d84..000000000 Binary files a/perl-install/share/advertising/12-mdkstore.png and /dev/null differ diff --git a/perl-install/share/advertising/13-mdkcampus.pl b/perl-install/share/advertising/13-mdkcampus.pl deleted file mode 100644 index 6963415be..000000000 --- a/perl-install/share/advertising/13-mdkcampus.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Discover MandrakeSoft's training catalogue Linux-Campus"), 0, 0, 400, 20, 1 ], - [ N("The training program has been created to respond to the needs of both end users and experts (Network and System administrators)"), 0, 40, 400, 20, 0 ], - [ N("Certify yourself on Linux"), 0, 80, 400, 40, 0 ], - [ N("Whether you choose to teach yourself online or via our network of training partners, the Linux-Campus catalogue prepares you for the acknowledged LPI certification program (worldwide professional technical certification)"), 0, 120, 400, 20, 0 ], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/13-mdkcampus.png b/perl-install/share/advertising/13-mdkcampus.png deleted file mode 100644 index b30f18e92..000000000 Binary files a/perl-install/share/advertising/13-mdkcampus.png and /dev/null differ diff --git a/perl-install/share/advertising/14-mdkexpert.pl b/perl-install/share/advertising/14-mdkexpert.pl deleted file mode 100644 index 28d23b827..000000000 --- a/perl-install/share/advertising/14-mdkexpert.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Become a MandrakeExpert"), 0, 0, 400, 20, 1], - [ N("Find the solutions of your problems via MandrakeSoft's online support platform"), 0, 30, 400, 0, 0 ], - [ N("Join the MandrakeSoft support teams and the Linux Community online to share your knowledge and help others by becoming a recognized Expert on the online technical support website:"), 0, 70, 400, 0, 0 ], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/14-mdkexpert.png b/perl-install/share/advertising/14-mdkexpert.png deleted file mode 100644 index 9e95da24e..000000000 Binary files a/perl-install/share/advertising/14-mdkexpert.png and /dev/null differ diff --git a/perl-install/share/advertising/15-mdkexpert-corporate.pl b/perl-install/share/advertising/15-mdkexpert-corporate.pl deleted file mode 100644 index 37e15e299..000000000 --- a/perl-install/share/advertising/15-mdkexpert-corporate.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("MandrakeExpert Corporate"), 0, 0, 400, 20, 1], - [ N("An online platform to respond to company's specific support needs"), 0, 50, 400, 0, 0 ], - [ N("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 100, 400, 0, 0 ], - [ "corporate.mandrakeexpert.com", 0, 230, 400, 0, 1], -# [ 'text', $x, $y, $area_width, $area_height ], - ); diff --git a/perl-install/share/advertising/15-mdkexpert-corporate.png b/perl-install/share/advertising/15-mdkexpert-corporate.png deleted file mode 100644 index b30f18e92..000000000 Binary files a/perl-install/share/advertising/15-mdkexpert-corporate.png and /dev/null differ diff --git a/perl-install/share/advertising/16-thanks.png b/perl-install/share/advertising/16-thanks.png deleted file mode 100644 index 8ea087408..000000000 Binary files a/perl-install/share/advertising/16-thanks.png and /dev/null differ diff --git a/perl-install/share/advertising/17-mdkclub.pl b/perl-install/share/advertising/17-mdkclub.pl deleted file mode 100755 index fe0beeed2..000000000 --- a/perl-install/share/advertising/17-mdkclub.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -$width = 400; -$height = 270; -$icon = 0; -$icon_dx = 0; -$icon_dy = 0; -@data = ( - [ N("Discover MandrakeClub and Mandrake Corporate Club"), 0, 0, 400, 20, 1 ], - [ N("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, 220, 400, 40, 0 ], - [ ("www.mandrakesoft.com/corporateclub"), 0, 240, 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 deleted file mode 100644 index b30f18e92..000000000 Binary files a/perl-install/share/advertising/17-mdkclub.png and /dev/null differ -- cgit v1.2.1