OooDaemon
From eyeOS Wiki
| This page has been marked as needing to be updated. some if not all of the content is obsolete. This message is to help us administrate our eyeOS wiki. If you would like to help by editing this article please do so. HowTo's Edit |
OpenOffice Daemon Externalize your OOo installation. As you may know, openoffice could be used as "translation" document format, for example you could translate a Microsoft Office word document (.doc) to an OpenDocument (ods) or both of them in to html. eyeOS use that functionality to have support for that formats.
That daemon "externalize" the OpenOffice to do it via petition like a http request. |
| |
| The eyeOS library eyeConvert is patched to make a request (connect to a server and make a petition) even execute the process directly. You can find the patch for eyeOS 1.8 here. Then, that server (oooDaemon) receive the petition, handle the arguments and finally execute the command (the same command that is executed by php in a normal eyeOS installation). Of course, after execute the command, the resulted document is send (answered?) to the php that had made the petition. | |
| |
| Before use it, please consider that this "product" is no supported by anybody, so be careful about use it in a production environment.
That daemon is wrote in Perl, and that are his dependencies:
| |
| |
| The oooDaemon perl script is here http://afiestas.eyeos.org/oooDaemon.pl | |
