Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hey all,

Yeah i thought about Google Docs synchronisation. For example this is what i
do now but a more manual process.
It does work, but as you say you loose fidelity because google docs is not
Open Office.

I cant help but think that the purist way of rendering directly using html5
and JavaScript specifically off an unpackaged open office word doc is a
better approach.
Again here is the idea:
1. Client side unpacking and packing. JS can do this and handle
the various aspects of this.
- I node that using NodeJS we can leverage doing all aspects either server
side or client side thats to CommonJS standard.

2. The XML is rendered to the dom, and then "compiled" using angularJS in
order to re-render the various parts of the XML.
- For each XML part of namespace a controller and view
rendering mechanism is available with AngularJS which is very concise.

3. Some standard interaction GUI controls can be used for common things like
"search and Replace, style, file IO, notifications etc.
The idea is not to completely implement the OO functionality for Word docs,
but to just give basic editing.
Because the the way AngularJS works anything NOT implemented off the XML is
still able to be reproduced in the XML to COM conversion and back from DOM
to XML again.

Now the question is this:
1. What parts of this can be leveraged off the current code base to be done
server side ? SOme ideas:
a. Packaging and unpacking
b. Data data extraction out of the XML fragments ?

Regards

Gerard

On 27 January 2011 13:18, Michael Meeks <michael.meeks@novell.com> wrote:


On Thu, 2011-01-27 at 12:55 +0100, Charles-H. Schulz wrote:
Indeed, a first step would be an extension that could store documents
on Dropbox and Ubuntu One... what do others think?

        This probably belongs on the discuss list. Can we talk development:
patches, code details, tangled bugs, and concrete contributions etc.
here ? :-)

       Thanks,

               Michael.

--
 michael.meeks@novell.com  <><, Pseudo Engineer, itinerant idiot




Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.