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/00-thanks.pl15
-rw-r--r--perl-install/share/advertising/00-thanks.pngbin39927 -> 0 bytes
-rw-r--r--perl-install/share/advertising/01-gnu.pl12
-rw-r--r--perl-install/share/advertising/01-gnu.pngbin67680 -> 0 bytes
-rw-r--r--perl-install/share/advertising/02-internet.pl12
-rw-r--r--perl-install/share/advertising/02-internet.pngbin102867 -> 0 bytes
-rw-r--r--perl-install/share/advertising/02-internet_icon.pngbin1798 -> 0 bytes
-rw-r--r--perl-install/share/advertising/03-graphic.pl12
-rw-r--r--perl-install/share/advertising/03-graphic.pngbin96100 -> 0 bytes
-rw-r--r--perl-install/share/advertising/03-graphic_icon.pngbin1717 -> 0 bytes
-rw-r--r--perl-install/share/advertising/04-develop.pl12
-rw-r--r--perl-install/share/advertising/04-develop.pngbin85762 -> 0 bytes
-rw-r--r--perl-install/share/advertising/04-develop_icon.pngbin1555 -> 0 bytes
-rw-r--r--perl-install/share/advertising/05-contcenter.pl12
-rw-r--r--perl-install/share/advertising/05-contcenter.pngbin61850 -> 0 bytes
-rw-r--r--perl-install/share/advertising/05-contcenter_icon.pngbin1526 -> 0 bytes
-rw-r--r--perl-install/share/advertising/06-user.pl12
-rw-r--r--perl-install/share/advertising/06-user.pngbin115470 -> 0 bytes
-rw-r--r--perl-install/share/advertising/06-user_icon.pngbin1728 -> 0 bytes
-rw-r--r--perl-install/share/advertising/07-server.pl12
-rw-r--r--perl-install/share/advertising/07-server.pngbin54958 -> 0 bytes
-rw-r--r--perl-install/share/advertising/07-server_icon.pngbin1499 -> 0 bytes
-rw-r--r--perl-install/share/advertising/08-games.pl12
-rw-r--r--perl-install/share/advertising/08-games.pngbin130449 -> 0 bytes
-rw-r--r--perl-install/share/advertising/08-games_icon.pngbin1663 -> 0 bytes
-rw-r--r--perl-install/share/advertising/09-MDKcampus.pl12
-rw-r--r--perl-install/share/advertising/09-MDKcampus.pngbin54474 -> 0 bytes
-rw-r--r--perl-install/share/advertising/09-MDKcampus_icon.pngbin2060 -> 0 bytes
-rw-r--r--perl-install/share/advertising/10-MDKexpert.pl12
-rw-r--r--perl-install/share/advertising/10-MDKexpert.pngbin42104 -> 0 bytes
-rw-r--r--perl-install/share/advertising/10-MDKexpert_icon.pngbin1872 -> 0 bytes
-rw-r--r--perl-install/share/advertising/11-consul.pl12
-rw-r--r--perl-install/share/advertising/11-consul.pngbin49082 -> 0 bytes
-rw-r--r--perl-install/share/advertising/12-MDKstore.pl12
-rw-r--r--perl-install/share/advertising/12-MDKstore.pngbin44453 -> 0 bytes
-rw-r--r--perl-install/share/advertising/12-MDKstore_icon.pngbin2180 -> 0 bytes
-rw-r--r--perl-install/share/advertising/13-Nvert.pl13
-rw-r--r--perl-install/share/advertising/13-Nvert.pngbin31945 -> 0 bytes
-rw-r--r--perl-install/share/advertising/Makefile8
-rw-r--r--perl-install/share/advertising/list14
40 files changed, 0 insertions, 194 deletions
diff --git a/perl-install/share/advertising/00-thanks.pl b/perl-install/share/advertising/00-thanks.pl
deleted file mode 100644
index 101f6faa4..000000000
--- a/perl-install/share/advertising/00-thanks.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ _("Thank you for choosing Mandrake Linux 8.2"), 0, 50, 400, 20, 1],
- [ _("Welcome to the Open Source world"), 0, 70, 400, 20, 0],
- [ _("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work on the part of the worldwide Linux Community"), 0, 90, 400, 100, 0],
-
-
-# [ 'text', $x, $y, $area_width, $area_height, $bold ],
- );
diff --git a/perl-install/share/advertising/00-thanks.png b/perl-install/share/advertising/00-thanks.png
deleted file mode 100644
index 5adbfc795..000000000
--- a/perl-install/share/advertising/00-thanks.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/01-gnu.pl b/perl-install/share/advertising/01-gnu.pl
deleted file mode 100644
index bf5bc2787..000000000
--- a/perl-install/share/advertising/01-gnu.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ _("Join the Free Software world"), 0, 10, 400, 50, 1],
- [ _("Get to know the Open Source community and become a member. Learn, teach, and help others by joining the many discussion forums that you will find in our \"Community\" webpages"), 0, 100, 400, 70, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/01-gnu.png b/perl-install/share/advertising/01-gnu.png
deleted file mode 100644
index f3d400cc3..000000000
--- a/perl-install/share/advertising/01-gnu.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/02-internet.pl b/perl-install/share/advertising/02-internet.pl
deleted file mode 100644
index fead9d993..000000000
--- a/perl-install/share/advertising/02-internet.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Internet and Messaging"), 0, 0, 400, 20, 1],
- [ _("Mandrake Linux 8.2 provides the best software to access everything the Internet has to offer: Surf the web & view animations with Mozilla and Konqueror, exchange email & organize your personal information with Evolution and Kmail, and much more"), 0, 20, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/02-internet.png b/perl-install/share/advertising/02-internet.png
deleted file mode 100644
index d972b92ab..000000000
--- a/perl-install/share/advertising/02-internet.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/02-internet_icon.png b/perl-install/share/advertising/02-internet_icon.png
deleted file mode 100644
index ad7a31ac0..000000000
--- a/perl-install/share/advertising/02-internet_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/03-graphic.pl b/perl-install/share/advertising/03-graphic.pl
deleted file mode 100644
index 316e99d38..000000000
--- a/perl-install/share/advertising/03-graphic.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Multimedia and Graphics"), 0, 0, 400, 20, 1],
- [ _("Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use the latest software to play music and audio files, edit and organize your images and photos, watch TV and videos, and much more"), 0, 20, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/03-graphic.png b/perl-install/share/advertising/03-graphic.png
deleted file mode 100644
index 4f4cee6c2..000000000
--- a/perl-install/share/advertising/03-graphic.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/03-graphic_icon.png b/perl-install/share/advertising/03-graphic_icon.png
deleted file mode 100644
index 55cb1aeae..000000000
--- a/perl-install/share/advertising/03-graphic_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/04-develop.pl b/perl-install/share/advertising/04-develop.pl
deleted file mode 100644
index 515a00176..000000000
--- a/perl-install/share/advertising/04-develop.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Development"), 0, 0, 400, 20, 1],
- [ _("Mandrake Linux 8.2 is the ultimate development platform. Discover the power of the GNU gcc compiler as well as the best Open Source development environments"), 0, 20, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/04-develop.png b/perl-install/share/advertising/04-develop.png
deleted file mode 100644
index 855675177..000000000
--- a/perl-install/share/advertising/04-develop.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/04-develop_icon.png b/perl-install/share/advertising/04-develop_icon.png
deleted file mode 100644
index cffa37144..000000000
--- a/perl-install/share/advertising/04-develop_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/05-contcenter.pl b/perl-install/share/advertising/05-contcenter.pl
deleted file mode 100644
index 74aa0951e..000000000
--- a/perl-install/share/advertising/05-contcenter.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Mandrake Control Center"), 0, 0, 400, 20, 1],
- [ _("The Mandrake Linux 8.2 Control Center is a one-stop location for fully customizing and configuring your Mandrake system"), 0, 20, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/05-contcenter.png b/perl-install/share/advertising/05-contcenter.png
deleted file mode 100644
index aca54fe54..000000000
--- a/perl-install/share/advertising/05-contcenter.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/05-contcenter_icon.png b/perl-install/share/advertising/05-contcenter_icon.png
deleted file mode 100644
index 94e5731be..000000000
--- a/perl-install/share/advertising/05-contcenter_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/06-user.pl b/perl-install/share/advertising/06-user.pl
deleted file mode 100644
index 0e52f20bc..000000000
--- a/perl-install/share/advertising/06-user.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("User interfaces"), 0, 0, 400, 20, 1],
- [ _("Mandrake Linux 8.2 provides 11 different graphical desktop environments and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker 0.8, and the rest"), 0, 20, 400, 60, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/06-user.png b/perl-install/share/advertising/06-user.png
deleted file mode 100644
index afc420485..000000000
--- a/perl-install/share/advertising/06-user.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/06-user_icon.png b/perl-install/share/advertising/06-user_icon.png
deleted file mode 100644
index 510eaab00..000000000
--- a/perl-install/share/advertising/06-user_icon.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 c9e9772bb..000000000
--- a/perl-install/share/advertising/07-server.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Server Software"), 0, 0, 400, 20, 1],
- [ _("Transform your machine into a powerful server with just a few clicks of the mouse: Web server, email, firewall, router, file and print server, ..."), 0, 20, 400, 60, 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 51b4ae747..000000000
--- a/perl-install/share/advertising/07-server.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/07-server_icon.png b/perl-install/share/advertising/07-server_icon.png
deleted file mode 100644
index 25d552bd3..000000000
--- a/perl-install/share/advertising/07-server_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/08-games.pl b/perl-install/share/advertising/08-games.pl
deleted file mode 100644
index 794e4d420..000000000
--- a/perl-install/share/advertising/08-games.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("Games"), 0, 0, 400, 20, 1],
- [ _("Mandrake Linux 8.2 provides the best Open Source games - arcade, action, cards, sports, strategy, ..."), 0, 20, 400, 40, 0],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/08-games.png b/perl-install/share/advertising/08-games.png
deleted file mode 100644
index 9328fb16e..000000000
--- a/perl-install/share/advertising/08-games.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/08-games_icon.png b/perl-install/share/advertising/08-games_icon.png
deleted file mode 100644
index 028a0dcce..000000000
--- a/perl-install/share/advertising/08-games_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/09-MDKcampus.pl b/perl-install/share/advertising/09-MDKcampus.pl
deleted file mode 100644
index c4dc36372..000000000
--- a/perl-install/share/advertising/09-MDKcampus.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("MandrakeCampus"), 0, 0, 400, 20, 1],
- [ _("Would you like to learn Linux simply, quickly, and for free? MandrakeSoft provides free Linux training, as well as a way to test your progress, at MandrakeCampus -- our online training center"), 0, 20, 400, 50 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/09-MDKcampus.png b/perl-install/share/advertising/09-MDKcampus.png
deleted file mode 100644
index 52e2664f8..000000000
--- a/perl-install/share/advertising/09-MDKcampus.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/09-MDKcampus_icon.png b/perl-install/share/advertising/09-MDKcampus_icon.png
deleted file mode 100644
index 8a8ff0f63..000000000
--- a/perl-install/share/advertising/09-MDKcampus_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/10-MDKexpert.pl b/perl-install/share/advertising/10-MDKexpert.pl
deleted file mode 100644
index 68abdaaf1..000000000
--- a/perl-install/share/advertising/10-MDKexpert.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("MandrakeExpert"), 0, 0, 400, 20, 1],
- [ _("Quality support from the Linux Community, and from MandrakeSoft, is just around the corner. And if you're already a Linux veteran, become an \"Expert\" and share your knowledge at our support website"), 0, 20, 400, 60 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/10-MDKexpert.png b/perl-install/share/advertising/10-MDKexpert.png
deleted file mode 100644
index 885521d59..000000000
--- a/perl-install/share/advertising/10-MDKexpert.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/10-MDKexpert_icon.png b/perl-install/share/advertising/10-MDKexpert_icon.png
deleted file mode 100644
index 803c4dc57..000000000
--- a/perl-install/share/advertising/10-MDKexpert_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/11-consul.pl b/perl-install/share/advertising/11-consul.pl
deleted file mode 100644
index 810f85d6b..000000000
--- a/perl-install/share/advertising/11-consul.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ _("MandrakeConsulting"), 0, 0, 400, 20, 1],
- [ _("For all of your IT projects, our consultants are ready to analyze your requirements and offer a customized solution. Benefit from MandrakeSoft's vast experience as a Linux producer to provide a true IT alternative for your business organization"), 0, 30, 400, 200 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/11-consul.png b/perl-install/share/advertising/11-consul.png
deleted file mode 100644
index 01e3472e5..000000000
--- a/perl-install/share/advertising/11-consul.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/12-MDKstore.pl b/perl-install/share/advertising/12-MDKstore.pl
deleted file mode 100644
index 1da3f4f5b..000000000
--- a/perl-install/share/advertising/12-MDKstore.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 1;
-$icon_dx = 34;
-$icon_dy = 27;
-@data = (
- [ _("MandrakeStore"), 0, 0, 400, 20, 1],
- [ _("A full range of Linux solutions, as well as special offers on products and 'goodies', are available online at our e-store"), 0, 20, 400, 50 ],
-# [ '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 338acaafd..000000000
--- a/perl-install/share/advertising/12-MDKstore.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/12-MDKstore_icon.png b/perl-install/share/advertising/12-MDKstore_icon.png
deleted file mode 100644
index c32cea931..000000000
--- a/perl-install/share/advertising/12-MDKstore_icon.png
+++ /dev/null
Binary files differ
diff --git a/perl-install/share/advertising/13-Nvert.pl b/perl-install/share/advertising/13-Nvert.pl
deleted file mode 100644
index b764bd630..000000000
--- a/perl-install/share/advertising/13-Nvert.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-$width = 400;
-$height = 270;
-$icon = 0;
-$icon_dx = 0;
-$icon_dy = 0;
-@data = (
- [ _("For more information on MandrakeSoft's Professional Services and commercial offerings, please see the following web page:"), 0, 0, 400, 100, 0],
- # This phone number has to be '1877 MDKCORP' for USA and Canada, '0821 231 231' for France. For other, I dunno! (dams)
- [ _("http://www.mandrakesoft.com/sales/contact"), 0, 120, 400, 150 ],
-# [ 'text', $x, $y, $area_width, $area_height ],
- );
diff --git a/perl-install/share/advertising/13-Nvert.png b/perl-install/share/advertising/13-Nvert.png
deleted file mode 100644
index 622b168b2..000000000
--- a/perl-install/share/advertising/13-Nvert.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 fb5689909..000000000
--- a/perl-install/share/advertising/list
+++ /dev/null
@@ -1,14 +0,0 @@
-00-thanks.png
-01-gnu.png
-02-internet.png
-03-graphic.png
-04-develop.png
-05-contcenter.png
-06-user.png
-07-server.png
-08-games.png
-09-MDKcampus.png
-10-MDKexpert.png
-11-consul.png
-12-MDKstore.png
-13-Nvert.png