summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20110126
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20110126')
-rw-r--r--zarb-ml/mageia-discuss/20110126/003418.html221
-rw-r--r--zarb-ml/mageia-discuss/20110126/003419.html72
-rw-r--r--zarb-ml/mageia-discuss/20110126/003420.html80
-rw-r--r--zarb-ml/mageia-discuss/20110126/003421.html97
-rw-r--r--zarb-ml/mageia-discuss/20110126/author.html67
-rw-r--r--zarb-ml/mageia-discuss/20110126/date.html67
l---------zarb-ml/mageia-discuss/20110126/index.html1
-rw-r--r--zarb-ml/mageia-discuss/20110126/subject.html67
-rw-r--r--zarb-ml/mageia-discuss/20110126/thread.html77
9 files changed, 749 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110126/003418.html b/zarb-ml/mageia-discuss/20110126/003418.html
new file mode 100644
index 000000000..45da786ff
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/003418.html
@@ -0,0 +1,221 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Fwd: Results of the App Installer Meeting
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C201101261419.21816.stormi%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="003419.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Fwd: Results of the App Installer Meeting</H1>
+ <B>Samuel Verschelde</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C201101261419.21816.stormi%40laposte.net%3E"
+ TITLE="[Mageia-discuss] Fwd: Results of the App Installer Meeting">stormi at laposte.net
+ </A><BR>
+ <I>Wed Jan 26 14:19:21 CET 2011</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3418">[ date ]</a>
+ <a href="thread.html#3418">[ thread ]</a>
+ <a href="subject.html#3418">[ subject ]</a>
+ <a href="author.html#3418">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>
+Hi,
+
+Here is the mail Vincent Untz just sent to <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.freedesktop.org</A>
+about the results of the cross-distributions N&#252;rnberg meeting.
+
+Cheers.
+
+Samuel Verschelde
+
+---------- Message transmis ----------
+
+Sujet : Results of the App Installer Meeting
+Date : mercredi 26 janvier 2011
+De : Vincent Untz
+&#192; : <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.freedesktop.org</A>
+
+
+Hi all,
+
+The cross-distro App Installer Meeting that was announced a few weeks
+ago took place last week. It was a very productive meeting, with people
+from Debian, Fedora, Mageia, openSUSE and Ubuntu attending.
+
+We wanted to see how we can collaborate on the creation of a good user
+experience for installing applications, and we reached concrete
+results: we agreed on an architecture to achieve this, with specific
+technologies to be used.
+
+A quick foreword: with this project, the user experience is what matters
+to us. This means that our approach is application-centric instead of
+being package-centric. We do not want the end users we target here to
+have to learn about packages: they already know what an application is,
+and this is what they actually care about (&quot;I want Inkscape&quot;). It is in
+no way an attempt to kill packages; on the contrary, we'll build on top
+of them. But this application-centric focus has several impacts on the
+design of the architecture, from the user interface to metadata that we
+want to display to users.
+
+
+Architecture
+============
+
+The overall architecture of the project is described at:
+ <A HREF="http://distributions.freedesktop.org/wiki/AppStream/Implementation">http://distributions.freedesktop.org/wiki/AppStream/Implementation</A>
+
+We aim for getting a working implementation as soon as possible by
+tying together existing projects. The architecture allows different
+implementations, though. In particular, there is no reason why other
+client implementations shouldn't exist or the data shouldn't be accessed
+by the existing, distribution-specific tools.
+
+Here's a very high-level summary:
+
+ + On the client side:
+ - Use the Ubuntu Software Center as the reference UI (it should be
+ possible to implement other UI since everything is open)
+ - Access apps metadata through xapian
+ - Access additional metadata through OCS (Open Collaboration
+ Services)
+ - Access screenshots, possibly through screenshots.debian.net (using
+ a per-distro proxy) or similar services
+
+ + On the server side:
+ - Generate apps metadata, based on information coming from upstream
+ .desktop files
+ - Make this metadata (as well as icons and more) available, ideally
+ in the distribution repositories, on the mirrors
+
+ + Per-distribution work:
+ - The tool to generate the apps metadata will possibly be per-distro
+ - Each distro can decide on some policy wrt OCS:
+ . Use a distro-specific server or not
+ . Display comments/ratings/screenshots from other distros or not
+ . etc.
+
+While we do welcome comments, it's worth pointing out that it's easy to
+get stuck on trying to plan the best architecture ever, and we'll avoid
+this: this architecture is our plan, and we will implement it :-)
+
+
+Additional architectural bits
+=============================
+
+There are additional bits that we looked at, but that did not fit into
+to overall architecture yet. It is our intention to integrate these
+bits, though.
+
+a) Matching packages between distributions
+ This may become handy if we want to share data like screenshots,
+ comments or ratings. The decision to use such data from other
+ distributions should be up to each distribution, but we want to
+ enable this possibility.
+ This has other uses for the contributor communities, like easily
+ browsing patches from other distributions.
+
+b) The Debian tagging system (debtags)
+ Tagging applications can help users find the applications they look
+ for. The meeting was too short to think about reaching a full
+ agreement on this, but there was interest in the debtags system. If
+ most distributions are interested in adopting this system, we will
+ integrate debtags into the overall architecture.
+
+
+Where do we go now?
+===================
+
+To keep us moving, we established a schedule for the development of this
+project:
+ <A HREF="http://distributions.freedesktop.org/wiki/AppStream/ActionItems">http://distributions.freedesktop.org/wiki/AppStream/ActionItems</A>
+
+Let me quickly summarize the timeline we're targetting (skipping some
+details from the wiki page):
+
+ + April: &quot;Publish metadata / Port UI&quot;
+ - Publish app metadata as part of the distros repos
+ - Make this app metadata available via xapian in all distros
+ - Port Ubuntu Software Center to non-Debian-based systems
+
+ + July: &quot;Integrate non-static metadata&quot;
+ - Setup OCS servers for distros
+ - Use OCS from the Application Center
+
+ + November: &quot;Deliver to users&quot;
+ - Ship a working Application Center in distros releasing around this
+ time
+
+We'll work on this direction, and everybody is welcome to help!
+
+
+Resources
+=========
+
+ mailing list: <A HREF="http://lists.freedesktop.org/mailman/listinfo/distributions">http://lists.freedesktop.org/mailman/listinfo/distributions</A>
+ wiki: <A HREF="http://distributions.freedesktop.org/wiki/AppStream">http://distributions.freedesktop.org/wiki/AppStream</A>
+ git: <A HREF="http://gitorious.org/appstream">http://gitorious.org/appstream</A>
+
+We decided that for further communication, the distributions mailing
+list would be the right place because our effort is cross-distributions.
+If it turns out we're generating too much traffic for
+<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.fd.o</A>, we'll create a new mailing list.
+
+We will use the distributions wiki to document our work, and we've
+already put all the notes from the meeting there. Please keep in mind
+that those are raw notes and that they might lack context :-) So don't
+hesitate to ask for clarifications!
+
+A project was already created on gitorious to collect various resources.
+
+
+We know this is an important topic, and we believe we'll provide a good
+solution for it much more easily by working together. So don't hesitate
+to join the fun!
+
+
+Vincent, on behalf of all the participants to the meeting
+
+--
+Les gens heureux ne sont pas press&#233;s.
+_______________________________________________
+Distributions mailing list
+<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Distributions at lists.freedesktop.org</A>
+<A HREF="http://lists.freedesktop.org/mailman/listinfo/distributions">http://lists.freedesktop.org/mailman/listinfo/distributions</A>
+
+
+-------------------------------------------------------
+
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3418">[ date ]</a>
+ <a href="thread.html#3418">[ thread ]</a>
+ <a href="subject.html#3418">[ subject ]</a>
+ <a href="author.html#3418">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>
diff --git a/zarb-ml/mageia-discuss/20110126/003419.html b/zarb-ml/mageia-discuss/20110126/003419.html
new file mode 100644
index 000000000..8e1bb4b10
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/003419.html
@@ -0,0 +1,72 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Fwd: Results of the App Installer Meeting
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3CAANLkTikmcGAoF-CyyvpN8GSCRpBRcUudaGrJ_1N56zdK%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="003418.html">
+ <LINK REL="Next" HREF="003420.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Fwd: Results of the App Installer Meeting</H1>
+ <B>Reinout van Schouwen</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3CAANLkTikmcGAoF-CyyvpN8GSCRpBRcUudaGrJ_1N56zdK%40mail.gmail.com%3E"
+ TITLE="[Mageia-discuss] Fwd: Results of the App Installer Meeting">reinout at gmail.com
+ </A><BR>
+ <I>Wed Jan 26 17:11:33 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI>Next message: <A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3419">[ date ]</a>
+ <a href="thread.html#3419">[ thread ]</a>
+ <a href="subject.html#3419">[ subject ]</a>
+ <a href="author.html#3419">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi Samuel,
+
+2011/1/26 Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">stormi at laposte.net</A>&gt;:
+
+&gt;<i> Here is the mail Vincent Untz just sent to <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.freedesktop.org</A>
+</I>&gt;<i> about the results of the cross-distributions N&#252;rnberg meeting.
+</I>
+To your knowledge, has any thought been put into localization of
+package descriptions?
+What role, if any, does PackageKit play in all this?
+
+regards,
+
+--
+Reinout van Schouwen
+<A HREF="http://vanschouwen.info/">http://vanschouwen.info/</A>
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI>Next message: <A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3419">[ date ]</a>
+ <a href="thread.html#3419">[ thread ]</a>
+ <a href="subject.html#3419">[ subject ]</a>
+ <a href="author.html#3419">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>
diff --git a/zarb-ml/mageia-discuss/20110126/003420.html b/zarb-ml/mageia-discuss/20110126/003420.html
new file mode 100644
index 000000000..48c77049b
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/003420.html
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Fwd: Results of the App Installer Meeting
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C1296067062.3567.45.camel%40akroma.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="003419.html">
+ <LINK REL="Next" HREF="003421.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Fwd: Results of the App Installer Meeting</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C1296067062.3567.45.camel%40akroma.ephaone.org%3E"
+ TITLE="[Mageia-discuss] Fwd: Results of the App Installer Meeting">misc at zarb.org
+ </A><BR>
+ <I>Wed Jan 26 19:37:42 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI>Next message: <A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3420">[ date ]</a>
+ <a href="thread.html#3420">[ thread ]</a>
+ <a href="subject.html#3420">[ subject ]</a>
+ <a href="author.html#3420">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le mercredi 26 janvier 2011 &#224; 17:11 +0100, Reinout van Schouwen a
+&#233;crit :
+&gt;<i> Hi Samuel,
+</I>&gt;<i>
+</I>&gt;<i> 2011/1/26 Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">stormi at laposte.net</A>&gt;:
+</I>&gt;<i>
+</I>&gt;<i> &gt; Here is the mail Vincent Untz just sent to <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.freedesktop.org</A>
+</I>&gt;<i> &gt; about the results of the cross-distributions N&#252;rnberg meeting.
+</I>&gt;<i>
+</I>&gt;<i> To your knowledge, has any thought been put into localization of
+</I>&gt;<i> package descriptions?
+</I>&gt;<i> What role, if any, does PackageKit play in all this?
+</I>
+AFAIK, this is a side problem. Vincent and Anne already have tried to
+discuss this issue at FOSDEM last year, but that's ( as you may know ) a
+quite difficult issue.
+
+But since the plan is to use .desktop files, and since .desktop files
+are translated ( or can be translated would be more exact ), it would be
+the start of a solution.
+
+--
+Michael Scherer
+
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI>Next message: <A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3420">[ date ]</a>
+ <a href="thread.html#3420">[ thread ]</a>
+ <a href="subject.html#3420">[ subject ]</a>
+ <a href="author.html#3420">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>
diff --git a/zarb-ml/mageia-discuss/20110126/003421.html b/zarb-ml/mageia-discuss/20110126/003421.html
new file mode 100644
index 000000000..9d2be394f
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/003421.html
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Fwd: Results of the App Installer Meeting
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C201101262208.17175.stormi%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="003420.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Fwd: Results of the App Installer Meeting</H1>
+ <B>Samuel Verschelde</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fwd%3A%20Results%20of%20the%20App%20Installer%20Meeting&In-Reply-To=%3C201101262208.17175.stormi%40laposte.net%3E"
+ TITLE="[Mageia-discuss] Fwd: Results of the App Installer Meeting">stormi at laposte.net
+ </A><BR>
+ <I>Wed Jan 26 22:08:17 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3421">[ date ]</a>
+ <a href="thread.html#3421">[ thread ]</a>
+ <a href="subject.html#3421">[ subject ]</a>
+ <a href="author.html#3421">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le mercredi 26 janvier 2011 19:37:42, Michael Scherer a &#233;crit :
+&gt;<i> Le mercredi 26 janvier 2011 &#224; 17:11 +0100, Reinout van Schouwen a
+</I>&gt;<i>
+</I>&gt;<i> &#233;crit :
+</I>&gt;<i> &gt; Hi Samuel,
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; 2011/1/26 Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">stormi at laposte.net</A>&gt;:
+</I>&gt;<i> &gt; &gt; Here is the mail Vincent Untz just sent to
+</I>&gt;<i> &gt; &gt; <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">distributions at lists.freedesktop.org</A> about the results of the
+</I>&gt;<i> &gt; &gt; cross-distributions N&#252;rnberg meeting.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; To your knowledge, has any thought been put into localization of
+</I>&gt;<i> &gt; package descriptions?
+</I>&gt;<i> &gt; What role, if any, does PackageKit play in all this?
+</I>&gt;<i>
+</I>&gt;<i> AFAIK, this is a side problem. Vincent and Anne already have tried to
+</I>&gt;<i> discuss this issue at FOSDEM last year, but that's ( as you may know ) a
+</I>&gt;<i> quite difficult issue.
+</I>&gt;<i>
+</I>&gt;<i> But since the plan is to use .desktop files, and since .desktop files
+</I>&gt;<i> are translated ( or can be translated would be more exact ), it would be
+</I>&gt;<i> the start of a solution.
+</I>
+In what was agreed upon in the meeting, short &quot;one-line&quot; descriptions for
+applications should belong to .desktop files (in fact, the Ubuntu Software
+Center already reads them from there).
+
+For the longer descriptions, I had some difficulty motivated the other attendees
+on the subject (more urgent matters to decide in 2 days), but it was more or
+less decided that the metadata servers (for screenshots, ratings, etc.) should
+have localized descriptions. Nothing has been decided yet about the
+translation process, though, it's still open.
+
+This relates only to applications. For package descriptions in themselves, we
+could either decide that those technical descriptions don't need translation,
+or else it's still up to each distribution to work on the subject, although
+the work being done on cross-distribution package name matching could maybe
+help mutualizing some things (for example fall back to debian translated
+descriptions if available when no description for mageia exists in your
+language...).
+
+Regards
+
+Samuel Verschelde
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3421">[ date ]</a>
+ <a href="thread.html#3421">[ thread ]</a>
+ <a href="subject.html#3421">[ subject ]</a>
+ <a href="author.html#3421">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>
diff --git a/zarb-ml/mageia-discuss/20110126/author.html b/zarb-ml/mageia-discuss/20110126/author.html
new file mode 100644
index 000000000..883fd7ca7
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/author.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 26 January 2011 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>26 January 2011 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 26 14:19:21 CET 2011</i><br>
+ <b>Ending:</b> <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Messages:</b> 4<p>
+ <ul>
+
+<LI><A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3420">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3419">&nbsp;</A>
+<I>Reinout van Schouwen
+</I>
+
+<LI><A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3418">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+<LI><A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3421">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jan 26 22:08:28 CET 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110126/date.html b/zarb-ml/mageia-discuss/20110126/date.html
new file mode 100644
index 000000000..fe2b1d7c1
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/date.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 26 January 2011 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>26 January 2011 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 26 14:19:21 CET 2011</i><br>
+ <b>Ending:</b> <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Messages:</b> 4<p>
+ <ul>
+
+<LI><A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3418">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+<LI><A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3419">&nbsp;</A>
+<I>Reinout van Schouwen
+</I>
+
+<LI><A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3420">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3421">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jan 26 22:08:28 CET 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110126/index.html b/zarb-ml/mageia-discuss/20110126/index.html
new file mode 120000
index 000000000..db4b46f72
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/index.html
@@ -0,0 +1 @@
+thread.html \ No newline at end of file
diff --git a/zarb-ml/mageia-discuss/20110126/subject.html b/zarb-ml/mageia-discuss/20110126/subject.html
new file mode 100644
index 000000000..88baf3c9c
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/subject.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 26 January 2011 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>26 January 2011 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 26 14:19:21 CET 2011</i><br>
+ <b>Ending:</b> <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Messages:</b> 4<p>
+ <ul>
+
+<LI><A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3418">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+<LI><A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3419">&nbsp;</A>
+<I>Reinout van Schouwen
+</I>
+
+<LI><A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3420">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3421">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jan 26 22:08:28 CET 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-discuss/20110126/thread.html b/zarb-ml/mageia-discuss/20110126/thread.html
new file mode 100644
index 000000000..4dbe3d17b
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110126/thread.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-discuss 26 January 2011 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>26 January 2011 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jan 26 14:19:21 CET 2011</i><br>
+ <b>Ending:</b> <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Messages:</b> 4<p>
+ <ul>
+
+<!--0 01296047961- -->
+<LI><A HREF="003418.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3418">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+<UL>
+<!--1 01296047961-01296058293- -->
+<LI><A HREF="003419.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3419">&nbsp;</A>
+<I>Reinout van Schouwen
+</I>
+
+<UL>
+<!--2 01296047961-01296058293-01296067062- -->
+<LI><A HREF="003420.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3420">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<UL>
+<!--3 01296047961-01296058293-01296067062-01296076097- -->
+<LI><A HREF="003421.html">[Mageia-discuss] Fwd: Results of the App Installer Meeting
+</A><A NAME="3421">&nbsp;</A>
+<I>Samuel Verschelde
+</I>
+
+</UL>
+</UL>
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jan 26 22:08:17 CET 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jan 26 22:08:28 CET 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+