From 1d0d91d745db268c4a691eb019cc0de583566b93 Mon Sep 17 00:00:00 2001 From: David Baudens Date: Tue, 11 Mar 2003 20:48:34 +0000 Subject: Update --- perl-install/share/advertising/01-thanks.pl | 4 ++-- perl-install/share/advertising/01-thanks.png | Bin 66106 -> 32288 bytes perl-install/share/advertising/02-community.pl | 7 ++---- perl-install/share/advertising/02-community.png | Bin 19974 -> 46318 bytes perl-install/share/advertising/03-software.pl | 12 +++++----- perl-install/share/advertising/03-software.png | Bin 114265 -> 97736 bytes perl-install/share/advertising/04-configuration.pl | 8 +++---- .../share/advertising/04-configuration.png | Bin 104416 -> 48097 bytes perl-install/share/advertising/05-desktop.pl | 6 ++--- perl-install/share/advertising/05-desktop.png | Bin 125923 -> 49028 bytes perl-install/share/advertising/06-development.pl | 6 ++--- perl-install/share/advertising/06-development.png | Bin 52917 -> 78298 bytes perl-install/share/advertising/07-server.pl | 6 ++--- perl-install/share/advertising/07-server.png | Bin 81578 -> 59386 bytes perl-install/share/advertising/08-store.pl | 8 +++---- perl-install/share/advertising/08-store.png | Bin 80198 -> 50488 bytes perl-install/share/advertising/09-mdksecure.pl | 8 +++---- perl-install/share/advertising/09-mdksecure.png | Bin 52998 -> 43975 bytes perl-install/share/advertising/10-security.pl | 6 ++--- perl-install/share/advertising/10-security.png | Bin 68137 -> 40905 bytes perl-install/share/advertising/11-mnf.pl | 10 ++++---- perl-install/share/advertising/11-mnf.png | Bin 56540 -> 48141 bytes perl-install/share/advertising/12-mdkexpert.pl | 12 +++++----- perl-install/share/advertising/12-mdkexpert.png | Bin 54519 -> 66111 bytes .../share/advertising/13-mdkexpert_corporate.pl | 12 +++++----- .../share/advertising/13-mdkexpert_corporate.png | Bin 34666 -> 29923 bytes perl-install/share/advertising/list | 26 ++++++++++----------- 27 files changed, 64 insertions(+), 67 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/advertising/01-thanks.pl b/perl-install/share/advertising/01-thanks.pl index 4a1e220f7..a130e789d 100644 --- a/perl-install/share/advertising/01-thanks.pl +++ b/perl-install/share/advertising/01-thanks.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $icon = 0; $icon_dx = 0; $icon_dy = 0; diff --git a/perl-install/share/advertising/01-thanks.png b/perl-install/share/advertising/01-thanks.png index 8ea087408..87865b878 100644 Binary files a/perl-install/share/advertising/01-thanks.png and b/perl-install/share/advertising/01-thanks.png differ diff --git a/perl-install/share/advertising/02-community.pl b/perl-install/share/advertising/02-community.pl index a6c8023b1..24b5d6720 100644 --- a/perl-install/share/advertising/02-community.pl +++ b/perl-install/share/advertising/02-community.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $icon = 0; $icon_dx = 0; $icon_dy = 0; @@ -9,8 +9,5 @@ $icon_dy = 0; [ 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 index f34b6d59d..fffc18ba9 100644 Binary files a/perl-install/share/advertising/02-community.png and b/perl-install/share/advertising/02-community.png differ diff --git a/perl-install/share/advertising/03-software.pl b/perl-install/share/advertising/03-software.pl index fbed73e3d..a95f1c2d2 100644 --- a/perl-install/share/advertising/03-software.pl +++ b/perl-install/share/advertising/03-software.pl @@ -1,13 +1,13 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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 ], + [ N_("MandrakeSoft has selected the best software for you"), 0, 0, 400, 00, 1], + [ N_("Surf the Web with Mozilla or Konqueror, read your mail with Evolution or Kmail, create your documents with OpenOffice.org."), 0, 20, 500, 00, 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, 60, 500, 0, 0 ], +# [ 'text', $x, $y, $area_width, $area_height, $bold ], ); diff --git a/perl-install/share/advertising/03-software.png b/perl-install/share/advertising/03-software.png index 5bcccefee..eda19961f 100644 Binary files a/perl-install/share/advertising/03-software.png and b/perl-install/share/advertising/03-software.png differ diff --git a/perl-install/share/advertising/04-configuration.pl b/perl-install/share/advertising/04-configuration.pl index 85a6738f4..b2d0281d9 100644 --- a/perl-install/share/advertising/04-configuration.pl +++ b/perl-install/share/advertising/04-configuration.pl @@ -1,12 +1,12 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ N_("Mandrake's multipurpose configuration tool"), 0, 0, 400, 0, 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, 30, 500, 0, 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 index 7a7bf0586..715b894ae 100644 Binary files a/perl-install/share/advertising/04-configuration.png and b/perl-install/share/advertising/04-configuration.png differ diff --git a/perl-install/share/advertising/05-desktop.pl b/perl-install/share/advertising/05-desktop.pl index 9985b7d9e..272b71224 100644 --- a/perl-install/share/advertising/05-desktop.pl +++ b/perl-install/share/advertising/05-desktop.pl @@ -1,12 +1,12 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ 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, 500, 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 index f3b656657..e54091940 100644 Binary files a/perl-install/share/advertising/05-desktop.png and b/perl-install/share/advertising/05-desktop.png differ diff --git a/perl-install/share/advertising/06-development.pl b/perl-install/share/advertising/06-development.pl index 91e3bb96c..2d02a7cc5 100644 --- a/perl-install/share/advertising/06-development.pl +++ b/perl-install/share/advertising/06-development.pl @@ -1,12 +1,12 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ 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, 30, 500, 0, 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 index ed29c1d63..7a67c0f49 100644 Binary files a/perl-install/share/advertising/06-development.png and b/perl-install/share/advertising/06-development.png differ diff --git a/perl-install/share/advertising/07-server.pl b/perl-install/share/advertising/07-server.pl index 8015de93d..58042ccbc 100644 --- a/perl-install/share/advertising/07-server.pl +++ b/perl-install/share/advertising/07-server.pl @@ -1,12 +1,12 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ 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, 30, 500, 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 index f070b9d2c..c04b13fc1 100644 Binary files a/perl-install/share/advertising/07-server.png and b/perl-install/share/advertising/07-server.png differ diff --git a/perl-install/share/advertising/08-store.pl b/perl-install/share/advertising/08-store.pl index e7c5abd28..b59e85a7f 100644 --- a/perl-install/share/advertising/08-store.pl +++ b/perl-install/share/advertising/08-store.pl @@ -1,13 +1,13 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ N_("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"), 0, 30, 500, 0, 0], + [ ("www.mandrakestore.com"), 0, 70, 500, 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 index 0e554acce..88535fc19 100644 Binary files a/perl-install/share/advertising/08-store.png and b/perl-install/share/advertising/08-store.png differ diff --git a/perl-install/share/advertising/09-mdksecure.pl b/perl-install/share/advertising/09-mdksecure.pl index dd01da725..5b5374a15 100644 --- a/perl-install/share/advertising/09-mdksecure.pl +++ b/perl-install/share/advertising/09-mdksecure.pl @@ -1,13 +1,13 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ N_("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"), 0, 40, 500, 0, 0], + [ ("www.mandrakesecure.com/license"), 0, 80, 500, 0, 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 index 9d53fb116..a4d74816d 100644 Binary files a/perl-install/share/advertising/09-mdksecure.png and b/perl-install/share/advertising/09-mdksecure.png differ diff --git a/perl-install/share/advertising/10-security.pl b/perl-install/share/advertising/10-security.pl index 7971fe864..830343617 100644 --- a/perl-install/share/advertising/10-security.pl +++ b/perl-install/share/advertising/10-security.pl @@ -1,13 +1,13 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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], + [ 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, 500, 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 index c580789f5..e8afeb986 100644 Binary files a/perl-install/share/advertising/10-security.png and b/perl-install/share/advertising/10-security.png differ diff --git a/perl-install/share/advertising/11-mnf.pl b/perl-install/share/advertising/11-mnf.pl index bfc24dc4e..ffbb43206 100644 --- a/perl-install/share/advertising/11-mnf.pl +++ b/perl-install/share/advertising/11-mnf.pl @@ -1,13 +1,13 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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 ], + [ N_("Secure your networks with the Multi Network Firewall"), 0, 0, 400, 0, 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, 20, 500, 0, 0 ], + [ N_("This product is available on the MandrakeStore Web site."), 0, 70, 500, 0, 0 ], # [ '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 index 49734d657..f66a2cb1e 100644 Binary files a/perl-install/share/advertising/11-mnf.png and b/perl-install/share/advertising/11-mnf.png differ diff --git a/perl-install/share/advertising/12-mdkexpert.pl b/perl-install/share/advertising/12-mdkexpert.pl index 909e08314..74d51afc3 100644 --- a/perl-install/share/advertising/12-mdkexpert.pl +++ b/perl-install/share/advertising/12-mdkexpert.pl @@ -1,14 +1,14 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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 ], + [ N_("Become a MandrakeExpert"), 0, 0, 400, 0, 1], + [ N_("Find the solutions of your problems via MandrakeSoft's online support platform."), 0, 20, 500, 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, 40, 533, 0, 0 ], + [ ("www.mandrakeexpert.com"), 0, 90, 500, 0, 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 index 3f9cb9d84..5de4d43fb 100644 Binary files a/perl-install/share/advertising/12-mdkexpert.png and b/perl-install/share/advertising/12-mdkexpert.png differ diff --git a/perl-install/share/advertising/13-mdkexpert_corporate.pl b/perl-install/share/advertising/13-mdkexpert_corporate.pl index 5a7d6425a..94fdf1b2c 100644 --- a/perl-install/share/advertising/13-mdkexpert_corporate.pl +++ b/perl-install/share/advertising/13-mdkexpert_corporate.pl @@ -1,14 +1,14 @@ #!/usr/bin/perl -$width = 400; -$height = 270; +$width = 556; +$height = 303; $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 ], + [ N_("MandrakeExpert Corporate"), 0, 0, 400, 0, 1 ], + [ N_("An online platform to respond to enterprise support needs."), 0, 20, 500, 0, 0 ], + [ N_("All incidents will be followed up by a single qualified MandrakeSoft technical expert."), 0, 40, 500, 0, 0 ], + [ ("corporate.mandrakeexpert.com"), 0, 60, 500, 0, 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 index b30f18e92..07b466d24 100644 Binary files a/perl-install/share/advertising/13-mdkexpert_corporate.png and b/perl-install/share/advertising/13-mdkexpert_corporate.png differ diff --git a/perl-install/share/advertising/list b/perl-install/share/advertising/list index 92a156928..f8eb8a0a1 100644 --- a/perl-install/share/advertising/list +++ b/perl-install/share/advertising/list @@ -1,13 +1,13 @@ -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 +01-thanks.png +02-community.png +03-software.png +04-configuration.png +05-desktop.png +06-development.png +07-server.png +08-store.png +09-mdksecure.png +10-security.png +11-mnf.png +12-mdkexpert.png +13-mdkexpert_corporate.png -- cgit v1.2.1