diff options
-rw-r--r-- | advertising/01IM_RANGE-a.pl | 1 | ||||
-rw-r--r-- | advertising/02IM_MIGRATION.pl | 1 | ||||
-rw-r--r-- | advertising/03IM_ONE.pl | 1 | ||||
-rw-r--r-- | advertising/04IM_NETWORK.pl | 1 | ||||
-rw-r--r-- | advertising/05IM_PWP.pl | 1 | ||||
-rw-r--r-- | advertising/06IM_FLASH.pl | 1 | ||||
-rw-r--r-- | advertising/Makefile | 2 |
7 files changed, 7 insertions, 1 deletions
diff --git a/advertising/01IM_RANGE-a.pl b/advertising/01IM_RANGE-a.pl new file mode 100644 index 000000000..629307042 --- /dev/null +++ b/advertising/01IM_RANGE-a.pl @@ -0,0 +1 @@ +$title = 'Discover Mandriva'; diff --git a/advertising/02IM_MIGRATION.pl b/advertising/02IM_MIGRATION.pl new file mode 100644 index 000000000..ac6f13802 --- /dev/null +++ b/advertising/02IM_MIGRATION.pl @@ -0,0 +1 @@ +$title = 'Windows friendly'; diff --git a/advertising/03IM_ONE.pl b/advertising/03IM_ONE.pl new file mode 100644 index 000000000..3556849b5 --- /dev/null +++ b/advertising/03IM_ONE.pl @@ -0,0 +1 @@ +$title = 'All in one product'; diff --git a/advertising/04IM_NETWORK.pl b/advertising/04IM_NETWORK.pl new file mode 100644 index 000000000..dacab8c9c --- /dev/null +++ b/advertising/04IM_NETWORK.pl @@ -0,0 +1 @@ +$title = 'Efficient network'; diff --git a/advertising/05IM_PWP.pl b/advertising/05IM_PWP.pl new file mode 100644 index 000000000..a37442a38 --- /dev/null +++ b/advertising/05IM_PWP.pl @@ -0,0 +1 @@ +$title = 'Out of the box product'; diff --git a/advertising/06IM_FLASH.pl b/advertising/06IM_FLASH.pl new file mode 100644 index 000000000..d480e31cb --- /dev/null +++ b/advertising/06IM_FLASH.pl @@ -0,0 +1 @@ +$title = 'Mandriva Linux on a 4GB USB key'; diff --git a/advertising/Makefile b/advertising/Makefile index 6195e57c3..ad85ebdc8 100644 --- a/advertising/Makefile +++ b/advertising/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.3 +VERSION = 0.4 PRODUCT = drakx-installer-advertising THEME = pwp |