<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel">
    <title>gmane.comp.search.xapian.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2080"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2066"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2085">
    <title>Re: GSoC xapian node binding</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2085</link>
    <description>&lt;pre&gt;

Actually, we can leave these function definitions in the header file; just
de-static them.

If we use a single DECLARE_POOL(Class) per class, the _convert function
will have to
  delete (GetMset_data*) data
since _done won't know the type to cast to.
_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Liam</dc:creator>
    <dc:date>2012-05-26T01:23:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2084">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2084</link>
    <description>&lt;pre&gt;Hi Dan,

On 05/17/2012 06:29 PM, Dan Colish wrote:

I certainly wouldn't mind. One note I have to make is that I am going on 
a 4-week holiday in a couple of weeks which does limit my availability a 
bit.

Regards,
Wichert.
&lt;/pre&gt;</description>
    <dc:creator>Wichert Akkerman</dc:creator>
    <dc:date>2012-05-25T07:48:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2083">
    <title>Re: GSoC xapian node binding</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2083</link>
    <description>&lt;pre&gt;

And a few more!

Use "that" instead of "pThis" as the name for the unwrapped args.This()

There are currently tests for mBusy in both _do_async and AsyncOp::AsyncOp.
We can remove the latter, and also make AsyncOp::AsyncOp take the unwrapped
object, rather than do the unwrap itself.

Use "Type aVar = value;" where possible, since we're removing try blocks
that required separate "Type aVar;".

The data argument for the _do functions should be named "data" vs "aData".

Could the DECLARE_POOL methods be defined once per class if the _process &amp;amp;
_convert functions are passed as args to the _do functions and then stored
in the AsyncOp object?
_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Liam</dc:creator>
    <dc:date>2012-05-25T00:08:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2082">
    <title>Re: GSoC xapian node binding</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2082</link>
    <description>&lt;pre&gt;

Few more notes...

In op.h, tryCallCatch, GetInstance, sendToThreadPool, kBusyMsg should be
declared without static (since now used by multiple .cc files) and be
defined in util.cc or similar.

In the_do functions, since they no longer ThrowException()
  if (mBusy) throw Exception::Error(...)
similar to when _process returns error

Correcting previous code snippet to use Handle&amp;lt;Value&amp;gt;:
  Handle&amp;lt;Value&amp;gt; aResult;
  try { /// if we pull the try/catch from the _do functions
    aResult = aAsync ? GetMset_async(...) : GetMset_sync(...); /// or
GetMset_do(aAsync, ...)
  } catch (Handle&amp;lt;Value&amp;gt; ex) {
    ...
Local&amp;lt;Value&amp;gt; is for declaring a value in the current HandleScope. (Yes, my
orig code used Local in catch.)

GetMset_convert doesn't need a HandleScope, since callers have it.

Could we put the _data ptr into AsyncOp? That should eliminate the need for
OpInfo?

In your testing, make sure to trigger all the possible catch blocks. (You
might have to insert throws, e.g. to simulate a Xapian error.)
________________&lt;/pre&gt;</description>
    <dc:creator>Liam</dc:creator>
    <dc:date>2012-05-23T20:35:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2081">
    <title>Re: GSoC - Follow up Question about doc</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2081</link>
    <description>&lt;pre&gt;Ok, so I was really suggesting that most of the documentation that lives outside of our doxygen generated API documentation is consider to be higher level user docs. The actual user can vary widely from a new xapian user to core developers, but the intention of that documentation should be to describe in high level language the objects being documented. Describing all the methods might not be useful in that scenario. What's important is to capture the critical code path's and interfaces, and preferably show a few examples as well.
I don't think what you have do has been a waste at all; it just needs a little tweaking. All of the documentation that you've created to this point can be used, the question is where it really belongs.  As I said above, I think you need to split it into a few parts and focus on the audiences involved. For basic docs, you're usually writing for xapian end-users. For docs that cover internals at a high-level, you're writing for xapian developers. For docs that describe precise implem&lt;/pre&gt;</description>
    <dc:creator>Dan Colish</dc:creator>
    <dc:date>2012-05-23T04:37:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2080">
    <title>Re: GSoC xapian node binding</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2080</link>
    <description>&lt;pre&gt;

Re latest code...


Commit message format:
  [add|fix|clean]: filename method (, ...) (, filename ...) - what was
added/fixed/cleaned

  add - create new functionality
  fix - repair existing functionality
  clean - no change in functionality
  If a LOT of methods are affected, the method list can be truncated to a
few key ones

  No need to change the messages you've already committed.


Should we create a single node-xapian.h header file? (Which I guess could
include the contents of op.h)


Code style:
   if/else and function opening brace on same line! (see op.h macro)
   local vars begin with letter a, to differentiate from function arguments


DECLARE_POOLS

  In the _do functions, perhaps the try/catch should move to the caller,
which would ThrowException() and delete aData on catch? (The only throw is
in AsyncOp::AsyncOp.) I'm not sure of the implications of returning
ThrowException to scope.Close() -- may be harmless; something to look into.
Even so, it's probably clearer to ThrowException from the&lt;/pre&gt;</description>
    <dc:creator>Liam</dc:creator>
    <dc:date>2012-05-23T03:12:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2079">
    <title>GSoC - Follow up Question about doc</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2079</link>
    <description>&lt;pre&gt;Dan Colish,

I am facing major issues in the documentation. Have invested quite some
time but not able to properly figure out what really needs to be done in
the documentation.

Can you please once again, clearly mention the objective of  a "user
documentation".
Also, can you please guide as to how to give an overall view? I am not able
to figure out what really needs to be added.

Also, it seems that I have wasted much of my time and energy in explaining
the things which were not meant to be explained. Have tried to removed them
from the doc.
This could have been avoided if I had come up with smaller chunks rather
than coming up with a single large chunk.

Have also added some replies regarding the comments you made on my github
commit. Reply to them when you can.
_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Sehaj Singh Kalra</dc:creator>
    <dc:date>2012-05-22T20:36:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2078">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2078</link>
    <description>&lt;pre&gt;
I'm rather too busy to at the moment, but I'm happy for others to work
on such a page (assuming it doesn't create a maintenance burden which
I end up shouldering, or spread misinformation which I then have to
spend time clearing up after).


Cool.


I guess you mean this:

http://trac.xapian.org/wiki/ProjectIdeas#Replacegetoptwithpoptorsimilar

That used to incorrect say "GPL" but I fixed in back in February.


Not quite.  We've not been asking longer term contributors (who have
already given us permission to relicense their contributions) to
dual-license up front.  This isn't a carefully thought out policy, there
just didn't seem a reason to do so.

