Hey all,<div><br></div><div>Yeah i thought about Google Docs synchronisation. For example this is what i do now but a more manual process.</div><div>It does work, but as you say you loose fidelity because google docs is not Open Office.</div>
<div><br></div><div>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.</div><div>Again here is the idea:</div>
<div>1. Client side unpacking and packing. JS can do this and handle the various aspects of this.</div><div>- I node that using NodeJS we can leverage doing all aspects either server side or client side thats to CommonJS standard.</div>
<div><br></div><div>2. The XML is rendered to the dom, and then &quot;compiled&quot; using angularJS in order to re-render the various parts of the XML.</div><div>- For each XML part of namespace a controller and view rendering mechanism is available with AngularJS which is very concise.</div>
<div><br></div><div>3. Some standard interaction GUI controls can be used for common things like &quot;search and Replace, style, file IO, notifications etc.</div><div>The idea is not to completely implement the OO functionality for Word docs, but to just give basic editing.</div>
<div>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. </div><div><br></div><div>Now the question is this:</div>
<div>1. What parts of this can be leveraged off the current code base to be done server side ? SOme ideas:</div><div>a. Packaging and unpacking</div><div>b. Data data extraction out of the XML fragments ?</div><div><br></div>
<div>Regards</div><div><br></div><div>Gerard</div><div><br><div class="gmail_quote">On 27 January 2011 13:18, Michael Meeks <span dir="ltr">&lt;<a href="mailto:michael.meeks@novell.com">michael.meeks@novell.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Thu, 2011-01-27 at 12:55 +0100, Charles-H. Schulz wrote:<br>
&gt; Indeed, a first step would be an extension that could store documents<br>
&gt; on Dropbox and Ubuntu One... what do others think?<br>
<br>
</div>        This probably belongs on the discuss list. Can we talk development:<br>
patches, code details, tangled bugs, and concrete contributions etc.<br>
here ? :-)<br>
<br>
        Thanks,<br>
<div><div></div><div class="h5"><br>
                Michael.<br>
<br>
--<br>
 <a href="mailto:michael.meeks@novell.com">michael.meeks@novell.com</a>  &lt;&gt;&lt;, Pseudo Engineer, itinerant idiot<br>
<br>
<br>
</div></div></blockquote></div><br></div>