Re: [Tracker] [Announce] Tracker 0.6.0 - better late than never!

2007-07-25 Thread John Drinkwater
jamie wrote: Im pleased to announce a new version of tracker with tons of exciting new features http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.0.tar.gz http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.0.tar.bz2 Tracker is a combination desktop search and metadata database providing the ab

[Tracker] patch for extract html information

2007-07-25 Thread jerry tan
two problem: 1. html tag are case insensitive, should use strcasecmp instead of strcmp 2. it will core dump when meet some html page which contains "abc" or "" patch attached. Index: src/tracker-extract/tracker-extract-html.c

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 03:37 +0200, Marcus Fritzsch wrote: > On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-07-25 at 00:52 +0200, Marcus Fritzsch wrote: > > > On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > > > > [...] > > > > ok mod it so that it uses Home if no watch dirs are set > >

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Michele Mattioni
Thanks for the patch Website updated. New logo (the preferences ... yep, now official.) Big badge :) other stuff ... www.tracker-project.org Have fun, Michele Il giorno mar, 24/07/2007 alle 19.08 +0200, Tshepang Lekhonkhobe ha scritto: > As I've promised: > > * I've ignored the screensho

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Marcus Fritzsch
On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Thanks for the patch > > Website updated. > > New logo (the preferences ... yep, now official.) > Big badge :) > other stuff ... This is GREAT! :) Marcus ___ tracker-list mailing list tracker

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Tshepang Lekhonkhobe
On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Thanks for the patch > > Website updated. > > New logo (the preferences ... yep, now official.) > Big badge :) Bid Badge looks a bit radical, but anyways, attached here's a patch correcting one little thing (and thanks for the commit):

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 16:03 +0200, Marcus Fritzsch wrote: > On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > > Thanks for the patch > > > > Website updated. > > > > New logo (the preferences ... yep, now official.) > > Big badge :) > > other stuff ... > > This is GREAT! :) yes - very

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Michele Mattioni
Thanks to you all for givin' me a good resean to make a big badge :) For a big release a big badge :) Il giorno mer, 25/07/2007 alle 15.58 +0100, jamie ha scritto: > On Wed, 2007-07-25 at 16:03 +0200, Marcus Fritzsch wrote: > > On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > > > Thanks

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Michele Mattioni
Il giorno mer, 25/07/2007 alle 16.56 +0200, Tshepang Lekhonkhobe ha scritto: > On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > > Thanks for the patch > > > > Website updated. > > > > New logo (the preferences ... yep, now official.) > > Big badge :) > > Bid Badge looks a bit radical,

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Marcus Fritzsch
On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Thanks to you all for givin' me a good resean to make a big badge :) > > For a big release a big badge :) Ma, sei italliano... non l'avevo visto ;) Grande! ;) ___ tracker-list mailing list tracke

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 00:21 +0200, Marcus Fritzsch wrote: > Hi, > > On 7/24/07, jamie <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-07-24 at 16:17 +0200, Marcus Fritzsch wrote: > > > Hi there, > > > > > > as the new crawling is there I wanted to try it for my NFS exports > > > over the net, the prob

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-25 Thread Marcus Fritzsch
On 7/26/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > > it was not right - it was much more work to do it right which I have > done! Yep, pretty big and complex patch. > I have corrected and applied so pls test it works ok for you Here is what I tested: 1. Watch: Desktop Crawl: Desktop/fil

Re: [Tracker] how to add chinese locale support?

2007-07-25 Thread Michael Biebl
2007/7/26, jamie <[EMAIL PROTECTED]>: > On Wed, 2007-07-25 at 14:43 +0800, jerry tan wrote: > > except add one zh.po under po directory, > > any other part of work need to be done? > > > > > > I dont know im afraid > > hopefully one of the translators here will know? I'm not a translation expert,

Re: [Tracker] patch for extract html information

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 17:10 +0800, jerry tan wrote: > two problem: > > 1. html tag are case insensitive, should use strcasecmp instead of strcmp > > 2. it will core dump when meet some html page which contains > "abc" or "" > > > patch attached. > thx - added __

Re: [Tracker] how to add chinese locale support?

2007-07-25 Thread Michael Biebl
2007/7/26, Michael Biebl <[EMAIL PROTECTED]>: > 2007/7/26, jamie <[EMAIL PROTECTED]>: > > On Wed, 2007-07-25 at 14:43 +0800, jerry tan wrote: > > > except add one zh.po under po directory, > > > any other part of work need to be done? > > > > > > > > > > I dont know im afraid > > > > hopefully one

Re: [Tracker] how to add chinese locale support?

2007-07-25 Thread Marcus Fritzsch
On 7/26/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/7/26, jamie <[EMAIL PROTECTED]>: > > On Wed, 2007-07-25 at 14:43 +0800, jerry tan wrote: > > > except add one zh.po under po directory, > > > any other part of work need to be done? > > > > > > > > > > I dont know im afraid > > > > hopeful

Re: [Tracker] applet.py need to be updated also

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 13:45 +0800, jerry tan wrote: > since it is 0.60 already. > > Index: applet/applet.py > === > --- applet/applet.py(revision 724) > +++ applet/applet.py(working copy) > @@ -47,12 +47,12 @@ >

Re: [Tracker] how to add chinese locale support?

2007-07-25 Thread jamie
On Wed, 2007-07-25 at 14:43 +0800, jerry tan wrote: > except add one zh.po under po directory, > any other part of work need to be done? > > I dont know im afraid hopefully one of the translators here will know? ___ tracker-list mailing list tracker