It's a fairly subtle distinction, but for example a third party can't
just take code in Xapian written after a given date and use in under
MIT/X without investigating who wrote it.  (This isn't some deliberate
masterminded policy, just a consequence of the above).

But we do have agreement from most of the longer term contributors that
we can relicense, and mor&lt;/pre&gt;</description>
    <dc:creator>Olly Betts</dc:creator>
    <dc:date>2012-05-22T05:47:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2077">
    <title>Re: Standing of the project</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2077</link>
    <description>&lt;pre&gt;Hi Rishabh,



Sounds good. It makes sense that you and Gaurav share the same  evaluation
framework so that at the end we do not end up with two different evaluation
modules.

Of course, in our case the input to the evaluation module would be
Letor::Ranklist. So, if you overload the method like evaluate() which
returns the NDCG&amp;lt; at &amp;gt;k or MAP supplying a Letor::Ranklist (in our case) and
Xapian::MSet (in Gaurav's case). You can coordinate among yourselves.
Basically we need to use it a lot. While training, we optimise a loss
function and validate the model using the same evaluation module.



Great. Btw did you have look at the Matlab/Octave code written by Geoffrey
Hinton that is used in the Science paper. That's very informative and
understandable. Recently I played with it in some experiments and its quite
easy to follow.

Currently I am in Istanbul attending a conference so this week you might
not find me much around but most of the days I will try to answer e-mails
in the night.

Parth.

_____________________&lt;/pre&gt;</description>
    <dc:creator>Parth Gupta</dc:creator>
    <dc:date>2012-05-21T20:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2076">
    <title>Re: Iterators</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2076</link>
    <description>&lt;pre&gt;skip_to moves a cursor forward only.
That is why, I created a wrapper around iterators.

Here is a base class for them:
&amp;lt;https://github.com/freeakk/xapian/blob/master/c_src/termiter_gen.h&amp;gt;

And then I created few realizations of this interface:
&amp;lt;https://github.com/freeakk/xapian/blob/master/c_src/termiter_doc_gen.h&amp;gt;
&amp;lt;https://github.com/freeakk/xapian/blob/master/c_src/termiter_spy_gen.h&amp;gt;

After all, I can create an exemplar of one of this objects and store a
pointer on it as a property of the TermQlcTable.
&amp;lt;https://github.com/freeakk/xapian/blob/master/c_src/qlc_table.h&amp;gt;
_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Michael Uvarov</dc:creator>
    <dc:date>2012-05-21T06:27:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2075">
    <title>Re: Iterators</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2075</link>
    <description>&lt;pre&gt;
You should be able to do skip_to("") on a TermIterator with no effect.
If it's the common case that first_term_name will be empty, then it's
probably worth checking for it to avoid the overhead of the no-op call:

    if (!first_term_name.empty())
it.skip_to(first_term_name);


Not sure I follow why this makes a difference...

Cheers,
    Olly
&lt;/pre&gt;</description>
    <dc:creator>Olly Betts</dc:creator>
    <dc:date>2012-05-21T01:30:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2074">
    <title>Re: Xapian-devel Digest, Vol 85, Issue 17</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2074</link>
    <description>&lt;pre&gt;James,

Thanks for pointing it out, will keep that in mind for future usage.

Thanks,
Sehaj Singh Kalra

On Sat, May 19, 2012 at 4:30 PM, &amp;lt;xapian-devel-request&amp;lt; at &amp;gt;lists.xapian.org&amp;gt;wrote:

_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Sehaj Singh Kalra</dc:creator>
    <dc:date>2012-05-19T13:28:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2073">
    <title>Re: GSoC - QueryParser Information</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2073</link>
    <description>&lt;pre&gt;The problem is how some email clients figure out URI/URL boundaries; to ensure it works enclose in &amp;lt;&amp;gt;, eg &amp;lt;http://trac.xapian.org/wiki/GSoC2012/QueryParser/Notes&amp;gt;. (This is in the URI RFC I think.)

J



On 19 May 2012, at 05:37, Sehaj Singh Kalra &amp;lt;sehaj.sk&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>James Aylett</dc:creator>
    <dc:date>2012-05-19T07:52:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2072">
    <title>Re: GSoC - QueryParser Information</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2072</link>
    <description>&lt;pre&gt;The link doesn't seems to work. I think the suffix "." caused the problem.
Anyways, sending the link again.
http://trac.xapian.org/wiki/GSoC2012/QueryParser/Notes

On Sat, May 19, 2012 at 10:00 AM, Sehaj Singh Kalra &amp;lt;sehaj.sk&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Sehaj Singh Kalra</dc:creator>
    <dc:date>2012-05-19T04:37:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2071">
    <title>GSoC - QueryParser Information</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2071</link>
    <description>&lt;pre&gt;Have added information regarding queryparser at
http://trac.xapian.org/wiki/GSoC2012/QueryParser/Notes.
It is a bit informal at present but have a look, and let me know your
views. Will be improving it and adding some more things.
The aim as I talked with dcolish, is to explain the working of QueryParser
along with appropriate examples.
_______________________________________________
Xapian-devel mailing list
Xapian-devel&amp;lt; at &amp;gt;lists.xapian.org
http://lists.xapian.org/mailman/listinfo/xapian-devel
&lt;/pre&gt;</description>
    <dc:creator>Sehaj Singh Kalra</dc:creator>
    <dc:date>2012-05-19T04:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2070">
    <title>Re: GSoC xapian node binding</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2070</link>
    <description>&lt;pre&gt;

I tend to agree. The hybrid approach is even more complicated.

template &amp;lt;class dataType, class className&amp;gt;
class PoolHelper
{
public:
  ...
  template &amp;lt;Handle&amp;lt;Value&amp;gt; (*convertFunction)(className *data)&amp;gt;;
  static void execute_done(eio_req *data)
  {
    HandleScope scope;
    OpInfo* aInfo = (OpInfo*) req-&amp;gt;data;
    dataType *aData = (dataType*)aInfo-&amp;gt;data;
    AsyncOp&amp;lt;className&amp;gt; *aAsOp = (AsyncOp&amp;lt;className&amp;gt;*)aInfo-&amp;gt;op;
    Handle&amp;lt;Value&amp;gt; argv[2];
    if (aAsOp-&amp;gt;error) {
      argv[0] =
Exception::Error(String::New(aAsOp-&amp;gt;error-&amp;gt;get_msg().c_str()));
    } else {
      argv[0] = Null();
      argv[1] = convertFunction(aData);
    }
    tryCallCatch(aAsOp-&amp;gt;callback, aAsOp-&amp;gt;object-&amp;gt;handle_, aAsOp-&amp;gt;error ? 1
: 2, argv);
    delete aData;
    delete aAsOp;
    delete aInfo;
  }
};


#define DECLARE_POOLS(func,classn) \
...
static int func##_done(eio_req *req) {\
  HandleScope scope;\
  PoolHelper&amp;lt;func##_data,classn&amp;gt;::execute_pool&amp;lt;func##_convert&amp;gt;(req);\
  return 0;\
}\


