1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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>
|