diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-July/003744.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-July/003744.html | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-July/003744.html b/zarb-ml/mageia-sysadm/2011-July/003744.html new file mode 100644 index 000000000..c671fa762 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-July/003744.html @@ -0,0 +1,113 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] Tx upgrade + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Tx%20upgrade&In-Reply-To=%3C1310889392.6278.10.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="003741.html"> + <LINK REL="Next" HREF="003742.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] Tx upgrade</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Tx%20upgrade&In-Reply-To=%3C1310889392.6278.10.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-sysadm] Tx upgrade">misc at zarb.org + </A><BR> + <I>Sun Jul 17 09:56:31 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003741.html">[Mageia-sysadm] Tx upgrade +</A></li> + <LI>Next message: <A HREF="003742.html">[Mageia-sysadm] [1827] add small maintdb script +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3744">[ date ]</a> + <a href="thread.html#3744">[ thread ]</a> + <a href="subject.html#3744">[ subject ]</a> + <a href="author.html#3744">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le samedi 16 juillet 2011 à 12:33 +0200, Michael Scherer a écrit : +><i> Hi, +</I>><i> +</I>><i> as asked by i18n team since some weeks, I propose we upgrade transifex +</I>><i> on alamut to the latest stable release ( 1.1 ) : +</I>><i> +</I>><i> <A HREF="https://mageia.org/pipermail/mageia-i18n/2011-June/002070.html">https://mageia.org/pipermail/mageia-i18n/2011-June/002070.html</A> +</I>><i> +</I>><i> The steps required are : +</I>><i> +</I>><i> - Create a package of django-haystack 1.2 +</I>done +For info, haystack is a django module to enable search engine in django +application, such as transifex. + +><i> - Create a package of tx 1.1 +</I>done + +><i> - Create a package of pysolr +</I> +this one is gonna be more tricky. Solr is a lucene reimplementation +written in java. That's a full blow search engine, built on jetty and a +standard jre, so I am not keen on going this way ( unless a java expert +tell me it is not gonna be a nightmare to package ). + +Alternatives are : +- disable search on tx +- use xapian +- use woosh + +Woosh ( that I didn't know until today ) is less complete than solr and +xapian. Given the haystack documentation, it may not be useful for +transifex ( as it will likely try to provides suggestion, a feature +called by haystack "more like it" ). But it should be simple to package. + +Xapian requires some specific module for haystack, and would offer +enough features. It is written in c++. + +On a side note, xapian is what is used by madb, so it will likely be +maintained and tested. + +I suggest to look at xapian for starting, unless someone say otherwise. + +Any comments ? +-- +Michael Scherer + +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003741.html">[Mageia-sysadm] Tx upgrade +</A></li> + <LI>Next message: <A HREF="003742.html">[Mageia-sysadm] [1827] add small maintdb script +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3744">[ date ]</a> + <a href="thread.html#3744">[ thread ]</a> + <a href="subject.html#3744">[ subject ]</a> + <a href="author.html#3744">[ 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> |