I will leave the macro as it is.


The que&lt;/pre&gt;</description>
    <dc:creator>Marius Tibeica</dc:creator>
    <dc:date>2012-05-18T08:36:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2069">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2069</link>
    <description>&lt;pre&gt;Fair enough, maybe it was just my interpretation of the thread. Olly has be excellent at keeping track of the licensing issue since it does come up every so often.

This is a pretty good point. I had not thought about it much from the other side. I think I am inclined to use Olly's guideline that the rewritten code should be an improvement. That way we are able to gain more control our licensing and improving our code. It makes sense that just gaining more control is a worthwhile effort, but I would like to see the code improve if we're already making the effort to rewrite it. 

I should say that I'm not against relicensing. I just want it to be done for the right reasons and with a clear process. How would you feel about spearheading the organization of this effort? There are some good notes on this thread from Olly that could be rounded up into a working document. 

&lt;/pre&gt;</description>
    <dc:creator>Dan Colish</dc:creator>
    <dc:date>2012-05-17T16:29:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2068">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2068</link>
    <description>&lt;pre&gt;
True, I think sponsored development is a good thing in most cases, but its a bit hard to do without a clear proposal. PyPy has done most of their work through academic grants and the money is always attached to very clears goals and steps. I would be hesitant to accept money without going through that same process.
&lt;/pre&gt;</description>
    <dc:creator>Dan Colish</dc:creator>
    <dc:date>2012-05-17T16:14:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2067">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2067</link>
    <description>&lt;pre&gt;
