summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20101025/002640.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20101025/002640.html')
-rw-r--r--zarb-ml/mageia-discuss/20101025/002640.html178
1 files changed, 178 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20101025/002640.html b/zarb-ml/mageia-discuss/20101025/002640.html
new file mode 100644
index 000000000..f38a821b4
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20101025/002640.html
@@ -0,0 +1,178 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Suggestions
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Suggestions&In-Reply-To=%3C4CC5AE4F.1050701%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002654.html">
+ <LINK REL="Next" HREF="002643.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Suggestions</H1>
+ <B>andre999</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Suggestions&In-Reply-To=%3C4CC5AE4F.1050701%40laposte.net%3E"
+ TITLE="[Mageia-discuss] Suggestions">andr55 at laposte.net
+ </A><BR>
+ <I>Mon Oct 25 18:20:31 CEST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002654.html">[Mageia-discuss] Suggestions
+</A></li>
+ <LI>Next message: <A HREF="002643.html">[Mageia-discuss] Suggestions
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2640">[ date ]</a>
+ <a href="thread.html#2640">[ thread ]</a>
+ <a href="subject.html#2640">[ subject ]</a>
+ <a href="author.html#2640">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Michael Scherer a &#233;crit :
+&gt;<i> Le dimanche 24 octobre 2010 &#224; 09:21 +0200, Wolfgang Bornath a &#233;crit :
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> 2. What can we do to improve the package description in the
+</I>&gt;&gt;<i> &quot;Individual package selection during system installation? Most
+</I>&gt;&gt;<i> descriptions there only say &quot;Important&quot; or &quot;Comfortable&quot; or some other
+</I>&gt;&gt;<i> nonsense like that. I really wonder who on earth had that idea!
+</I>&gt;&gt;<i> We need descriptions of the package, what it does. The description
+</I>&gt;&gt;<i> should be available for translation, so that according to the set
+</I>&gt;&gt;<i> language the user sees the package description in his language.
+</I>&gt;&gt;<i>
+</I>&gt;<i> Yup, but that's not trivial, from a technical point of view.
+</I>&gt;<i>
+</I>&gt;<i> Rpm allow to have translation in spec file, but that's not .po, that's
+</I>&gt;<i> more &quot;let's translators edit the source code directly&quot;, which is
+</I>&gt;<i> unintegrated with translators tools, do not take care of fuzzy string
+</I>&gt;<i> and may break software build due to subtilities in specs ( like the
+</I>&gt;<i> usage of % for macros, etc ).
+</I>&gt;<i>
+</I>&gt;<i> More ever, everything will appear in the packages indexes, which mean :
+</I>&gt;<i> - more memory used for all installation
+</I>&gt;<i> - bigger indexes to download
+</I>&gt;<i> - longer time to load from disk, which mean longer rpmdrake startup
+</I>&gt;<i> - less space on cd and or dvd.
+</I>&gt;<i>
+</I>&gt;<i> So we need to find a better way.
+</I>&gt;<i>
+</I>&gt;<i> Better in two points :
+</I>&gt;<i> - better way to distribute it
+</I>&gt;<i> - better way to translate it
+</I>&gt;<i>
+</I>&gt;<i> The distribution part is IMHO the easiest now we have the control of the
+</I>&gt;<i> main mirror. We can just split the hdlist in 2, one for the description,
+</I>&gt;<i> for each languages, one for the metadata, and let urpmi/whatever combine
+</I>&gt;<i> this into a regular hdlist and use this. We can even maybe find a way
+</I>&gt;<i> that will not break smart and others.
+</I>&gt;<i>
+</I>&gt;<i> The translation part is more tricky, we tried in the past with the
+</I>&gt;<i> CVS-po project, but it didn't work, maybe someone who as around that
+</I>&gt;<i> time could tell us. Anne know for sure, Wolfgang is likely to know too.
+</I>&gt;<i>
+</I>&gt;<i> Basically, the idea was to extract the summary and description from the
+</I>&gt;<i> packages indexes, and then convert this as .po file. There is a small
+</I>&gt;<i> problem however. If we use .po per package, then it will be hellish for
+</I>&gt;<i> translators to open 10000 files ( imho, maybe I am wrong ). If we use
+</I>&gt;<i> one .po for repository, then the files are huge and maybe consume too
+</I>&gt;<i> much ressources ( even if nowadays, laptops are provided with more
+</I>&gt;<i> memory than the server we use at PLF for everything).
+</I>&gt;<i>
+</I>&gt;<i> Maybe we can group rpm .po, like 1 file for 100 rpms description, but I
+</I>&gt;<i> fear this will bring problem too.
+</I>&gt;<i>
+</I>&gt;<i> Then we also have to write a software that goes from .po to hdlist, of
+</I>&gt;<i> course, which may e non trivial ( as it requires both intimate knowledge
+</I>&gt;<i> about rpm and gettext ).
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> 3. The same is needed in rpmdrake.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> In other words:
+</I>&gt;&gt;<i> We need a way to add descriptions to packages. These descriptions must
+</I>&gt;&gt;<i> be available for the installer in &quot;Individual package selecteion&quot; and
+</I>&gt;&gt;<i> there must be a way to have .po files for the translators.
+</I>&gt;&gt;<i>
+</I>&gt;<i> Yup.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> Is there something which can be done without passing the ball to and
+</I>&gt;&gt;<i> fro like a tennis match?
+</I>&gt;&gt;<i>
+</I>&gt;<i> On the translation side, it is work. On the improve description side, I
+</I>&gt;<i> suggest to organize day dedicated to the task, like the bug days. See my
+</I>&gt;<i> other mail on the thread about it.
+</I>&gt;<i>
+</I>There are some ideas fomenting here ...
+What about an online tool, with the descriptions by package, where
+anyone (with the appropriate account) can contribute, seeing the current
+description, and suggest changes. The packager (or authorised person)
+will confirm any changes, so this evolves dynamically.
+
+Translators access the confirmed description on line, and similarly make
+changes for their language, with a similar confirmation process.
+Any changes to the base description are automatically signalled for
+translators.
+
+During the cauldron period, maybe the translations are not necessarily
+included, but for release time (at least), the base description and
+confirmed translations are automatically included in the package, by
+whatever tool is necessary.
+
+1) By having the description changes and translations made online, they
+are easier to implement in a timely manner.
+
+2) There should be a way of doing it offline and posting changes online
+as well.
+
+3) I don't know what software would be appropriate, but LibreOffice is
+thinking of using Pootle, which seems to be appropriate from their
+discussions.
+See : <A HREF="http://translate.sourceforge.net/wiki/pootle/index">http://translate.sourceforge.net/wiki/pootle/index</A>
+and : <A HREF="http://en.wikipedia.org/wiki/Pootle">http://en.wikipedia.org/wiki/Pootle</A>
+
+If we get something like this implemented, it will be a big improvement
+over Mandriva, and probably most other distros. Which should in turn
+lead to their improvement as well.
+
+my 2 cents :)
+- Andr&#233;
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002654.html">[Mageia-discuss] Suggestions
+</A></li>
+ <LI>Next message: <A HREF="002643.html">[Mageia-discuss] Suggestions
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2640">[ date ]</a>
+ <a href="thread.html#2640">[ thread ]</a>
+ <a href="subject.html#2640">[ subject ]</a>
+ <a href="author.html#2640">[ 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>