summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/ppp-10.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/ppp-10.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/ppp-10.pl')
-rw-r--r--perl-install/share/advertising/ppp-10.pl23
1 files changed, 0 insertions, 23 deletions
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>"));