Unfortunately not totally unexpected.


I do not think I am telling anyone how to do things, and that certainly 
is not my intention. So far I have only been asking for information 
about the status quo and which might need to be done for relicensing to 
happen, and Olly has been extremely helpful with providing that. I did 
already offer to do work myself in this area if I can help, as much as 
my time and skillset will allow. I have no expectation at all that other 
people will do anything just because I or someone else is asking them to.

I would also ask that you consider my point of view. With the current 
license unfortunately Xapian is not useful for me, so please do not 
expect me to invest energy into Xapian when that is not helping to 
scratch an itch I have. I am willing to work on Xapian, within and with 
the community as long at it helps me as well. That does include writing 
patches, updating documentation and everything else that might be needed.

Regards,
Wichert.
&lt;/pre&gt;</description>
    <dc:creator>Wichert Akkerman</dc:creator>
    <dc:date>2012-05-17T15:47:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2066">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2066</link>
    <description>&lt;pre&gt;
To rewind a little, at least one of the people asking about this is from 
a company interested in using Xapian in their products but unable to 
because of the GPL. They have indicated they may be able to fund some 
development towards this end. Surely sponsored development of Xapian is 
a good thing?

Cheers

Charlie

&lt;/pre&gt;</description>
    <dc:creator>Charlie Hull</dc:creator>
    <dc:date>2012-05-17T15:23:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.xapian.devel/2065">
    <title>Re: Xapian license change</title>
    <link>http://permalink.gmane.org/gmane.comp.search.xapian.devel/2065</link>
    <description>&lt;pre&gt;The more I read on this thread the more I am confused. I'm starting to wonder who's asking for relicensing here because its starting to read like we, the Xapian developers, are asking how to relicense and what work we'd need to do. That is not the case. A request like this comes up once or twice a year and the requestor usually disappears a week later. 

You need to be a part of the community to have this discussion. I'm sure anyone can appreciate what it is like for an outsider to tell you how to do things. So please, join the community, get to know its members, and write patches or create documentation. Help us improve Xapian for a bit, then we can talk about why the licensing needs to change and how to go about it. Remember, our time is an extremely precious resource and I would like to use that time to make Xapian better rather than rewriting code so it can be relicensed.


&lt;/pre&gt;</description>
    <dc:creator>Dan Colish</dc:creator>
    <dc:date>2012-05-17T15:16:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.search.xapian.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.search.xapian.devel</link>
  </textinput>
</rdf:RDF>

