diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002567.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-February/002567.html | 191 |
1 files changed, 191 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002567.html b/zarb-ml/mageia-sysadm/2011-February/002567.html new file mode 100644 index 000000000..ad90feaf0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002567.html @@ -0,0 +1,191 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [432] Import cleaned advertising + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B432%5D%20Import%20cleaned%20advertising&In-Reply-To=%3C20110206015939.45ECF401B2%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002566.html"> + <LINK REL="Next" HREF="002568.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [432] Import cleaned advertising</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B432%5D%20Import%20cleaned%20advertising&In-Reply-To=%3C20110206015939.45ECF401B2%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [432] Import cleaned advertising">root at mageia.org + </A><BR> + <I>Sun Feb 6 02:59:39 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002566.html">[Mageia-sysadm] [431] Add drakx structure on the SVN +</A></li> + <LI>Next message: <A HREF="002568.html">[Mageia-sysadm] [434] Bump version +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2567">[ date ]</a> + <a href="thread.html#2567">[ thread ]</a> + <a href="subject.html#2567">[ subject ]</a> + <a href="author.html#2567">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 432 +Author: dmorgan +Date: 2011-02-06 02:59:38 +0100 (Sun, 06 Feb 2011) +Log Message: +----------- +Import cleaned advertising + +Added Paths: +----------- + drakx/trunk/advertising/ + drakx/trunk/advertising/IM_mageia.png + drakx/trunk/advertising/Makefile + drakx/trunk/advertising/NEWS + drakx/trunk/advertising/README + drakx/trunk/advertising/list-pwp + +Added: drakx/trunk/advertising/IM_mageia.png +=================================================================== +(Binary files differ) + + +Property changes on: drakx/trunk/advertising/IM_mageia.png +___________________________________________________________________ +Added: svn:mime-type + + image/png + +Added: drakx/trunk/advertising/Makefile +=================================================================== +--- drakx/trunk/advertising/Makefile (rev 0) ++++ drakx/trunk/advertising/Makefile 2011-02-06 01:59:38 UTC (rev 432) +@@ -0,0 +1,21 @@ ++VERSION = 2011.0 ++PRODUCT = drakx-installer-advertising ++ ++THEME = pwp ++DESTDIR = $(ROOTDEST)/install/extra/advertising ++ ++install: ++ rm -rf $(DESTDIR) ++ install -d $(DESTDIR) ++ install -m755 `cat list-$(THEME) | sed 's/png$$/pl/'` $(DESTDIR) ++ install -m644 `cat list-$(THEME)` $(DESTDIR) ++ 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) ++ ++clean: ++ find . -name "*~" -o -name ".#*" | xargs rm -f + + +Property changes on: drakx/trunk/advertising/Makefile +___________________________________________________________________ +Added: svn:eol-style + + native + +Added: drakx/trunk/advertising/NEWS +=================================================================== +--- drakx/trunk/advertising/NEWS (rev 0) ++++ drakx/trunk/advertising/NEWS 2011-02-06 01:59:38 UTC (rev 432) +@@ -0,0 +1,46 @@ ++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 ++ ++- 2008.1 titles ++ ++Version 2008.1 - 26 February 2008 ++ ++- 2008.1 images ++ ++Version 0.6 - 18 September 2007, by Pascal "Pixel" Rigaux ++ ++- really add titles for 2008.0 adversting ++ ++Version 0.5 - 18 September 2007, by Pascal "Pixel" Rigaux ++ ++- fix 02IM_MIGRATION.png screenshot ++ ++Version 0.4 - 17 September 2007, by Pascal "Pixel" Rigaux ++ ++- add titles for 2008.0 adversting ++ ++Version 0.3 - 14 September 2007, by Pascal "Pixel" Rigaux ++ ++- 2008.0 advertising images ++- drop *.pl files, not used by drakx-installer-stage2 anymore ++ ++Version 0.2 - 4 April 2007, by Pascal "Pixel" Rigaux ++ ++- 2007.1 advertising images ++- move advertising out of drakx-installer-stage2 into drakx-installer-advertising ++ + +Added: drakx/trunk/advertising/README +=================================================================== +--- drakx/trunk/advertising/README (rev 0) ++++ drakx/trunk/advertising/README 2011-02-06 01:59:38 UTC (rev 432) +@@ -0,0 +1,4 @@ ++dis == Discovery ++dwd == Download ++ppp == PowerPackPlus ++pwp == PowerPack + +Added: drakx/trunk/advertising/list-pwp +=================================================================== +--- drakx/trunk/advertising/list-pwp (rev 0) ++++ drakx/trunk/advertising/list-pwp 2011-02-06 01:59:38 UTC (rev 432) +@@ -0,0 +1 @@ ++IM_mageia.png +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110206/82e4fd09/attachment-0001.html> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002566.html">[Mageia-sysadm] [431] Add drakx structure on the SVN +</A></li> + <LI>Next message: <A HREF="002568.html">[Mageia-sysadm] [434] Bump version +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2567">[ date ]</a> + <a href="thread.html#2567">[ thread ]</a> + <a href="subject.html#2567">[ subject ]</a> + <a href="author.html#2567">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |