diff options
Diffstat (limited to 'perl-install/share/advertising')
145 files changed, 659 insertions, 804 deletions
diff --git a/perl-install/share/advertising/01.pl b/perl-install/share/advertising/01.pl new file mode 100644 index 000000000..3c5fb7ec6 --- /dev/null +++ b/perl-install/share/advertising/01.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>What is Mandrakelinux?</b>"), center => 1 ], + ' ', + N("Welcome to <b>Mandrakelinux</b>!"), + ' ', + N("Mandrakelinux is a <b>Linux distribution</b> that comprises the core of the system, called the <b>operating system</b> (based on the Linux kernel) together with <b>a lot of applications</b> meeting every need you could even think of."), + ' ', + N("Mandrakelinux is the most <b>user-friendly</b> Linux distribution today. It is also one of the <b>most widely used</b> Linux distributions worldwide!"));
\ No newline at end of file diff --git a/perl-install/share/advertising/dis-01.png b/perl-install/share/advertising/01.png Binary files differindex 707855067..707855067 100644 --- a/perl-install/share/advertising/dis-01.png +++ b/perl-install/share/advertising/01.png diff --git a/perl-install/share/advertising/02.pl b/perl-install/share/advertising/02.pl new file mode 100644 index 000000000..5747bea5f --- /dev/null +++ b/perl-install/share/advertising/02.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Open Source</b>"), center => 1 ], + ' ', + N("Welcome to the <b>world of open source</b>!"), + ' ', + N("Mandrakelinux is committed to the open source model. This means that this new release is the result of <b>collaboration</b> between <b>Mandrakesoft's team of developers</b> and the <b>worldwide community</b> of Mandrakelinux contributors."), + ' ', + N("We would like to <b>thank</b> everyone who participated in the development of this latest release."));
\ No newline at end of file diff --git a/perl-install/share/advertising/02.png b/perl-install/share/advertising/02.png Binary files differnew file mode 100644 index 000000000..2dabe0f26 --- /dev/null +++ b/perl-install/share/advertising/02.png diff --git a/perl-install/share/advertising/03.pl b/perl-install/share/advertising/03.pl new file mode 100644 index 000000000..aa6ab140c --- /dev/null +++ b/perl-install/share/advertising/03.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>The GPL</b>"), center => 1 ], + ' ', + N("Most of the software included in the distribution and all of the Mandrakelinux tools are licensed under the <b>General Public License</b>."), + ' ', + N("The GPL is at the heart of the open source model; it grants everyone the <b>freedom</b> to use, study, distribute and improve the software any way they want, provided they make the results available."), + ' ', + N("The main benefit of this is that the number of developers is virtually <b>unlimited</b>, resulting in <b>very high quality</b> software."));
\ No newline at end of file diff --git a/perl-install/share/advertising/03.png b/perl-install/share/advertising/03.png Binary files differnew file mode 100644 index 000000000..320b455fc --- /dev/null +++ b/perl-install/share/advertising/03.png diff --git a/perl-install/share/advertising/04.pl b/perl-install/share/advertising/04.pl new file mode 100644 index 000000000..59d3aa078 --- /dev/null +++ b/perl-install/share/advertising/04.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Join the Community</b>"), center => 1 ], + ' ', + N("Mandrakelinux has one of the <b>biggest communities</b> of users and developers. The role of such a community is very wide, ranging from bug reporting to the development of new applications. The community plays a <b>key role</b> in the Mandrakelinux world."), + ' ', + N("To <b>learn more</b> about our dynamic community, please visit <b>www.mandrakelinux.com</b> or directly <b>www.mandrakelinux.com/en/cookerdevel.php3</b> if you would like to get <b>involved</b> in the development."));
\ No newline at end of file diff --git a/perl-install/share/advertising/04.png b/perl-install/share/advertising/04.png Binary files differnew file mode 100644 index 000000000..776549a4a --- /dev/null +++ b/perl-install/share/advertising/04.png diff --git a/perl-install/share/advertising/05.pl b/perl-install/share/advertising/05.pl new file mode 100644 index 000000000..511ecad64 --- /dev/null +++ b/perl-install/share/advertising/05.pl @@ -0,0 +1,21 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Download Version</b>"), center => 1 ], + ' ', + N("You are now installing <b>Mandrakelinux Download</b>. This is the free version that Mandrakesoft wants to keep <b>available to everyone</b>."), + ' ', + N("The Download version <b>cannot include</b> all the software that is not open source. Therefore, you won't find in the Download version:"), + N(" * <b>Proprietary drivers</b> (such as drivers for NVIDIA®, ATI™, etc.)."), + N(" * <b>Proprietary software</b> (such as Acrobat® Reader®, RealPlayer®, Flash™, etc.)."), + ' ', + N("You won't have access to the <b>services included</b> in the other Mandrakesoft products either.")); diff --git a/perl-install/share/advertising/05.png b/perl-install/share/advertising/05.png Binary files differnew file mode 100644 index 000000000..72b44bff0 --- /dev/null +++ b/perl-install/share/advertising/05.png diff --git a/perl-install/share/advertising/06.pl b/perl-install/share/advertising/06.pl new file mode 100644 index 000000000..4a232d0c9 --- /dev/null +++ b/perl-install/share/advertising/06.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Discovery, Your First Linux Desktop</b>"), center => 1 ], + ' ', + N("You are now installing <b>Mandrakelinux Discovery</b>."), + ' ', + N("Discovery is the <b>easiest</b> and most <b>user-friendly</b> Linux distribution. It includes a hand-picked selection of <b>premium software</b> for office, multimedia and Internet activities. Its menu is task-oriented, with a single application per task."));
\ No newline at end of file diff --git a/perl-install/share/advertising/06.png b/perl-install/share/advertising/06.png Binary files differnew file mode 100644 index 000000000..9365284b7 --- /dev/null +++ b/perl-install/share/advertising/06.png diff --git a/perl-install/share/advertising/07.pl b/perl-install/share/advertising/07.pl new file mode 100644 index 000000000..27a0aa468 --- /dev/null +++ b/perl-install/share/advertising/07.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>PowerPack, The Ultimate Linux Desktop</b>"), center => 1 ], + ' ', + N("You are now installing <b>Mandrakelinux PowerPack</b>."), + ' ', + N("PowerPack is Mandrakesoft's <b>premier Linux desktop</b> product. PowerPack includes <b>thousands of applications</b> - everything from the most popular to the most advanced."));
\ No newline at end of file diff --git a/perl-install/share/advertising/07.png b/perl-install/share/advertising/07.png Binary files differnew file mode 100644 index 000000000..a82efd107 --- /dev/null +++ b/perl-install/share/advertising/07.png diff --git a/perl-install/share/advertising/08.pl b/perl-install/share/advertising/08.pl new file mode 100644 index 000000000..071baacf3 --- /dev/null +++ b/perl-install/share/advertising/08.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>PowerPack+, The Linux Solution for Desktops and Servers</b>"), center => 1 ], + ' ', + N("You are now installing <b>Mandrakelinux PowerPack+</b>."), + ' ', + N("PowerPack+ is a <b>full-featured Linux solution</b> for small to medium-sized <b>networks</b>. PowerPack+ includes thousands of <b>desktop applications</b> and a comprehensive selection of world-class <b>server applications</b>."));
\ No newline at end of file diff --git a/perl-install/share/advertising/08.png b/perl-install/share/advertising/08.png Binary files differnew file mode 100644 index 000000000..0d425946c --- /dev/null +++ b/perl-install/share/advertising/08.png diff --git a/perl-install/share/advertising/09.pl b/perl-install/share/advertising/09.pl new file mode 100644 index 000000000..5963086ca --- /dev/null +++ b/perl-install/share/advertising/09.pl @@ -0,0 +1,21 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakesoft Products</b>"), center => 1 ], + ' ', + N("<b>Mandrakesoft</b> has developed a wide range of <b>Mandrakelinux</b> products."), + ' ', + N("The Mandrakelinux 10.1 products are:"), + N(" * <b>Discovery</b>, Your First Linux Desktop."), + N(" * <b>PowerPack</b>, The Ultimate Linux Desktop."), + N(" * <b>PowerPack+</b>, The Linux Solution for Desktops and Servers."), + N(" * <b>Mandrakelinux 10.1 for x86-64</b>, The Mandrakelinux solution for making the most of your 64-bit processor."));
\ No newline at end of file diff --git a/perl-install/share/advertising/dwd-04.png b/perl-install/share/advertising/09.png Binary files differindex e44c14e3f..e44c14e3f 100644 --- a/perl-install/share/advertising/dwd-04.png +++ b/perl-install/share/advertising/09.png diff --git a/perl-install/share/advertising/10.pl b/perl-install/share/advertising/10.pl new file mode 100644 index 000000000..69c6a6449 --- /dev/null +++ b/perl-install/share/advertising/10.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakesoft Products (Nomad Products)</b>"), center => 1 ], + ' ', + N("Mandrakesoft has developed two products that allow you to use Mandrakelinux <b>on any computer</b> and without any need to actually install it:"), + N(" * <b>Move</b>, a Mandrakelinux distribution that runs entirely from a bootable CD-Rom."), + N(" * <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the ultra-compact “LaCie Mobile Hard Drive”."));
\ No newline at end of file diff --git a/perl-install/share/advertising/10.png b/perl-install/share/advertising/10.png Binary files differnew file mode 100644 index 000000000..ab7e75a1f --- /dev/null +++ b/perl-install/share/advertising/10.png diff --git a/perl-install/share/advertising/11.pl b/perl-install/share/advertising/11.pl new file mode 100644 index 000000000..286e48e42 --- /dev/null +++ b/perl-install/share/advertising/11.pl @@ -0,0 +1,18 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakesoft Products (Professional Solutions)</b>"), center => 1 ], + ' ', + N("Below are the Mandrakesoft products designed to meet the <b>professional needs</b>:"), + N(" * <b>Corporate Desktop</b>, The Mandrakelinux Desktop for Businesses."), + N(" * <b>Corporate Server</b>, The Mandrakelinux Server Solution."), + N(" * <b>Multi-Network Firewall</b>, The Mandrakelinux Security Solution."));
\ No newline at end of file diff --git a/perl-install/share/advertising/dwd-05.png b/perl-install/share/advertising/11.png Binary files differindex 4a560406f..4a560406f 100644 --- a/perl-install/share/advertising/dwd-05.png +++ b/perl-install/share/advertising/11.png diff --git a/perl-install/share/advertising/12.pl b/perl-install/share/advertising/12.pl new file mode 100644 index 000000000..b4ce8799b --- /dev/null +++ b/perl-install/share/advertising/12.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>The KDE Choice</b>"), center => 1 ], + ' ', + N("With your Discovery, you will be introduced to <b>KDE</b>, the most advanced and user-friendly <b>graphical desktop environment</b> available."), + ' ', + N("KDE will make your <b>first steps</b> with Linux so <b>easy</b> that you won't ever think of running another operating system!"), + ' ', + N("KDE also includes a lot of <b>well integrated applications</b> such as Konqueror, the web browser and Kontact, the personal information manager."));
\ No newline at end of file diff --git a/perl-install/share/advertising/12.png b/perl-install/share/advertising/12.png Binary files differnew file mode 100644 index 000000000..601f9d711 --- /dev/null +++ b/perl-install/share/advertising/12.png diff --git a/perl-install/share/advertising/13-a.pl b/perl-install/share/advertising/13-a.pl new file mode 100644 index 000000000..a8a81ec8e --- /dev/null +++ b/perl-install/share/advertising/13-a.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Choose your Favorite Desktop Environment</b>"), center => 1 ], + ' ', + N("With PowerPack, you will have the choice of the <b>graphical desktop environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."), + ' ', + N("KDE is one of the <b>most advanced</b> and <b>user-friendly</b> graphical desktop environment available. It includes a lot of integrated applications."), + ' ', + N("But we advise you to try all available ones (including <b>GNOME</b>, <b>IceWM</b>, etc.) and pick your favorite."));
\ No newline at end of file diff --git a/perl-install/share/advertising/13-a.png b/perl-install/share/advertising/13-a.png Binary files differnew file mode 100644 index 000000000..87e3ba254 --- /dev/null +++ b/perl-install/share/advertising/13-a.png diff --git a/perl-install/share/advertising/13-b.pl b/perl-install/share/advertising/13-b.pl new file mode 100644 index 000000000..5914d8b68 --- /dev/null +++ b/perl-install/share/advertising/13-b.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Choose your Favorite Desktop Environment</b>"), center => 1 ], + ' ', + N("With PowerPack+, you will have the choice of the <b>graphical desktop environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."), + ' ', + N("KDE is one of the <b>most advanced</b> and <b>user-friendly</b> graphical desktop environment available. It includes a lot of integrated applications."), + ' ', + N("But we advise you to try all available ones (including <b>GNOME</b>, <b>IceWM</b>, etc.) and pick your favorite."));
\ No newline at end of file diff --git a/perl-install/share/advertising/13-b.png b/perl-install/share/advertising/13-b.png Binary files differnew file mode 100644 index 000000000..87e3ba254 --- /dev/null +++ b/perl-install/share/advertising/13-b.png diff --git a/perl-install/share/advertising/14.pl b/perl-install/share/advertising/14.pl new file mode 100644 index 000000000..a46e1ff84 --- /dev/null +++ b/perl-install/share/advertising/14.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>OpenOffice.org</b>"), center => 1 ], + ' ', + N("With Discovery, you will discover <b>OpenOffice.org</b>."), + ' ', + N("It is a <b>full-featured office suite</b> that includes word processor, spreadsheet, presentation and drawing applications."), + ' ', + N("OpenOffice.org can read and write most types of <b>Microsoft® Office</b> documents such as Word, Excel and PowerPoint® files."));
\ No newline at end of file diff --git a/perl-install/share/advertising/14.png b/perl-install/share/advertising/14.png Binary files differnew file mode 100644 index 000000000..3bc327ed7 --- /dev/null +++ b/perl-install/share/advertising/14.png diff --git a/perl-install/share/advertising/15.pl b/perl-install/share/advertising/15.pl new file mode 100644 index 000000000..1b25456b1 --- /dev/null +++ b/perl-install/share/advertising/15.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Kontact</b>"), center => 1 ], + ' ', + N("Discovery includes <b>Kontact</b>, the new KDE <b>groupware solution</b>."), + ' ', + N("More than just a full-featured <b>e-mail client</b>, Kontact also includes an <b>address book</b>, a <b>calendar</b>, plus a tool for taking <b>notes</b>!"), + ' ', + N("It is the easiest way to communicate with your contacts and to organize your time."));
\ No newline at end of file diff --git a/perl-install/share/advertising/dis-05.png b/perl-install/share/advertising/15.png Binary files differindex 601ed7c3e..601ed7c3e 100644 --- a/perl-install/share/advertising/dis-05.png +++ b/perl-install/share/advertising/15.png diff --git a/perl-install/share/advertising/16.pl b/perl-install/share/advertising/16.pl new file mode 100644 index 000000000..391e0b890 --- /dev/null +++ b/perl-install/share/advertising/16.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Surf the Internet</b>"), center => 1 ], + ' ', + N("Discovery will give you access to <b>every Internet resource</b>:"), + N(" * Browse the <b>Web</b> with Konqueror."), + N(" * <b>Chat</b> online with your friends using Kopete."), + N(" * <b>Transfer</b> files with KBear."), + N(" * ..."));
\ No newline at end of file diff --git a/perl-install/share/advertising/dis-06.png b/perl-install/share/advertising/16.png Binary files differindex 6cabb3581..6cabb3581 100644 --- a/perl-install/share/advertising/dis-06.png +++ b/perl-install/share/advertising/16.png diff --git a/perl-install/share/advertising/17.pl b/perl-install/share/advertising/17.pl new file mode 100644 index 000000000..5de1ec42e --- /dev/null +++ b/perl-install/share/advertising/17.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Enjoy our Multimedia Features</b>"), center => 1 ], + ' ', + N("Discovery will also make <b>multimedia</b> very easy for you:"), + N(" * Watch your favorite <b>videos</b> with Kaffeine."), + N(" * Listen to your <b>music files</b> with amaroK."), + N(" * Edit and create <b>images</b> with the GIMP."), + N(" * ..."));
\ No newline at end of file diff --git a/perl-install/share/advertising/17.png b/perl-install/share/advertising/17.png Binary files differnew file mode 100644 index 000000000..69bd797fb --- /dev/null +++ b/perl-install/share/advertising/17.png diff --git a/perl-install/share/advertising/18.pl b/perl-install/share/advertising/18.pl new file mode 100644 index 000000000..c1a5e2860 --- /dev/null +++ b/perl-install/share/advertising/18.pl @@ -0,0 +1,22 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Enjoy the Wide Range of Applications</b>"), center => 1 ], + ' ', + N("In the Mandrakelinux menu you will find <b>easy-to-use</b> applications for <b>all of your tasks</b>:"), + N(" * Create, edit and share office documents with <b>OpenOffice.org</b>."), + N(" * Manage your personal data with the integrated personal information suites <b>Kontact</b> and <b>Evolution</b>."), + N(" * Browse the web with <b>Mozilla</b> and <b>Konqueror</b>."), + N(" * Participate in online chat with <b>Kopete</b>."), + N(" * Listen to your <b>audio CDs</b> and <b>music files</b>, watch your <b>videos</b>."), + N(" * Edit and create images with the <b>GIMP</b>."), + N(" * ...")); diff --git a/perl-install/share/advertising/18.png b/perl-install/share/advertising/18.png Binary files differnew file mode 100644 index 000000000..b45eea4bd --- /dev/null +++ b/perl-install/share/advertising/18.png diff --git a/perl-install/share/advertising/19.pl b/perl-install/share/advertising/19.pl new file mode 100644 index 000000000..f07fb5ba9 --- /dev/null +++ b/perl-install/share/advertising/19.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Development Environments</b>"), center => 1 ], + ' ', + N("PowerPack gives you the best tools to <b>develop</b> your own applications."), + ' ', + N("You will enjoy the powerful, integrated development environment from KDE, <b>KDevelop</b>, which will let you program in a lot of languages."), + ' ', + N("PowerPack also ships with <b>GCC</b>, the leading Linux compiler and <b>GDB</b>, the associated debugger."));
\ No newline at end of file diff --git a/perl-install/share/advertising/19.png b/perl-install/share/advertising/19.png Binary files differnew file mode 100644 index 000000000..889646e63 --- /dev/null +++ b/perl-install/share/advertising/19.png diff --git a/perl-install/share/advertising/20.pl b/perl-install/share/advertising/20.pl new file mode 100644 index 000000000..aef0fce18 --- /dev/null +++ b/perl-install/share/advertising/20.pl @@ -0,0 +1,18 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Development Editors</b>"), center => 1 ], + ' ', + N("PowerPack will let you choose between those <b>popular editors</b>:"), + N(" * <b>Emacs</b>: a customizable and real time display editor."), + N(" * <b>XEmacs</b>: another open source text editor and application development system."), + N(" * <b>Vim</b>: an advanced text editor with more features than standard Vi."));
\ No newline at end of file diff --git a/perl-install/share/advertising/20.png b/perl-install/share/advertising/20.png Binary files differnew file mode 100644 index 000000000..d172e06f7 --- /dev/null +++ b/perl-install/share/advertising/20.png diff --git a/perl-install/share/advertising/21.pl b/perl-install/share/advertising/21.pl new file mode 100644 index 000000000..a9961b402 --- /dev/null +++ b/perl-install/share/advertising/21.pl @@ -0,0 +1,23 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Development Languages</b>"), center => 1 ], + ' ', + N("With all these <b>powerful tools</b>, you will be able to write applications in <b>dozens of programming languages</b>:"), + N(" * The famous <b>C language</b>."), + N(" * Object oriented languages:"), + N(" * <b>C++</b>"), + N(" * <b>Java™</b>"), + N(" * Scripting languages:"), + N(" * <b>Perl</b>"), + N(" * <b>Python</b>"), + N(" * And many more."));
\ No newline at end of file diff --git a/perl-install/share/advertising/21.png b/perl-install/share/advertising/21.png Binary files differnew file mode 100644 index 000000000..e4577fc0a --- /dev/null +++ b/perl-install/share/advertising/21.png diff --git a/perl-install/share/advertising/22.pl b/perl-install/share/advertising/22.pl new file mode 100644 index 000000000..18d0ee371 --- /dev/null +++ b/perl-install/share/advertising/22.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Development Tools</b>"), center => 1 ], + ' ', + N("PowerPack gives you the best tools to <b>develop</b> your own applications."), + ' ', + N("With the powerful integrated development environment <b>KDevelop</b> and the leading Linux compiler <b>GCC</b>, you will be able to create applications in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.)."));
\ No newline at end of file diff --git a/perl-install/share/advertising/22.png b/perl-install/share/advertising/22.png Binary files differnew file mode 100644 index 000000000..8177adae6 --- /dev/null +++ b/perl-install/share/advertising/22.png diff --git a/perl-install/share/advertising/23.pl b/perl-install/share/advertising/23.pl new file mode 100644 index 000000000..fe0a07b79 --- /dev/null +++ b/perl-install/share/advertising/23.pl @@ -0,0 +1,18 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Groupware Server</b>"), center => 1 ], + ' ', + N("PowerPack+ will give you access to <b>Kolab</b>, a full-featured <b>groupware server</b> which will, thanks to the client <b>Kontact</b>, allow you to:"), + N(" * Send and receive your <b>e-mails</b>."), + N(" * Share your <b>agendas</b> and your <b>address books</b>."), + N(" * Manage your <b>memos</b> and <b>task lists</b>."));
\ No newline at end of file diff --git a/perl-install/share/advertising/ppp-06.png b/perl-install/share/advertising/23.png Binary files differindex 97bcba2b6..97bcba2b6 100644 --- a/perl-install/share/advertising/ppp-06.png +++ b/perl-install/share/advertising/23.png diff --git a/perl-install/share/advertising/24.pl b/perl-install/share/advertising/24.pl new file mode 100644 index 000000000..b09429d75 --- /dev/null +++ b/perl-install/share/advertising/24.pl @@ -0,0 +1,21 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Servers</b>"), center => 1 ], + ' ', + N("Empower your business network with <b>premier server solutions</b> including:"), + N(" * <b>Samba</b>: File and print services for Microsoft® Windows® clients."), + N(" * <b>Apache</b>: The most widely used web server."), + N(" * <b>MySQL</b> and <b>PostgreSQL</b>: The world's most popular open source databases."), + N(" * <b>CVS</b>: Concurrent Versions System, the dominant open source network-transparent version control system."), + N(" * <b>ProFTPD</b>: The highly configurable GPL-licensed FTP server software."), + N(" * <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail servers."));
\ No newline at end of file diff --git a/perl-install/share/advertising/24.png b/perl-install/share/advertising/24.png Binary files differnew file mode 100644 index 000000000..bd1284a0f --- /dev/null +++ b/perl-install/share/advertising/24.png diff --git a/perl-install/share/advertising/25.pl b/perl-install/share/advertising/25.pl new file mode 100644 index 000000000..93975500d --- /dev/null +++ b/perl-install/share/advertising/25.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakelinux Control Center</b>"), center => 1 ], + ' ', + N("The <b>Mandrakelinux Control Center</b> is an essential collection of Mandrakelinux-specific utilities designed to simplify the configuration of your computer."), + ' ', + N("You will immediately appreciate this collection of <b>more than 60</b> handy utilities for <b>easily configuring your system</b>: hardware devices, mount points, network and Internet, security level of your computer, etc."));
\ No newline at end of file diff --git a/perl-install/share/advertising/25.png b/perl-install/share/advertising/25.png Binary files differnew file mode 100644 index 000000000..5a32a04c1 --- /dev/null +++ b/perl-install/share/advertising/25.png diff --git a/perl-install/share/advertising/26.pl b/perl-install/share/advertising/26.pl new file mode 100644 index 000000000..89df6f915 --- /dev/null +++ b/perl-install/share/advertising/26.pl @@ -0,0 +1,15 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>The Open Source Model</b>"), center => 1 ], + ' ', + N("Like all computer programming, open source software <b>requires time and people</b> for development. In order to respect the open source philosophy, Mandrakesoft sells added value products and services to <b>keep improving Mandrakelinux</b>. If you want to <b>support the open source philosophy</b> and the development of Mandrakelinux, <b>please</b> consider buying one of our products or services!"));
\ No newline at end of file diff --git a/perl-install/share/advertising/26.png b/perl-install/share/advertising/26.png Binary files differnew file mode 100644 index 000000000..76f6cc877 --- /dev/null +++ b/perl-install/share/advertising/26.png diff --git a/perl-install/share/advertising/27.pl b/perl-install/share/advertising/27.pl new file mode 100644 index 000000000..faac46418 --- /dev/null +++ b/perl-install/share/advertising/27.pl @@ -0,0 +1,21 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Online Store</b>"), center => 1 ], + ' ', + N("To learn more about Mandrakesoft products and services, you can visit our <b>e-commerce platform</b>."), + ' ', + N("There you can find all our products, services and third-party products."), + ' ', + N("This platform has just been <b>redesigned</b> to improve its efficiency and usability."), + ' ', + [ N("Stop by today at <b>store.mandrakesoft.com</b>!"), center => 1 ]);
\ No newline at end of file diff --git a/perl-install/share/advertising/dis-09.png b/perl-install/share/advertising/27.png Binary files differindex ce0b3eb1f..ce0b3eb1f 100644 --- a/perl-install/share/advertising/dis-09.png +++ b/perl-install/share/advertising/27.png diff --git a/perl-install/share/advertising/28.pl b/perl-install/share/advertising/28.pl new file mode 100644 index 000000000..f688cd2e7 --- /dev/null +++ b/perl-install/share/advertising/28.pl @@ -0,0 +1,22 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakeclub</b>"), center => 1 ], + ' ', + N("<b>Mandrakeclub</b> is the <b>perfect companion</b> to your Mandrakelinux product.."), + ' ', + N("Take advantage of <b>valuable benefits</b> by joining Mandrakeclub, such as:"), + N(" * <b>Special discounts</b> on products and services of our online store <b>store.mandrakesoft.com</b>."), + N(" * Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ drivers)."), + N(" * Participation in Mandrakelinux <b>user forums</b>."), + N(" * <b>Early and privileged access</b>, before public release, to Mandrakelinux <b>ISO images</b>."), + N(" * And many more."));
\ No newline at end of file diff --git a/perl-install/share/advertising/28.png b/perl-install/share/advertising/28.png Binary files differnew file mode 100644 index 000000000..0b2ff6a4b --- /dev/null +++ b/perl-install/share/advertising/28.png diff --git a/perl-install/share/advertising/29.pl b/perl-install/share/advertising/29.pl new file mode 100644 index 000000000..719c82338 --- /dev/null +++ b/perl-install/share/advertising/29.pl @@ -0,0 +1,21 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakeonline</b>"), center => 1 ], + ' ', + N("<b>Mandrakeonline</b> is a new premium service that Mandrakesoft is proud to offer its customers!"), + ' ', + N("Mandrakeonline provides a wide range of valuable services for <b>easily updating</b> your Mandrakelinux systems:"), + N(" * <b>Perfect</b> system security (automated software updates)."), + N(" * <b>Notification</b> of updates (by e-mail or by an applet on the desktop)."), + N(" * Flexible <b>scheduled</b> updates."), + N(" * Management of <b>all your Mandrakelinux systems</b> with one account."));
\ No newline at end of file diff --git a/perl-install/share/advertising/29.png b/perl-install/share/advertising/29.png Binary files differnew file mode 100644 index 000000000..a9d9bfbda --- /dev/null +++ b/perl-install/share/advertising/29.png diff --git a/perl-install/share/advertising/30.pl b/perl-install/share/advertising/30.pl new file mode 100644 index 000000000..b76729750 --- /dev/null +++ b/perl-install/share/advertising/30.pl @@ -0,0 +1,19 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 10; +$border = 10; #- for leftish text + +# Use <b>text</b> for bold + +# @text = ([ N("text to display"), center => 1 ], + +@text = ([ N("<b>Mandrakeexpert</b>"), center => 1 ], + ' ', + N("Do you require <b>assistance?</b> Meet Mandrakesoft's technical experts on <b>our technical support platform</b> www.mandrakeexpert.com."), + ' ', + N("Thanks to the help of <b>qualified Mandrakelinux experts</b>, you will save a lot of time."), + ' ', + N("For any question related to Mandrakelinux, you have the possibility to purchase support incidents at <b>store.mandrakesoft.com</b>."));
\ No newline at end of file diff --git a/perl-install/share/advertising/dis-11.png b/perl-install/share/advertising/30.png Binary files differindex 1bc9462ac..1bc9462ac 100644 --- a/perl-install/share/advertising/dis-11.png +++ b/perl-install/share/advertising/30.png diff --git a/perl-install/share/advertising/Makefile b/perl-install/share/advertising/Makefile index 0ac5a0a86..c9313c3aa 100644 --- a/perl-install/share/advertising/Makefile +++ b/perl-install/share/advertising/Makefile @@ -1,10 +1,11 @@ -include ../../Makefile.config +include ../../../Makefile.config PRODUCT = dwd +DESTDIR = $(EXTRA_INSTALL_DEST)/advertising install: - rm -rf $(ROOTDEST)/Mandrake/share/advertising - install -d $(ROOTDEST)/Mandrake/share/advertising - install -m755 `cat list-$(PRODUCT) | sed 's/png$$/pl/'` $(ROOTDEST)/Mandrake/share/advertising - install -m644 `cat list-$(PRODUCT)` $(ROOTDEST)/Mandrake/share/advertising - install -m644 list-$(PRODUCT) $(ROOTDEST)/Mandrake/share/advertising/list + rm -rf $(DESTDIR) + install -d $(DESTDIR) + install -m755 `cat list-$(PRODUCT) | sed 's/png$$/pl/'` $(DESTDIR) + install -m644 `cat list-$(PRODUCT)` $(DESTDIR) + install -m644 list-$(PRODUCT) $(DESTDIR)/list diff --git a/perl-install/share/advertising/dis-01.pl b/perl-install/share/advertising/dis-01.pl deleted file mode 100644 index 03b338983..000000000 --- a/perl-install/share/advertising/dis-01.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Congratulations for choosing Mandrakelinux!</b>"), center => 1 ], - ' ', - N("Welcome to the Open Source world!"), - ' ', - N("Your new Mandrakelinux operating system and its many applications is the result of collaborative efforts between Mandrakesoft developers and Mandrakelinux contributors throughout the world."), - ' ', - N("We would like to thank everyone who participated in the development of this latest release.")); diff --git a/perl-install/share/advertising/dis-02.pl b/perl-install/share/advertising/dis-02.pl deleted file mode 100644 index ecf53f844..000000000 --- a/perl-install/share/advertising/dis-02.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Discovery</b>"), center => 1 ], - ' ', - N("Discovery is the easiest and most user-friendly Linux distribution. It includes a hand-picked selection of premium software for Office, Multimedia and Internet activities."), - ' ', - N("The menu is task-oriented, with a single selected application per task.")); diff --git a/perl-install/share/advertising/dis-02.png b/perl-install/share/advertising/dis-02.png Binary files differdeleted file mode 100644 index 10c5bf4b7..000000000 --- a/perl-install/share/advertising/dis-02.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-03.pl b/perl-install/share/advertising/dis-03.pl deleted file mode 100644 index d32cfcc59..000000000 --- a/perl-install/share/advertising/dis-03.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>The KDE Choice</b>"), center => 1 ], - ' ', - N("The powerful Open Source graphical desktop environment KDE is the desktop of choice for the Discovery Pack.")); diff --git a/perl-install/share/advertising/dis-03.png b/perl-install/share/advertising/dis-03.png Binary files differdeleted file mode 100644 index cd3a00a71..000000000 --- a/perl-install/share/advertising/dis-03.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-04.pl b/perl-install/share/advertising/dis-04.pl deleted file mode 100644 index fea402a42..000000000 --- a/perl-install/share/advertising/dis-04.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>OpenOffice.org</b>: The complete Linux office suite."), center => 1 ], - ' ', - N("<b>WRITER</b> is a powerful word processor for creating all types of text documents. Documents may include images, diagrams and tables."), - N("<b>CALC</b> is a feature-packed spreadsheet which enables you to compute, analyze and manage all of your data."), - N("<b>IMPRESS</b> is the fastest, most powerful way to create effective multimedia presentations."), - N("<b>DRAW</b> will produce everything from simple diagrams to dynamic 3D illustrations.")); diff --git a/perl-install/share/advertising/dis-04.png b/perl-install/share/advertising/dis-04.png Binary files differdeleted file mode 100644 index aa56f6def..000000000 --- a/perl-install/share/advertising/dis-04.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-05.pl b/perl-install/share/advertising/dis-05.pl deleted file mode 100644 index e322ee249..000000000 --- a/perl-install/share/advertising/dis-05.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Surf The Internet</b>"), center => 1 ], - ' ', - N("Discover the new integrated personal information suite KDE Kontact."), - ' ', - N("More than just a full-featured email client, <b>Kontact</b> also includes an address book, a calendar and scheduling program, plus a tool for taking notes!")); diff --git a/perl-install/share/advertising/dis-06.pl b/perl-install/share/advertising/dis-06.pl deleted file mode 100644 index f5df61e07..000000000 --- a/perl-install/share/advertising/dis-06.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Surf The Internet</b>"), center => 1 ], - ' ', - N("You can also:"), - N(" - browse the Web"), - N(" - chat"), - N(" - organize a video-conference"), - N(" - create your own Web site"), - N(" - ...")); diff --git a/perl-install/share/advertising/dis-07.pl b/perl-install/share/advertising/dis-07.pl deleted file mode 100644 index e39fabc24..000000000 --- a/perl-install/share/advertising/dis-07.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Multimedia</b>: Software for every need!"), center => 1 ], - ' ', - N("Listen to audio CDs with <b>KsCD</b>."), - ' ', - N("Listen to music files and watch videos with <b>Totem</b>."), - ' ', - N("View and edit images and photos with <b>GQview</b> and <b>The Gimp!</b>")); diff --git a/perl-install/share/advertising/dis-07.png b/perl-install/share/advertising/dis-07.png Binary files differdeleted file mode 100644 index c22a92be0..000000000 --- a/perl-install/share/advertising/dis-07.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-08.pl b/perl-install/share/advertising/dis-08.pl deleted file mode 100644 index ec0a211cc..000000000 --- a/perl-install/share/advertising/dis-08.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Mandrake Control Center</b>"), center => 1 ], - ' ', - N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."), - ' ', - N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system.")); diff --git a/perl-install/share/advertising/dis-08.png b/perl-install/share/advertising/dis-08.png Binary files differdeleted file mode 100644 index 5a882d42c..000000000 --- a/perl-install/share/advertising/dis-08.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-09.pl b/perl-install/share/advertising/dis-09.pl deleted file mode 100644 index 30e4b19bb..000000000 --- a/perl-install/share/advertising/dis-09.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], - ' ', - N("Find all Mandrakesoft products and services at <b>MandrakeStore</b> -- our full service e-commerce platform."), - ' ', - N("Stop by today at <b>www.mandrakestore.com</b>")); diff --git a/perl-install/share/advertising/dis-10.pl b/perl-install/share/advertising/dis-10.pl deleted file mode 100644 index e0f574c6d..000000000 --- a/perl-install/share/advertising/dis-10.pl +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Become a <b>MandrakeClub</b> member!"), center => 1 ], - ' ', - N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" - Full access to commercial applications"), - N(" - Special download mirror list exclusively for MandrakeClub Members"), - N(" - Voting for software to put in Mandrakelinux"), - N(" - Special discounts for products and services at MandrakeStore"), - N(" - Plus much more"), - ' ', - N("For more information, please visit <b>www.mandrakeclub.com</b>")); diff --git a/perl-install/share/advertising/dis-10.png b/perl-install/share/advertising/dis-10.png Binary files differdeleted file mode 100644 index d00ad26be..000000000 --- a/perl-install/share/advertising/dis-10.png +++ /dev/null diff --git a/perl-install/share/advertising/dis-11.pl b/perl-install/share/advertising/dis-11.pl deleted file mode 100644 index 55ee497a4..000000000 --- a/perl-install/share/advertising/dis-11.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Do you require assistance?"), center => 1 ], - ' ', - N("<b>MandrakeExpert</b> is the primary source for technical support."), - ' ', - N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>")); diff --git a/perl-install/share/advertising/drweb.pl b/perl-install/share/advertising/drweb.pl deleted file mode 100644 index 8216533c8..000000000 --- a/perl-install/share/advertising/drweb.pl +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - diff --git a/perl-install/share/advertising/drweb.png b/perl-install/share/advertising/drweb.png Binary files differdeleted file mode 100644 index 5e148366f..000000000 --- a/perl-install/share/advertising/drweb.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-01.pl b/perl-install/share/advertising/dwd-01.pl deleted file mode 100644 index 7533d98f1..000000000 --- a/perl-install/share/advertising/dwd-01.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Congratulations for choosing Mandrakelinux!</b>"), center => 1 ], - ' ', - N("Welcome to the Open Source world!"), - ' ', - N("Mandrakelinux is committed to the Open Source Model and fully respects the General Public License. This new release is the result of collaboration between Mandrakesoft's team of developers and the worldwide community of Mandrakelinux contributors."), - ' ', - N("We would like to thank everyone who participated in the development of this latest release.")); diff --git a/perl-install/share/advertising/dwd-01.png b/perl-install/share/advertising/dwd-01.png Binary files differdeleted file mode 100644 index 707855067..000000000 --- a/perl-install/share/advertising/dwd-01.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-02.pl b/perl-install/share/advertising/dwd-02.pl deleted file mode 100644 index adaf4dcb1..000000000 --- a/perl-install/share/advertising/dwd-02.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Join the Mandrakelinux community!</b>"), center => 1 ], - ' ', - N("If you would like to get involved, please subscribe to the \"Cooker\" mailing list by visiting <b>mandrake-linux.com/cooker</b>"), - ' ', - N("To learn more about our dynamic community, please visit <b>www.mandrake-linux.com</b>!")); diff --git a/perl-install/share/advertising/dwd-02.png b/perl-install/share/advertising/dwd-02.png Binary files differdeleted file mode 100644 index 12b422b02..000000000 --- a/perl-install/share/advertising/dwd-02.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-03.pl b/perl-install/share/advertising/dwd-03.pl deleted file mode 100644 index d8fb45cfe..000000000 --- a/perl-install/share/advertising/dwd-03.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>What is Mandrakelinux?</b>"), center => 1 ], - ' ', - N("Mandrakelinux is an Open Source distribution created with thousands of the choicest applications from the Free Software world. Mandrakelinux is one of the most widely used Linux distributions worldwide!"), - ' ', - N("Mandrakelinux includes the famous graphical desktops KDE and GNOME, plus the latest versions of the most popular Open Source applications.")); diff --git a/perl-install/share/advertising/dwd-03.png b/perl-install/share/advertising/dwd-03.png Binary files differdeleted file mode 100644 index 7303bbc92..000000000 --- a/perl-install/share/advertising/dwd-03.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-04.pl b/perl-install/share/advertising/dwd-04.pl deleted file mode 100644 index 002d36dd6..000000000 --- a/perl-install/share/advertising/dwd-04.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = (N("Mandrakelinux is widely known as the most user-friendly and the easiest to install and easy to use Linux distribution."), - ' ', - N("Find out about our <b>Personal Solutions</b>:"), - N(" - Find out Mandrakelinux on a bootable CD with <b>MandrakeMove</b>"), - N(" - If you use Linux mostly for Office, Internet and Multimedia tasks, <b>Discovery</b> perfectly meets your needs"), - N(" - If you appreciate the largest selection of software including powerful development tools, <b>PowerPack</b> is for you"), - N(" - If you require a full-featured Linux solution customized for small to medium-sized networks, choose <b>PowerPack+</b>")); diff --git a/perl-install/share/advertising/dwd-05.pl b/perl-install/share/advertising/dwd-05.pl deleted file mode 100644 index 8bc53c9df..000000000 --- a/perl-install/share/advertising/dwd-05.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Find out also our <b>Business Solutions</b>!"), center => 1 ], - ' ', - N("<b>Corporate Server</b>: the ideal solution for entreprises. It is a complete \"all-in-one\" solution that includes everything needed to rapidly deploy world-class Linux server applications."), - ' ', - N("<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to provide multi-VPN as well as multi-DMZ functionalities. It is the perfect high performance security solution."), - ' ', - N("<b>MandrakeClustering</b>: the power and speed of a Linux cluster combined with the stability and easy-of-use of the world-famous Mandrakelinux distribution. A unique blend for incomparable HPC performance.")); diff --git a/perl-install/share/advertising/dwd-06.pl b/perl-install/share/advertising/dwd-06.pl deleted file mode 100644 index 14e1ca4e8..000000000 --- a/perl-install/share/advertising/dwd-06.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], - ' ', - N("Find all Mandrakesoft products at <b>MandrakeStore</b> -- our full service e-commerce platform."), - ' ', - N("Find out also support incidents if you have any problems, from standard to professional support, from 1 to 50 incidents, take the one which meets perfectly your needs!"), - ' ', - N("Stop by today at <b>www.mandrakestore.com</b>")); diff --git a/perl-install/share/advertising/dwd-06.png b/perl-install/share/advertising/dwd-06.png Binary files differdeleted file mode 100644 index b4691693f..000000000 --- a/perl-install/share/advertising/dwd-06.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-07.pl b/perl-install/share/advertising/dwd-07.pl deleted file mode 100644 index c30fb004a..000000000 --- a/perl-install/share/advertising/dwd-07.pl +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Become a MandrakeClub member!</b>"), center => 1 ], - ' ', - N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" - Full access to commercial applications"), - N(" - Special download mirror list exclusively for MandrakeClub Members"), - N(" - Voting for software to put in Mandrakelinux"), - N(" - Special discounts for products and services at MandrakeStore"), - N(" - Plus much more"), - ' ', - N("For more information, please visit <b>www.mandrakeclub.com</b>")); diff --git a/perl-install/share/advertising/dwd-07.png b/perl-install/share/advertising/dwd-07.png Binary files differdeleted file mode 100644 index 1c5ca150f..000000000 --- a/perl-install/share/advertising/dwd-07.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-08.pl b/perl-install/share/advertising/dwd-08.pl deleted file mode 100644 index 1f9ca7b57..000000000 --- a/perl-install/share/advertising/dwd-08.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - - -@text =([ N("<b>Do you require assistance?</b>"), center => 1 ], - ' ', - N("<b>MandrakeExpert</b> is the primary source for technical support."), - ' ', - N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>")); diff --git a/perl-install/share/advertising/dwd-08.png b/perl-install/share/advertising/dwd-08.png Binary files differdeleted file mode 100644 index 293b606bf..000000000 --- a/perl-install/share/advertising/dwd-08.png +++ /dev/null diff --git a/perl-install/share/advertising/dwd-09.pl b/perl-install/share/advertising/dwd-09.pl deleted file mode 100644 index c5393e971..000000000 --- a/perl-install/share/advertising/dwd-09.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold -# -# And text MUST BE in ASCII or UTF-8 *ONLY* -# Don't use iso-8859-1 or any other encoding, it breaks everything! - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Note</b>"), center => 1 ], - ' ', - N("This is the Mandrakelinux <b>Download version</b>."), - ' ', - N("The free download version does not include commercial software, and therefore may not work with certain modems (such as some ADSL and RTC) and video cards (such as ATI® and NVIDIA®).")); diff --git a/perl-install/share/advertising/dwd-09.png b/perl-install/share/advertising/dwd-09.png Binary files differdeleted file mode 100644 index 22d778bee..000000000 --- a/perl-install/share/advertising/dwd-09.png +++ /dev/null diff --git a/perl-install/share/advertising/list-dis b/perl-install/share/advertising/list-dis index 5fc16e805..9f6796747 100644 --- a/perl-install/share/advertising/list-dis +++ b/perl-install/share/advertising/list-dis @@ -1,11 +1,14 @@ -dis-01.png -dis-02.png -dis-03.png -dis-04.png -dis-05.png -dis-06.png -dis-07.png -dis-08.png -dis-09.png -dis-10.png -dis-11.png +01.png +02.png +06.png +12.png +14.png +15.png +16.png +17.png +25.png +27.png +28.png +29.png +30.png +lpi.png diff --git a/perl-install/share/advertising/list-dwd b/perl-install/share/advertising/list-dwd index fbe4d66ec..e3ceb36a9 100644 --- a/perl-install/share/advertising/list-dwd +++ b/perl-install/share/advertising/list-dwd @@ -1,9 +1,14 @@ -dwd-01.png -dwd-02.png -dwd-03.png -dwd-04.png -dwd-05.png -dwd-06.png -dwd-07.png -dwd-08.png -dwd-09.png +01.png +02.png +03.png +04.png +05.png +09.png +10.png +11.png +26.png +27.png +28.png +29.png +30.png +lpi.png diff --git a/perl-install/share/advertising/list-ppp b/perl-install/share/advertising/list-ppp index 720ae89ff..30734ff73 100644 --- a/perl-install/share/advertising/list-ppp +++ b/perl-install/share/advertising/list-ppp @@ -1,11 +1,14 @@ -ppp-01.png -ppp-02.png -ppp-03.png -ppp-04.png -ppp-05.png -ppp-06.png -ppp-07.png -ppp-08.png -ppp-09.png -ppp-10.png -ppp-11.png +01.png +02.png +08.png +13-b.png +18.png +22.png +23.png +24.png +25.png +27.png +28.png +29.png +30.png +lpi.png diff --git a/perl-install/share/advertising/list-pwp b/perl-install/share/advertising/list-pwp index c86ea2855..b42b7bb27 100644 --- a/perl-install/share/advertising/list-pwp +++ b/perl-install/share/advertising/list-pwp @@ -1,10 +1,14 @@ -pwp-01.png -pwp-02.png -pwp-03.png -pwp-04.png -pwp-05.png -pwp-06.png -pwp-07.png -pwp-08.png -pwp-09.png -pwp-10.png +01.png +02.png +07.png +13-a.png +18.png +19.png +20.png +21.png +25.png +27.png +28.png +29.png +30.png +lpi.png diff --git a/perl-install/share/advertising/lpi.pl b/perl-install/share/advertising/lpi.pl new file mode 100644 index 000000000..2eb839368 --- /dev/null +++ b/perl-install/share/advertising/lpi.pl @@ -0,0 +1,8 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 0; +$border = 0; #- for leftish text + diff --git a/perl-install/share/advertising/lpi.png b/perl-install/share/advertising/lpi.png Binary files differnew file mode 100644 index 000000000..f1396d2b5 --- /dev/null +++ b/perl-install/share/advertising/lpi.png diff --git a/perl-install/share/advertising/ppp-01.pl b/perl-install/share/advertising/ppp-01.pl deleted file mode 100644 index dbccc8084..000000000 --- a/perl-install/share/advertising/ppp-01.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Congratulations for choosing Mandrakelinux!</b>"), center => 1 ], - ' ', - N("Welcome to the Open Source world!"), - ' ', - N("Your new Mandrakelinux distribution and its many applications are the result of collaborative efforts between Mandrakesoft developers and Mandrakelinux contributors throughout the world."), - ' ', - N("We would like to thank everyone who participated in the development of this latest release.")); diff --git a/perl-install/share/advertising/ppp-01.png b/perl-install/share/advertising/ppp-01.png Binary files differdeleted file mode 100644 index 99a1d7a2e..000000000 --- a/perl-install/share/advertising/ppp-01.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-02.pl b/perl-install/share/advertising/ppp-02.pl deleted file mode 100644 index 35cf8259b..000000000 --- a/perl-install/share/advertising/ppp-02.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>PowerPack+</b>"), center => 1 ], - ' ', - N("PowerPack+ is a full-featured Linux solution for small to medium-sized networks. PowerPack+ increases the value of the standard PowerPack by adding a comprehensive selection of world-class server applications."), - ' ', - N("It is the only Mandrakelinux product that includes the groupware solution.")); diff --git a/perl-install/share/advertising/ppp-02.png b/perl-install/share/advertising/ppp-02.png Binary files differdeleted file mode 100644 index c2b054bef..000000000 --- a/perl-install/share/advertising/ppp-02.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-03.pl b/perl-install/share/advertising/ppp-03.pl deleted file mode 100644 index 8343e42d3..000000000 --- a/perl-install/share/advertising/ppp-03.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Choose your graphical Desktop environment!</b>"), center => 1 ], - ' ', - N("When you log into your Mandrakelinux system for the first time, you can choose between several popular graphical desktops environments, including: KDE, GNOME, WindowMaker, IceWM, and others.")); diff --git a/perl-install/share/advertising/ppp-03.png b/perl-install/share/advertising/ppp-03.png Binary files differdeleted file mode 100644 index cd06f5158..000000000 --- a/perl-install/share/advertising/ppp-03.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-04.pl b/perl-install/share/advertising/ppp-04.pl deleted file mode 100644 index 911dc5fe9..000000000 --- a/perl-install/share/advertising/ppp-04.pl +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = (N("In the Mandrakelinux menu you will find easy-to-use applications for all tasks:"), - ' ', - N(" - Create, edit and share office documents with <b>OpenOffice.org</b>"), - N(" - Take charge of your personal data with the integrated personal information suites: <b>Kontact</b> and <b>Evolution</b>"), - N(" - Browse the Web with <b>Mozilla and Konqueror</b>"), - N(" - Participate in online chat with <b>Kopete</b>"), - N(" - Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"), - N(" - Edit images and photos with <b>The Gimp</b>"), - N(" - Plus much more")); diff --git a/perl-install/share/advertising/ppp-04.png b/perl-install/share/advertising/ppp-04.png Binary files differdeleted file mode 100644 index 8ebe0687f..000000000 --- a/perl-install/share/advertising/ppp-04.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-05.pl b/perl-install/share/advertising/ppp-05.pl deleted file mode 100644 index aeb802053..000000000 --- a/perl-install/share/advertising/ppp-05.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = (N("PowerPack+ includes everything needed for developing and creating your own software, including:"), - ' ', - N(" - <b>Kdevelop</b>: a full featured, easy to use Integrated Development Environment for C++ programming"), - N(" - <b>GCC</b>: the GNU Compiler Collection"), - N(" - <b>GDB</b>: the GNU Project debugger"), - N(" - <b>Emacs</b>: a customizable and real time display editor"), - N(" - <b>Xemacs</b>: open source text editor and application development system"), - N(" - <b>Vim</b>: advanced text editor with more features than standard Vi")); diff --git a/perl-install/share/advertising/ppp-05.png b/perl-install/share/advertising/ppp-05.png Binary files differdeleted file mode 100644 index 69896c743..000000000 --- a/perl-install/share/advertising/ppp-05.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-06.pl b/perl-install/share/advertising/ppp-06.pl deleted file mode 100644 index 4c4cee7c2..000000000 --- a/perl-install/share/advertising/ppp-06.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Discover the full-featured groupware solution!</b>"), center => 1 ], - ' ', - N("It includes both server and client features for:"), - N(" - Sending and receiving emails"), - N(" - Calendar, Task List, Memos, Contacts, Meeting Request (sending and receiving), Task Requests (sending and receiving)"), - N(" - Address Book (server and client)"), - N(" - Plus much more")); diff --git a/perl-install/share/advertising/ppp-07.pl b/perl-install/share/advertising/ppp-07.pl deleted file mode 100644 index fedc573de..000000000 --- a/perl-install/share/advertising/ppp-07.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Empower your business network with <b>premier server solutions</b> including:"), center => 1 ], - ' ', - N(" - <b>Samba</b>: File and print services for MS-Windows clients"), - N(" - <b>Apache</b>: The most widely used Web server"), - N(" - <b>MySQL</b>: The world's most popular Open Source database"), - N(" - <b>CVS</b>: Concurrent Versions System, the dominant open-source network-transparent version control system"), - N(" - <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"), - N(" - And others")); diff --git a/perl-install/share/advertising/ppp-07.png b/perl-install/share/advertising/ppp-07.png Binary files differdeleted file mode 100644 index a42e269a8..000000000 --- a/perl-install/share/advertising/ppp-07.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-08.pl b/perl-install/share/advertising/ppp-08.pl deleted file mode 100644 index 78bb86892..000000000 --- a/perl-install/share/advertising/ppp-08.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Mandrake Control Center</b>"), center => 1 ], - ' ', - N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."), - ' ', - N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system.")); diff --git a/perl-install/share/advertising/ppp-08.png b/perl-install/share/advertising/ppp-08.png Binary files differdeleted file mode 100644 index ddf2caf2c..000000000 --- a/perl-install/share/advertising/ppp-08.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-09.pl b/perl-install/share/advertising/ppp-09.pl deleted file mode 100644 index 20a9002ef..000000000 --- a/perl-install/share/advertising/ppp-09.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], - ' ', - N("Find all Mandrakesoft products and services at <b>MandrakeStore</b> -- our full service e-commerce platform."), - ' ', - N("Stop by today at <b>www.mandrakestore.com</b>")); diff --git a/perl-install/share/advertising/ppp-09.png b/perl-install/share/advertising/ppp-09.png Binary files differdeleted file mode 100644 index 2ad6f5c7d..000000000 --- a/perl-install/share/advertising/ppp-09.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-10.pl b/perl-install/share/advertising/ppp-10.pl deleted file mode 100644 index 1276fa8e7..000000000 --- a/perl-install/share/advertising/ppp-10.pl +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Become a <b>MandrakeClub</b> member!"), center => 1 ], - ' ', - N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - ' ', - N(" - Full access to commercial applications"), - N(" - Special download mirror list exclusively for MandrakeClub Members"), - N(" - Voting for software to put in Mandrakelinux"), - N(" - Special discounts for products and services at MandrakeStore"), - N(" - Plus much more"), - ' ', - N("For more information, please visit <b>www.mandrakeclub.com</b>")); diff --git a/perl-install/share/advertising/ppp-10.png b/perl-install/share/advertising/ppp-10.png Binary files differdeleted file mode 100644 index a27906b80..000000000 --- a/perl-install/share/advertising/ppp-10.png +++ /dev/null diff --git a/perl-install/share/advertising/ppp-11.pl b/perl-install/share/advertising/ppp-11.pl deleted file mode 100644 index 65d9e04df..000000000 --- a/perl-install/share/advertising/ppp-11.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Do you require assistance?</b>"), center => 1 ], - ' ', - N("<b>MandrakeExpert</b> is the primary source for technical support."), - ' ', - N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>")); diff --git a/perl-install/share/advertising/ppp-11.png b/perl-install/share/advertising/ppp-11.png Binary files differdeleted file mode 100644 index d87c58780..000000000 --- a/perl-install/share/advertising/ppp-11.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-01.pl b/perl-install/share/advertising/pwp-01.pl deleted file mode 100644 index 935689b05..000000000 --- a/perl-install/share/advertising/pwp-01.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Congratulations for choosing Mandrakelinux!</b>"), center => 1 ], - ' ', - N("Welcome to the Open Source world!"), - ' ', - N("Your new Mandrakelinux distribution is the result of collaborative efforts between Mandrakesoft developers and Mandrakelinux contributors throughout the world."), - ' ', - N("We would like to thank everyone who participated in the development of our latest release.")); diff --git a/perl-install/share/advertising/pwp-01.png b/perl-install/share/advertising/pwp-01.png Binary files differdeleted file mode 100644 index 8a131bd24..000000000 --- a/perl-install/share/advertising/pwp-01.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-02.pl b/perl-install/share/advertising/pwp-02.pl deleted file mode 100644 index 66fcbef19..000000000 --- a/perl-install/share/advertising/pwp-02.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>PowerPack</b>"), center => 1 ], - ' ', - N("PowerPack is Mandrakesoft's premier Linux desktop product. In addition to being the easiest and the most user-friendly Linux distribution, PowerPack includes thousands of applications - everything from the most popular to the most technical.")); diff --git a/perl-install/share/advertising/pwp-02.png b/perl-install/share/advertising/pwp-02.png Binary files differdeleted file mode 100644 index 7c1e756d2..000000000 --- a/perl-install/share/advertising/pwp-02.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-03.pl b/perl-install/share/advertising/pwp-03.pl deleted file mode 100644 index 8343e42d3..000000000 --- a/perl-install/share/advertising/pwp-03.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Choose your graphical Desktop environment!</b>"), center => 1 ], - ' ', - N("When you log into your Mandrakelinux system for the first time, you can choose between several popular graphical desktops environments, including: KDE, GNOME, WindowMaker, IceWM, and others.")); diff --git a/perl-install/share/advertising/pwp-03.png b/perl-install/share/advertising/pwp-03.png Binary files differdeleted file mode 100644 index f2239fad1..000000000 --- a/perl-install/share/advertising/pwp-03.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-04.pl b/perl-install/share/advertising/pwp-04.pl deleted file mode 100644 index a96ff2096..000000000 --- a/perl-install/share/advertising/pwp-04.pl +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = (N("In the Mandrakelinux menu you will find easy-to-use applications for all of your tasks:"), - ' ', - N(" - Create, edit and share office documents with <b>OpenOffice.org</b>"), - N(" - Take charge of your personal data with the integrated personal information suites <b>Kontact</b> and <b>Evolution</b>"), - N(" - Browse the Web with <b>Mozilla</b> and <b>Konqueror</b>"), - N(" - Participate in online chat with <b>Kopete</b>"), - N(" - Listen to audio CDs and music files with KsCD and <b>Totem</b>"), - N(" - Edit images and photos with <b>The Gimp</b>"), - N(" - Plus much more")); diff --git a/perl-install/share/advertising/pwp-04.png b/perl-install/share/advertising/pwp-04.png Binary files differdeleted file mode 100644 index 10f1ca9af..000000000 --- a/perl-install/share/advertising/pwp-04.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-05.pl b/perl-install/share/advertising/pwp-05.pl deleted file mode 100644 index 7623783a8..000000000 --- a/perl-install/share/advertising/pwp-05.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Development tools</b>"), center => 1 ], - ' ', - N("PowerPack includes everything needed for developing and creating your own software, including:"), - N(" - <b>Kdevelop</b>: a full featured, easy to use Integrated Development Environment for C++ programming"), - N(" - <b>GCC</b>: the GNU Compiler Collection"), - N(" - <b>GDB</b>: the GNU Project debugger")); diff --git a/perl-install/share/advertising/pwp-05.png b/perl-install/share/advertising/pwp-05.png Binary files differdeleted file mode 100644 index c6771acd8..000000000 --- a/perl-install/share/advertising/pwp-05.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-06.pl b/perl-install/share/advertising/pwp-06.pl deleted file mode 100644 index d540e603f..000000000 --- a/perl-install/share/advertising/pwp-06.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ] - -@text = ([ N("<b>Development tools</b>"), center => 1 ], - ' ', - N("And of course the editors!"), - N(" - <b>Emacs</b>: a customizable and real time display editor"), - N(" - <b>Xemacs</b>: another open source text editor and application development system"), - N(" - <b>Vim</b>: an advanced text editor with more features than standard Vi")); diff --git a/perl-install/share/advertising/pwp-06.png b/perl-install/share/advertising/pwp-06.png Binary files differdeleted file mode 100644 index 28e444c19..000000000 --- a/perl-install/share/advertising/pwp-06.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-07.pl b/perl-install/share/advertising/pwp-07.pl deleted file mode 100644 index ddec8dc1c..000000000 --- a/perl-install/share/advertising/pwp-07.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Mandrake Control Center</b>"), center => 1 ], - ' ', - N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."), - ' ', - N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system.")); diff --git a/perl-install/share/advertising/pwp-07.png b/perl-install/share/advertising/pwp-07.png Binary files differdeleted file mode 100644 index 2372cf9a9..000000000 --- a/perl-install/share/advertising/pwp-07.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-08.pl b/perl-install/share/advertising/pwp-08.pl deleted file mode 100644 index abbc1c053..000000000 --- a/perl-install/share/advertising/pwp-08.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], - ' ', - N("Find all Mandrakesoft products and services at <b>MandrakeStore</b> -- our full service e-commerce platform."), - ' ', - N("Stop by today at <b>www.mandrakestore.com</b>")); diff --git a/perl-install/share/advertising/pwp-08.png b/perl-install/share/advertising/pwp-08.png Binary files differdeleted file mode 100644 index 2ad6f5c7d..000000000 --- a/perl-install/share/advertising/pwp-08.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-09.pl b/perl-install/share/advertising/pwp-09.pl deleted file mode 100644 index f16aaeeaa..000000000 --- a/perl-install/share/advertising/pwp-09.pl +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("Become a <b>MandrakeClub</b> member!"), center => 1 ], - ' ', - N("Take advantage of valuable benefits, products and services by joining MandrakeClub, such as:"), - N(" - Full access to commercial applications"), - N(" - Special download mirror list exclusively for MandrakeClub Members"), - N(" - Voting for software to put in Mandrakelinux"), - N(" - Special discounts for products and services at MandrakeStore"), - N(" - Plus much more"), - ' ', - N("For more information, please visit <b>www.mandrakeclub.com</b>")); diff --git a/perl-install/share/advertising/pwp-09.png b/perl-install/share/advertising/pwp-09.png Binary files differdeleted file mode 100644 index fd1bbdc70..000000000 --- a/perl-install/share/advertising/pwp-09.png +++ /dev/null diff --git a/perl-install/share/advertising/pwp-10.pl b/perl-install/share/advertising/pwp-10.pl deleted file mode 100644 index 9912f79a7..000000000 --- a/perl-install/share/advertising/pwp-10.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 10; -$border = 10; #- for leftish text - -# Use <b>text</b> for bold - -# @text = ([ N("text to display"), center => 1 ], - -@text = ([ N("<b>Do you require assistance?</b>"), center => 1 ], - ' ', - N("<b>MandrakeExpert</b> is the primary source for technical support."), - ' ', - N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>")); diff --git a/perl-install/share/advertising/pwp-10.png b/perl-install/share/advertising/pwp-10.png Binary files differdeleted file mode 100644 index d87c58780..000000000 --- a/perl-install/share/advertising/pwp-10.png +++ /dev/null |
