Re: Are there ideas for client-server model.

2021-07-20 Thread Wols Lists
On 18/07/21 10:58, Stef Bon wrote: > > > Op za 17 jul. 2021 om 15:54 schreef Marc >: > > > > > I'm willing to work on this, but since Collabora has already > written an > > online server, is it possible to port that code to libreoffice? > > >

Re: Are there ideas for client-server model.

2021-07-20 Thread Marc
> do you mean me being a Collabora developer? No! No Tor is ;) > Can you suggest me something to start understanding how LibreOffice > works, with the different "modules": one for open and save, one for the > gui, one for the editing, etc? I am not much help in this area. I wanted to test

Re: Are there ideas for client-server model.

2021-07-19 Thread Stef Bon
Hi Marc, do you mean me being a Collabora developer? No! I'm interested in making LibreOffice act as server, offering connections to the local intranet (possibly Internet), not using a webserver but "invent" a new protocol, something like Open Document Network Protocol. But where do I start? I'm

RE: Are there ideas for client-server model.

2021-07-19 Thread Marc
Don't you rather commit to the libre office online repo than a collabra repo? Now you are commiting code with text 'Collabra' to the libre office trunk, which looks 'weird' to me. If you are a collabra developer than keep collabra code in your collabra trunk, and make sure that if you

Re: Are there ideas for client-server model.

2021-07-18 Thread Tor Lillqvist
> But I have to be frank: I haven't studied the code of LibreOffice and the > code written by Colabora yet. > I would never have guessed. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Are there ideas for client-server model.

2021-07-18 Thread Stef Bon
Op za 17 jul. 2021 om 15:54 schreef Marc : > > > > I'm willing to work on this, but since Collabora has already written an > > online server, is it possible to port that code to libreoffice? > > > > > I very much would like to see that the 'collabora' code returns back to a > libre office

RE: Are there ideas for client-server model.

2021-07-17 Thread Marc
> > I'm willing to work on this, but since Collabora has already written an > online server, is it possible to port that code to libreoffice? > I very much would like to see that the 'collabora' code returns back to a libre office repository. I think that lots of committers there are would

Re: Are there ideas for client-server model.

2021-07-17 Thread Stef Bon
Hi all, so to make this work I have to port code from de Online server created by Collabora to Libreoffce? My ideas: - client server model, documents stay on server, clients get access based upon the userid, their pk/private and local rules (ACL). - there is a secure connection (SSH, Wireguard

Re: Are there ideas for client-server model.

2021-07-14 Thread Stef Bon
Op wo 14 jul. 2021 om 14:52 schreef Marc : > But that is not libre office > > > Exactly. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

RE: Are there ideas for client-server model.

2021-07-14 Thread Marc
But that is not libre office > -Original Message- > From: LibreOffice On Behalf > Of Miklos Vajna > Sent: Wednesday, 14 July 2021 11:03 > To: libreoffice@lists.freedesktop.org > Subject: Re: Are there ideas for client-server model. > > Hi Stef, > > On T

Re: Are there ideas for client-server model.

2021-07-14 Thread Miklos Vajna
Hi Stef, On Tue, Jul 13, 2021 at 09:32:10AM +0200, Stef Bon wrote: > > What you describe sounds a lot like the functionality that the LOK API > > exposes. Online builds a c++ server on top of that, and then clients > > connect to that via websockets. > > Online? What do you mean with "online"?

Re: Are there ideas for client-server model.

2021-07-07 Thread Miklos Vajna
Hi Stef, What you describe sounds a lot like the functionality that the LOK API exposes. Online builds a c++ server on top of that, and then clients connect to that via websockets. But core has a gtktiledviewer demo app that shows that that LOK API is not tied to web browsers. So either you could

Are there ideas for client-server model.

2021-07-06 Thread Stef Bon
Hi, I 'm curious there have been attempts to make libreoffice work in client-server model, without help of a web browser. I'm thinking of: a client on the workspation shows a window on the document, one page, and some lines before and after for caching), getting information from server which