diff options
Diffstat (limited to 'advertising')
23 files changed, 59 insertions, 12 deletions
diff --git a/advertising/01_IM_mageia.pl b/advertising/01_IM_mageia.pl index 84b749759..e8b554b51 100644 --- a/advertising/01_IM_mageia.pl +++ b/advertising/01_IM_mageia.pl @@ -1 +1 @@ -$title = N("Welcome"); +$title = N("Join Us!"); diff --git a/advertising/01_IM_mageia.png b/advertising/01_IM_mageia.png Binary files differindex b5283cb0f..0ad6cb769 100644 --- a/advertising/01_IM_mageia.png +++ b/advertising/01_IM_mageia.png diff --git a/advertising/02_IM_mageia.pl b/advertising/02_IM_mageia.pl index dd5291c3a..ddeeb73d5 100644 --- a/advertising/02_IM_mageia.pl +++ b/advertising/02_IM_mageia.pl @@ -1 +1 @@ -$title = N("People!"); +$title = N("Make it yours!"); diff --git a/advertising/02_IM_mageia.png b/advertising/02_IM_mageia.png Binary files differindex edbe05806..c19f00867 100644 --- a/advertising/02_IM_mageia.png +++ b/advertising/02_IM_mageia.png diff --git a/advertising/03_IM_mageia.pl b/advertising/03_IM_mageia.pl index 4d4dc362d..85dfe0561 100644 --- a/advertising/03_IM_mageia.pl +++ b/advertising/03_IM_mageia.pl @@ -1 +1 @@ -$title = N("For people"); +$title = N("Your choice!"); diff --git a/advertising/03_IM_mageia.png b/advertising/03_IM_mageia.png Binary files differindex 02a8c752d..3bf05ef0f 100644 --- a/advertising/03_IM_mageia.png +++ b/advertising/03_IM_mageia.png diff --git a/advertising/04_IM_mageia.pl b/advertising/04_IM_mageia.pl index 48ee1abbd..d79d45a3a 100644 --- a/advertising/04_IM_mageia.pl +++ b/advertising/04_IM_mageia.pl @@ -1 +1 @@ -$title = N("For developers"); +$title = N("Office tools"); diff --git a/advertising/04_IM_mageia.png b/advertising/04_IM_mageia.png Binary files differindex bd5731d0e..a759ae383 100755..100644 --- a/advertising/04_IM_mageia.png +++ b/advertising/04_IM_mageia.png diff --git a/advertising/05_IM_mageia.pl b/advertising/05_IM_mageia.pl index 7042c633e..0be976b2f 100644 --- a/advertising/05_IM_mageia.pl +++ b/advertising/05_IM_mageia.pl @@ -1 +1 @@ -$title = N("For contributors"); +$title = N("Home entertainment"); diff --git a/advertising/05_IM_mageia.png b/advertising/05_IM_mageia.png Binary files differindex a041caac1..01b0ef866 100755..100644 --- a/advertising/05_IM_mageia.png +++ b/advertising/05_IM_mageia.png diff --git a/advertising/06_IM_mageia.pl b/advertising/06_IM_mageia.pl index 233359645..96c259df7 100644 --- a/advertising/06_IM_mageia.pl +++ b/advertising/06_IM_mageia.pl @@ -1 +1 @@ -$title = N("For you"); +$title = N("For kids"); diff --git a/advertising/06_IM_mageia.png b/advertising/06_IM_mageia.png Binary files differindex 1931f11f4..7f2a5e76b 100755..100644 --- a/advertising/06_IM_mageia.png +++ b/advertising/06_IM_mageia.png diff --git a/advertising/07_IM_mageia.pl b/advertising/07_IM_mageia.pl index 4d6b16571..d205668a6 100644 --- a/advertising/07_IM_mageia.pl +++ b/advertising/07_IM_mageia.pl @@ -1 +1 @@ -$title = N("Welcome!"); +$title = N("For family!"); diff --git a/advertising/07_IM_mageia.png b/advertising/07_IM_mageia.png Binary files differindex cc2e322da..5aa4ec481 100755..100644 --- a/advertising/07_IM_mageia.png +++ b/advertising/07_IM_mageia.png diff --git a/advertising/08_IM_mageia.pl b/advertising/08_IM_mageia.pl new file mode 100644 index 000000000..d6767f491 --- /dev/null +++ b/advertising/08_IM_mageia.pl @@ -0,0 +1 @@ +$title = N("For developers!"); diff --git a/advertising/08_IM_mageia.png b/advertising/08_IM_mageia.png Binary files differnew file mode 100644 index 000000000..3a2dc4624 --- /dev/null +++ b/advertising/08_IM_mageia.png diff --git a/advertising/09_IM_mageia.pl b/advertising/09_IM_mageia.pl new file mode 100644 index 000000000..55e63f502 --- /dev/null +++ b/advertising/09_IM_mageia.pl @@ -0,0 +1 @@ +$title = N("Thank you!"); diff --git a/advertising/09_IM_mageia.png b/advertising/09_IM_mageia.png Binary files differnew file mode 100644 index 000000000..e80d49a11 --- /dev/null +++ b/advertising/09_IM_mageia.png diff --git a/advertising/10_IM_mageia.pl b/advertising/10_IM_mageia.pl new file mode 100644 index 000000000..a75b16b5f --- /dev/null +++ b/advertising/10_IM_mageia.pl @@ -0,0 +1 @@ +$title = N("Be Free!"); diff --git a/advertising/10_IM_mageia.png b/advertising/10_IM_mageia.png Binary files differnew file mode 100644 index 000000000..ef1261f43 --- /dev/null +++ b/advertising/10_IM_mageia.png diff --git a/advertising/Makefile b/advertising/Makefile index faaa9cc9e..d897938b8 100644 --- a/advertising/Makefile +++ b/advertising/Makefile @@ -1,4 +1,4 @@ -VERSION = 1 +VERSION = 9.1 PRODUCT = drakx-installer-advertising THEME = pwp @@ -12,10 +12,7 @@ install: install -m644 list-$(THEME) $(DESTDIR)/list tar: - rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) - svn export -q . $(PRODUCT)-$(VERSION) - tar cfj $(PRODUCT)-$(VERSION).tar.bz2 $(PRODUCT)-$(VERSION) - rm -rf $(PRODUCT)-$(VERSION) + git archive --prefix $(PRODUCT)-$(VERSION)/ HEAD | xz -9 > $(PRODUCT)-$(VERSION).tar.xz clean: find . -name "*~" -o -name ".#*" | xargs rm -f diff --git a/advertising/NEWS b/advertising/NEWS index 93c66dff5..415fbe9ee 100644 --- a/advertising/NEWS +++ b/advertising/NEWS @@ -1,3 +1,43 @@ +Version 9.1 - 24 June 2023 + +- Fix typos in slideshow (developer and Languages) (mga#31872) + +Version 9 - 17 April 2023 + +- Mageia 9 artwork + +Version 8 - 11 January 2021 + +- Mageia 8 artwork + +Version 7 - 4 May 2019 + +- Mageia 7 + +Version 6 - 8 May 2017 + +- Mageia 6 + +Version 5.1 - 18 December 2014 + +- Fix badly exported 03_IM_mageia.png + +Version 5 - 17 December 2014 + +- Mageia 5 + +Version 4 - 8 January 2014 + +- Mageia 4 + +Version 3 - 6 april 2013 + +- Mageia 3 + +Version 2 - 25 april 2011 + +- make it more generic for Mageia 2 + Version 1 - 12 March 2011 - new advertising for Mageia 1 @@ -7,15 +47,19 @@ Version 2011.0 - 13 Oct 2010 - bump version Version 2010.1 - 02 May 2010 + - 2010.1 images Version 2010.0 - 28 October 2009 + - 2010.0 images Version 2009.1 - 7 March 2009 + - 2009.1 images Version 2009.0 - 11 September 2008 + - 2009.0 images Version 2008.1.1 - 21 March 2008 diff --git a/advertising/list-pwp b/advertising/list-pwp index f3ea4c931..65540338b 100644 --- a/advertising/list-pwp +++ b/advertising/list-pwp @@ -5,3 +5,6 @@ 05_IM_mageia.png 06_IM_mageia.png 07_IM_mageia.png +08_IM_mageia.png +09_IM_mageia.png +10_IM_mageia.png |
