diff options
author | Florent Villard <warly@mandriva.com> | 2005-08-31 11:33:13 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-08-31 11:33:13 +0000 |
commit | 4ae270b392fe2b15d558ed722d2a798ddd6398bf (patch) | |
tree | 2791f1e5336b08b0678442ea457869e4f4f5002a /perl-install/share/advertising/29.pl | |
parent | 786f72c416c44360fb3cae511046f25bc1823821 (diff) | |
download | drakx-backup-do-not-use-4ae270b392fe2b15d558ed722d2a798ddd6398bf.tar drakx-backup-do-not-use-4ae270b392fe2b15d558ed722d2a798ddd6398bf.tar.gz drakx-backup-do-not-use-4ae270b392fe2b15d558ed722d2a798ddd6398bf.tar.bz2 drakx-backup-do-not-use-4ae270b392fe2b15d558ed722d2a798ddd6398bf.tar.xz drakx-backup-do-not-use-4ae270b392fe2b15d558ed722d2a798ddd6398bf.zip |
add new advertising pictures
Diffstat (limited to 'perl-install/share/advertising/29.pl')
-rw-r--r-- | perl-install/share/advertising/29.pl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/perl-install/share/advertising/29.pl b/perl-install/share/advertising/29.pl deleted file mode 100644 index 82db30101..000000000 --- a/perl-install/share/advertising/29.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("<b>Mandriva Online</b>"), center => 1 ], - ' ', - N("<b>Mandriva Online</b> is a new premium service that Mandriva is proud to offer its customers!"), - ' ', - N("Mandriva Online provides a wide range of valuable services for <b>easily updating</b> your Mandriva Linux 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 Mandriva Linux systems</b> with one account.")); |