Basically, the most important info would be on the XMLRPC API on the OpenOffice side, and various client examples/development environments in which this has been done before, if possible.<br><br>But the more communication the better!<br>
<br>Victor Kane<br><br><br><br><div class="gmail_quote">On Thu, May 15, 2008 at 9:26 AM, Louis Suarez-Potts <<a href="mailto:Louis.Suarez-Potts@sun.com">Louis.Suarez-Potts@sun.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<div class="Ih2E3d"><br>
On 2008-05-15, at 08:06 , FGM wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Actually, I think this approach may give a solution with very little work on the drupal side.<br>
<br>
Now, if someone with OOo programming knowledge could provide the required info to start on the OOo side of things, I'd gladly set up the whole thing. I've always wanted to improve my OOo integration skills, and stopped in front of the OOo SDK documentation, and this seems a good occasion to do so.<br>
</blockquote>
<br></div>
I'll ping some developers on this and cc you. They may be resistant to joining yet another list but let's see.<br>
<br>
Thanks!<br><font color="#888888">
Louis</font><div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
----- Original Message ----- From: "Victor Kane" <<a href="mailto:victorkane@gmail.com" target="_blank">victorkane@gmail.com</a>><br>
To: <<a href="mailto:development@drupal.org" target="_blank">development@drupal.org</a>><br>
Sent: Thursday, May 15, 2008 12:42 PM<br>
Subject: Re: [development] OpenOffice.org<br>
<br>
<br>
Ok, taking into account what both Dario and Federic are saying (OpenOffice<br>
as the user interface for publishing directly to a Drupal site via XMLRPC),<br>
the best fit here in my opinion would be to use the services module.<br>
<br>
It offers a rich API for node creation based on custom written services.<br>
<br>
Here, I am not talking about importing a Document, but rather using the<br>
OpenOffice as a client for Drupal, much as Word can be used as a client for<br>
a Blog, including Drupal.<br>
<br>
I am using this now for Drupal to Drupal speak (actually an editorial<br>
workflow system sends articles to a publishing system). See<br>
<a href="http://awebfactory.com.ar/node/297" target="_blank">http://awebfactory.com.ar/node/297</a><br>
<br>
That would be a quick and sure path, leaving to OpenOffice the client work<br>
and to Drupal the services server work, we'd be all set.<br>
<br>
I actually did hunt around in the Open Office forums recently with an eye to<br>
something like this, and saw something implemented ... but opted in the end<br>
for Drupal 2 Drupal for the architecture of the system I was developing.<br>
<br>
But imagine reporters in the field sending in their articles with a Drupal<br>
plugin!<br>
<br>
Victor Kane<br>
<a href="http://awebfactory.com.ar" target="_blank">http://awebfactory.com.ar</a><br>
<br>
On Wed, May 14, 2008 at 11:49 PM, Frédéric G. MARAND <<a href="mailto:fgm@osinet.fr" target="_blank">fgm@osinet.fr</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
Thanks for your message.<br>
<br>
I have currently unpublished PHP code I've been using for a few years to<br>
access OOo spreadsheets and load them into Drupal. However, it was developed<br>
"ad hoc" to import product data, and is currently not fit for general use<br>
since it is limited to spreadsheets and only goes from OOo to Drupal, not<br>
the other way round. Maybe if others are interested in working on this we<br>
could turn it into a general use module.<br>
<br>
This being saind, while it could obviously be extended to other formats if<br>
someone took time to create something more general, a limitation remains due<br>
to the time it takes to load an OOo document in PHP vs the maximum<br>
time/memory per PHP script on low-end intallations.<br>
<br>
A file-system-like approach based on plain XML RPC or BlogAPI would<br>
probably be easier on users and work in more cases. But it looks like this<br>
would have to be done from within OOo, not in PHP but in Python, Basic, JS<br>
or Beanshell.<br>
<br>
Frederic G. MARAND<br>
<a href="http://blog.riff.org/" target="_blank">http://blog.riff.org/</a><br>
<br>
<br>
----- Original Message ----- From: "Louis Suarez-Potts"<br>
<Louis.Suarez-Potts@Sun.COM><br>
To: <<a href="mailto:development@drupal.org" target="_blank">development@drupal.org</a>><br>
Sent: Thursday, May 15, 2008 3:35 AM<br>
Subject: [development] OpenOffice.org<br>
<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[This is a re-send of a message I sent originally to the<br>
infrastructure list.]<br>
<br>
Hello all!<br>
<br>
Allow me to introduce myself: I'm the community manager of<br>
OpenOffice.org, a role I've held for the last 7.5 years. My interest<br>
here is to see if there is interest in developing an OpenDocument<br>
Format filter for Drupal or (better yet) some ways of integrating or<br>
at least linking OOo to Drupal. The reason? Lots, including both<br>
public and private enterprises, want a CMS + productivity suite (such<br>
as OOo) combo. Drupal has huge market share and is flourishing; so<br>
does and is OOo.<br>
<br>
How is integration imagined? It could be close or it could be even<br>
something as simple as an extension. We have now many extensions, and<br>
there is no reason why everything has to be a single package--this is<br>
the Internet age, not the isolated desktop age.<br>
<br>
If people are interested, let's talk. My guess is that an obstacle to<br>
good intentions is reality: shortage of resources. But I also am<br>
relentlessly optimistic and hopeful, and believe if we can present a<br>
good case then companies may want to allocate those resources, which<br>
is to say, people and money.<br>
<br>
Ciao,<br>
<br>
Louis<br>
<br>
<br>
--<br>
Louis Suarez-Potts, PhD<br>
Community Manager, Sun Microsystems, Inc.<br>
OpenOffice.org<br>
<br>
<br>
</blockquote>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
<br>
<br>
No virus found in this incoming message.<br>
Checked by AVG.<br>
Version: 8.0.100 / Virus Database: 269.23.16/1432 - Release Date:<br>
14/05/2008 07:49<br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>