summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising')
-rw-r--r--perl-install/share/advertising/01-thanks.pl15
-rw-r--r--perl-install/share/advertising/01-thanks.pngbin66106 -> 0 bytes
-rw-r--r--perl-install/share/advertising/02-community.pl16
-rw-r--r--perl-install/share/advertising/02-community.pngbin19974 -> 0 bytes
-rw-r--r--perl-install/share/advertising/03-software.pl13
-rw-r--r--perl-install/share/advertising/03-software.pngbin114265 -> 0 bytes
-rw-r--r--perl-install/share/advertising/04-configuration.pl12
-rw-r--r--perl-install/share/advertising/04-configuration.pngbin104416 -> 0 bytes
-rw-r--r--perl-install/share/advertising/05-desktop.pl12
-rw-r--r--perl-install/share/advertising/05-desktop.pngbin125923 -> 0 bytes
-rw-r--r--perl-install/share/advertising/06-development.pl12
-rw-r--r--perl-install/share/advertising/06-development.pngbin52917 -> 0 bytes
-rw-r--r--perl-install/share/advertising/07-server.pl12
-rw-r--r--perl-install/share/advertising/07-server.pngbin81578 -> 0 bytes
-rw-r--r--perl-install/share/advertising/08-store.pl13
-rw-r--r--perl-install/share/advertising/08-store.pngbin80198 -> 0 bytes
-rw-r--r--perl-install/share/advertising/09-mdksecure.pl13
-rw-r--r--perl-install/share/advertising/09-mdksecure.pngbin52998 -> 0 bytes
-rw-r--r--perl-install/share/advertising/10-security.pl13
-rw-r--r--perl-install/share/advertising/10-security.pngbin68137 -> 0 bytes
-rw-r--r--perl-install/share/advertising/11-mnf.pl13
-rw-r--r--perl-install/share/advertising/11-mnf.pngbin56540 -> 0 bytes
-rw-r--r--perl-install/share/advertising/12-mdkexpert.pl14
-rw-r--r--perl-install/share/advertising/12-mdkexpert.pngbin54519 -> 0 bytes
-rw-r--r--perl-install/share/advertising/13-mdkexpert_corporate.pl14
-rw-r--r--perl-install/share/advertising/13-mdkexpert_corporate.pngbin34666 -> 0 bytes
-rw-r--r--perl-install/share/advertising/Makefile8
-rw-r--r--perl-install/share/advertising/list13
28 files changed, 0 insertions, 193 deletions
diff --git a/perl-install/share/advertising/01-thanks.pl b/perl-install/share/advertising/01-thanks.pl
deleted file mode 100644
index 4a1e220f7..000000000
--- a/perl-install/share/advertising/01-thanks.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("Thank you for choosing Mandrake Linux 9.1"), 0, 80, 400, 0, 1],
- [ N_("Welcome to the Open Source world."), 0, 110, 400, 0, 0],
- [ N_("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work of the worldwide Linux Community."), 0, 140, 400, 0, 0],
-
-
-# [ 'text', $x, $y, $area_width, $area_height, $bold ],
- );
diff --git a/perl-install/share/advertising/01-thanks.png b/perl-install/share/advertising/01-thanks.png
deleted file mode 100644
index 8ea087408..000000000
--- a/perl-install/share/advertising/01-thanks.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/02-community.pl b/perl-install/share/advertising/02-community.pl
deleted file mode 100644
index a6c8023b1..000000000
--- a/perl-install/share/advertising/02-community.pl
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("Build the future of Linux!"), 0, 30, 400, 0, 1],
- [ N_("Want to know more and to contribute to the Open Source community? Get involved in the Free Software world!"), 0, 90, 400, 20, 0],
- [ N_("To share your own knowledge and help build Linux software, join our discussion forums on our \"Community\" webpages."), 0, 150, 400, 0, 0],
- [ ("www.mandrakesoft.com/company/community"), 0, 180, 400, 0, 0],
-
-
-# [ 'text', $x, $y, $area_width, $area_height, $bold ],
- );
diff --git a/perl-install/share/advertising/02-community.png b/perl-install/share/advertising/02-community.png
deleted file mode 100644
index f34b6d59d..000000000
--- a/perl-install/share/advertising/02-community.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/03-software.pl b/perl-install/share/advertising/03-software.pl
deleted file mode 100644
index fbed73e3d..000000000
--- a/perl-install/share/advertising/03-software.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("MandrakeSoft has selected the best software for you"), 0, 0, 400, 20, 1],
- [ N_("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 30, 400, 60, 0],
- [ N_("And, of course, push multimedia to its limits with the very latest software to play videos, audio files and to handle your images or photos."), 0, 70, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/03-software.png b/perl-install/share/advertising/03-software.png
deleted file mode 100644
index 5bcccefee..000000000
--- a/perl-install/share/advertising/03-software.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/04-configuration.pl b/perl-install/share/advertising/04-configuration.pl
deleted file mode 100644
index 85a6738f4..000000000
--- a/perl-install/share/advertising/04-configuration.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's multipurpose configuration tool"), 0, 0, 400, 20, 1],
- [ N_("Mandrake Linux 9.1 provides you with the Mandrake Control Center, a powerful tool to fully adapt your computer to the use you make of it. Configure and customize elements such as the security level, the peripherals (screen, mouse, keyboard...), the Internet connection and much more!"), 0, 40, 400, 20, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/04-configuration.png b/perl-install/share/advertising/04-configuration.png
deleted file mode 100644
index 7a7bf0586..000000000
--- a/perl-install/share/advertising/04-configuration.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/05-desktop.pl b/perl-install/share/advertising/05-desktop.pl
deleted file mode 100644
index 9985b7d9e..000000000
--- a/perl-install/share/advertising/05-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_("A customizable environment"), 0, 0, 400, 20, 1],
- [ N_("Perfectly adapt your computer to your needs thanks to the 11 available Mandrake Linux user interfaces which can be fully modified: KDE 3.1, GNOME 2.2, Window Maker, ..."), 0, 30, 400, 0, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/05-desktop.png b/perl-install/share/advertising/05-desktop.png
deleted file mode 100644
index f3b656657..000000000
--- a/perl-install/share/advertising/05-desktop.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/06-development.pl b/perl-install/share/advertising/06-development.pl
deleted file mode 100644
index 91e3bb96c..000000000
--- a/perl-install/share/advertising/06-development.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 Linux 9.1: the ultimate development platform"), 0, 0, 400, 20, 1],
- [ N_("To modify and to create in different languages such as Perl, Python, C and C++ has never been so easy thanks to GNU gcc 3 and the best Open Source development environments."), 0, 40, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/06-development.png b/perl-install/share/advertising/06-development.png
deleted file mode 100644
index ed29c1d63..000000000
--- a/perl-install/share/advertising/06-development.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/07-server.pl b/perl-install/share/advertising/07-server.pl
deleted file mode 100644
index 8015de93d..000000000
--- a/perl-install/share/advertising/07-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 computer into a reliable server"), 0, 0, 400, 0, 1],
- [ N_("Transform your computer into a powerful Linux server: Web server, mail, firewall, router, file and print server (etc.) are just a few clicks away!"), 0, 40, 400, 0, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/07-server.png b/perl-install/share/advertising/07-server.png
deleted file mode 100644
index f070b9d2c..000000000
--- a/perl-install/share/advertising/07-server.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/08-store.pl b/perl-install/share/advertising/08-store.pl
deleted file mode 100644
index e7c5abd28..000000000
--- a/perl-install/share/advertising/08-store.pl
+++ /dev/null
@@ -1,13 +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, 0, 1],
- [ N_("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"), 0, 20, 400, 0, 0],
- [ ("www.mandrakestore.com"), 0, 50, 400, 0, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/08-store.png b/perl-install/share/advertising/08-store.png
deleted file mode 100644
index 0e554acce..000000000
--- a/perl-install/share/advertising/08-store.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/09-mdksecure.pl b/perl-install/share/advertising/09-mdksecure.pl
deleted file mode 100644
index dd01da725..000000000
--- a/perl-install/share/advertising/09-mdksecure.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("Get the best items with Mandrake Linux Strategic partners"), 0, 10, 400, 20, 1],
- [ N_("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"), 0, 50, 400, 60, 0],
- [ ("www.mandrakesecure.com/license"), 0, 90, 400, 20, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/09-mdksecure.png b/perl-install/share/advertising/09-mdksecure.png
deleted file mode 100644
index 9d53fb116..000000000
--- a/perl-install/share/advertising/09-mdksecure.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/10-security.pl b/perl-install/share/advertising/10-security.pl
deleted file mode 100644
index 7971fe864..000000000
--- a/perl-install/share/advertising/10-security.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("Optimize your security by using Mandrake Linux"), 0, 0, 400, 0, 1],
- [ N_("MandrakeSoft has designed exclusive tools to create the most secured Linux version ever: Draksec, a system security management tool, and a strong firewall are teamed up together in order to highly reduce hacking risks."), 0, 20, 400, 0, 0],
-
-# [ 'text', $x, $y, $area_width, $area_height, $bold ],
- );
diff --git a/perl-install/share/advertising/10-security.png b/perl-install/share/advertising/10-security.png
deleted file mode 100644
index c580789f5..000000000
--- a/perl-install/share/advertising/10-security.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/11-mnf.pl b/perl-install/share/advertising/11-mnf.pl
deleted file mode 100644
index bfc24dc4e..000000000
--- a/perl-install/share/advertising/11-mnf.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ N_("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 20, 1],
- [ N_("Complete your security setup with this very easy-to-use software which combines high performance components such as a firewall, a virtual private network (VPN) server and client, an intrusion detection system and a traffic manager."), 0, 40, 400, 50 ],
- [ N_("This product is available on the MandrakeStore Web site."), 0, 80, 400, 50 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/11-mnf.png b/perl-install/share/advertising/11-mnf.png
deleted file mode 100644
index 49734d657..000000000
--- a/perl-install/share/advertising/11-mnf.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/12-mdkexpert.pl b/perl-install/share/advertising/12-mdkexpert.pl
deleted file mode 100644
index 909e08314..000000000
--- a/perl-install/share/advertising/12-mdkexpert.pl
+++ /dev/null
@@ -1,14 +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, 50, 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, 80, 0 ],
- [ ("www.mandrakeexpert.com"), 0, 100, 400, 80, 0 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/12-mdkexpert.png b/perl-install/share/advertising/12-mdkexpert.png
deleted file mode 100644
index 3f9cb9d84..000000000
--- a/perl-install/share/advertising/12-mdkexpert.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/13-mdkexpert_corporate.pl b/perl-install/share/advertising/13-mdkexpert_corporate.pl
deleted file mode 100644
index 5a7d6425a..000000000
--- a/perl-install/share/advertising/13-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 enterprise support needs."), 0, 40, 400, 20, 0 ],
- [ N_("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 80, 400, 40, 0 ],
- [ ("corporate.mandrakeexpert.com"), 0, 120, 400, 20, 0 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/13-mdkexpert_corporate.png b/perl-install/share/advertising/13-mdkexpert_corporate.png
deleted file mode 100644
index b30f18e92..000000000
--- a/perl-install/share/advertising/13-mdkexpert_corporate.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/Makefile b/perl-install/share/advertising/Makefile
deleted file mode 100644
index 30005e186..000000000
--- a/perl-install/share/advertising/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../Makefile.config
-
-install:
- rm -rf $(ROOTDEST)/Mandrake/share/advertising
- install -d $(ROOTDEST)/Mandrake/share/advertising
- install -m755 *.pl $(ROOTDEST)/Mandrake/share/advertising
- install -m644 *.png $(ROOTDEST)/Mandrake/share/advertising
- install -m644 list $(ROOTDEST)/Mandrake/share/advertising
diff --git a/perl-install/share/advertising/list b/perl-install/share/advertising/list
deleted file mode 100644
index 92a156928..000000000
--- a/perl-install/share/advertising/list
+++ /dev/null
@@ -1,13 +0,0 @@
-01-thanks.pl
-02-community.pl
-03-software.pl
-04-configuration.pl
-05-desktop.pl
-06-development.pl
-07-server.pl
-08-store.pl
-09-mdksecure.pl
-10-security.pl
-11-mnf.pl
-12-mdkexpert.pl
-13-mdkexpert_corporate.pl