"Hamakor" is a PRIVATE organisation?

2008-03-06 Thread Amos Shapira
That's what it is, according to Ynet's article about the ministry of (un)education: http://www.ynet.co.il/articles/0,7340,L-3515622,00.html Maybe someone should make them correct this? --Amos (For the slow minded - Hamakor is a PUBLIC organisation, as far as I'm aware). ===

Re: Changing text direction in KDE apps

2008-03-06 Thread Hetz Ben Hamo
in your ~/.qt/ there is a file called qtrc In this file, there's a line: useRtlExtensions=false Change it to: true restart your application, and use CTRL RIGHT-SHIFT to change dir to RTL and CTRL LEFT SHIFT to ltr. Hetz 2008/3/6 Dotan Cohen <[EMAIL PROTECTED]>: > Does anyone know how to change

Samba success story [Was: AD Integration/Replacement?]

2008-03-06 Thread Oded Arbel
Sorry for raising an old thread (I'm going over my mailing list boxes), but I wanted to share a very much related success story with you. I'm managing a small network (around 20 workstations and 10 servers) which uses a central authentication against a Linux server. Windows workstations are authen

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Amos Shapira
On Thu, Mar 6, 2008 at 10:50 AM, Gilad Ben-Yossef <[EMAIL PROTECTED]> wrote: > Shachar Shemesh wrote: > > Amos Shapira wrote: > > > >> Another one is CodeSynthesis XSD > >> (http://www.codesynthesis.com/products/xsd/), it's GPL so we we can't > >> link it with our proprietary code. > >> > >> > > g

Re: To maintainers of Israeli open source web sites

2008-03-06 Thread Tzafrir Cohen
On Thu, Mar 06, 2008 at 02:16:13PM +1100, Amos Shapira wrote: > Hi All, > > It just took me quite a while to find current archives of linux-il on > the net in order to point to an article there. > > I finally found a good archive at mail-archive > (http://www.mail-archive.com/linux-il@cs.huji.ac.

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Gilad Ben-Yossef
Shachar Shemesh wrote: Amos Shapira wrote: Another one is CodeSynthesis XSD (http://www.codesynthesis.com/products/xsd/), it's GPL so we we can't link it with our proprietary code. gcc is also GPL, and yet you can link the programs you compile with it to your proprietary code. hmpf... th

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Amos Shapira
On Wed, Mar 5, 2008 at 10:43 AM, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Without knowing Xerces too deeply, I think you can do MUCH faster than > it, by feeding the schema before hand. Theoretically (though, the last > time I said this word on this list an actual project came out [1]), you >

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Amos Shapira
On Thu, Mar 6, 2008 at 9:04 AM, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Amos Shapira wrote: > > > Another one is CodeSynthesis XSD > > (http://www.codesynthesis.com/products/xsd/), it's GPL so we we can't > > link it with our proprietary code. > > > > > gcc is also GPL, and yet you can link t

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Shachar Shemesh
Shachar Shemesh wrote: Amos Shapira wrote: Another one is CodeSynthesis XSD (http://www.codesynthesis.com/products/xsd/), it's GPL so we we can't link it with our proprietary code. Is it GPL, or is its output GPL? Having said that (and it makes sense that such a program will have GPL ou

Re: Efficient C++ XML validating parser?

2008-03-06 Thread Shachar Shemesh
Amos Shapira wrote: Another one is CodeSynthesis XSD (http://www.codesynthesis.com/products/xsd/), it's GPL so we we can't link it with our proprietary code. gcc is also GPL, and yet you can link the programs you compile with it to your proprietary code. Is it GPL, or is its output GPL?