View Single Post
  #13 (permalink)  
Old 12-05-2007, 09:02 AM
cvidal cvidal is offline
Project Contributor
 
Posts: 136
Default To infinity and beyond

Thank you deugene for your work!

It inspired me to plug a filter I wrote, basically to convert OpenOffice documents to MS-Office documents on the fly for outgoing e-mails. This can be quite useful for organizations that have adopted OpenOffice but that need to exchange editable files with the outside world in a transparent way.

I know it is anathema to modify the email content, but a sysadm has to do what a sysadm has to do ;-)

The script is quite configurable through a setup file, and the code is simple enough to modify it for other uses.

My extension is called "oo2ms" and can be downloaded from Fichiers WHM. There are 2 RPM files, one with the scripts and another with the RPM sources. On Fedora/RH/SuSE the installation is just:

Code:
rpm -ivh oo2ms-1.0-WHM.noarch.rpm
Then read the README in /usr/share/doc/oo2ms-1.0/.

If you have any other platform (normally debian based), you will need to extract the files from the RPM (with rpm2cpio) and follow the manual installation procedure.

I enclose the README and rpm files (inside a tgz file).

Enjoy!

Carlos
Attached Files
File Type: txt README.txt (3.6 KB, 68 views)
File Type: tgz oo2ms.tgz (18.2 KB, 16 views)
Reply With Quote