summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/dwd-01.pl
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2004-06-15 16:50:22 +0000
committerMystery Man <unknown@mandriva.org>2004-06-15 16:50:22 +0000
commit8ea9beca90c410e12593fedfb6e741dbdf8795d0 (patch)
tree544a377d0ea57462110009fbbbfd14473390e2a1 /perl-install/share/advertising/dwd-01.pl
parentb5dc638815c772056e07cd013f5b1674900456d5 (diff)
downloaddrakx-8ea9beca90c410e12593fedfb6e741dbdf8795d0.tar
drakx-8ea9beca90c410e12593fedfb6e741dbdf8795d0.tar.gz
drakx-8ea9beca90c410e12593fedfb6e741dbdf8795d0.tar.bz2
drakx-8ea9beca90c410e12593fedfb6e741dbdf8795d0.tar.xz
drakx-8ea9beca90c410e12593fedfb6e741dbdf8795d0.zip
This commit was manufactured by cvs2svn to create branch 'mandrakesoft'.topic/mandrakesoft
Diffstat (limited to 'perl-install/share/advertising/dwd-01.pl')
-rw-r--r--perl-install/share/advertising/dwd-01.pl19
1 files changed, 0 insertions, 19 deletions
diff --git a/perl-install/share/advertising/dwd-01.pl b/perl-install/share/advertising/dwd-01.pl
deleted file mode 100644
index 2ac84ba95..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."));