summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/ppp-05.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-05.pl
parentb5dc638815c772056e07cd013f5b1674900456d5 (diff)
downloaddrakx-topic/mandrakesoft.tar
drakx-topic/mandrakesoft.tar.gz
drakx-topic/mandrakesoft.tar.bz2
drakx-topic/mandrakesoft.tar.xz
drakx-topic/mandrakesoft.zip
This commit was manufactured by cvs2svn to create branch 'mandrakesoft'.topic/mandrakesoft
Diffstat (limited to 'perl-install/share/advertising/ppp-05.pl')
-rw-r--r--perl-install/share/advertising/ppp-05.pl20
1 files changed, 0 insertions, 20 deletions
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"));