If i can also add to this discussion abut why i am pushing this way.<div><br></div><div>The w3c is already adopting a standards for apps the mimic the way packing is done for Open Office and MS Office documents</div><div><a href="http://www.w3.org/TR/widgets/">http://www.w3.org/TR/widgets/</a></div>
<div><br></div><div>This whole conversation comes out of the current mobile app stored debate happening here:</div><div><a href="http://www.quirksmode.org/blog/archives/2010/03/html5_apps.html">http://www.quirksmode.org/blog/archives/2010/03/html5_apps.html</a></div>
<div><br></div><div>The short conclusion is that that a browser has Tabs and the interaction of &quot;Intents&quot; ( a android term ) are not composable and understandable between tabs. Tabs are a stop gap to the fact that there is no Desktop, File System, etc available to just a browser.</div>
<div>So at the end of the day, the <span class="Apple-style-span" style="color: rgb(36, 36, 36); font-family: georgia, times, serif; font-size: 13px; line-height: 18px; "> </span><span class="Apple-style-span" style="color: rgb(36, 36, 36); font-family: georgia, times, serif; font-size: 13px; line-height: 18px; "><a href="http://www.w3.org/TR/widgets/" class="external" style="color: rgb(61, 179, 1); text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; ">W3C Widget packaging and configuration</a></span><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px;"> spec represents a move by which the browser is able to become the OS.</span></font></div>
<div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px;"><br></span></font></div><div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px;">Now i don&#39;t want to get hit over the head with &quot;your using a sledgehammer to crack a nut&quot; and &quot;when you have a nutcracker, every problem looks like a nut&quot; etc etc. All i am getting at is that Open Office has an opportunity to make a huge leap forward by embracing the clear path that is going forward. And what better example. Open Office intents between the various applications it represents. For example Writer and Speadsheet apps are able to act as widgets sharing data and intentions between them.</span></font></div>
<div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px; "><br></span></font></div><div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px;">Ged</span></font></div>
<div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px; "><br></span></font></div><div><font class="Apple-style-span" color="#242424" face="georgia, times, serif"><span class="Apple-style-span" style="line-height: 18px;"><br>
</span></font></div><div><span class="Apple-style-span" style="color: rgb(36, 36, 36); font-family: georgia, times, serif; font-size: 13px; line-height: 18px; "><br></span></div><div><span class="Apple-style-span" style="color: rgb(36, 36, 36); font-family: georgia, times, serif; font-size: 13px; line-height: 18px; "><br>
</span></div><div><br></div><div><a href="http://www.w3.org/TR/widgets/"></a><br><br><div class="gmail_quote">On 27 January 2011 15:55, Ged Wed <span dir="ltr">&lt;<a href="mailto:gedw99@gmail.com">gedw99@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I just want to add that the idea of using Google Docs and the WedDav aspects is a good first step.<div>Sure it allows seamless editing via the web and synchronisation back to your own harddisk OR cloud harddisk.</div>
<div>
<br></div><div>But its a first step. I think that getting a XML to DOM component that is JavaScript based would be a better approach.</div><div>I knwo its very ambitious but its amazing how powerful JS is these days in browsers.</div>

<div>Also i think a read only version would be a good first step.</div><div>For that a read / write version could be done in stages implementing various functionality progressively.</div><div><br></div><div>This is very hard stuff but i think trying out a prototype to do the XML to DOm conversion with AngularJS is worthwhile.</div>

<div>I want to add that the xml namespace to JS binding is apr of AngularJS. Its how it &quot;just works&quot;. So its a very concise solution with high encapsulation. Many people ( including me) are afraid of JS because its untyped, and so hard to work with large code bases. I agree, but the thing i noticed about AngularJS is how it can map XML to DOM very easily and with high encapsulation to whatever fragment in the XML document you bind to.</div>

<div><br></div><div>I just dont know the Open Office code base well enough to know what server side parts can be leveraged.</div><div>Any C code can be leverage server side using a Ajax style approach using the logic encapsulated inside the c libraries, and exposed on the client side perhaps.</div>

<div><br></div><div><font color="#888888">G</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On 27 January 2011 15:46, Ged Wed <span dir="ltr">&lt;<a href="mailto:gedw99@gmail.com" target="_blank">gedw99@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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><div></div><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" target="_blank">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><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><br>
                Michael.<br>
<br>
--<br>
 <a href="mailto:michael.meeks@novell.com" target="_blank">michael.meeks@novell.com</a>  &lt;&gt;&lt;, Pseudo Engineer, itinerant idiot<br>
<br>
<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>