[Evolution-hackers] wvHtml

2001-09-10 Thread Lauren Matheson
Could wvHtml be used to view .doc's inline in Evolution? Is this something that I could do through settin MIME types, or is this a get dirty with the code problem? Lauren. ___ evolution-hackers maillist - [EMAIL PROTECTED]

Re: [Evolution-hackers] wvHtml

2001-09-10 Thread Ettore Perazzoli
Could wvHtml be used to view .doc's inline in Evolution? Is this something that I could do through settin MIME types, or is this a get dirty with the code problem? In order to allow inline viewing, you'd have to implement a wvHtml-based Bonobo control. For a right-click view this in

Re: [Evolution-hackers] wvHtml

2001-09-10 Thread Lauren Matheson
Writing a bonobo control is out of my depth, so I've got it on the 'view in..' now. For anyone else who wants to do this, you need a tiny script because wvHtml is not a viewer, just a converter. Here is my script: #!/bin/sh # usage: previewword /full/path/to/file.doc DOC=$1 HTML=$DOC.tmp.html

Re: [Evolution-hackers] wvHtml

2001-09-10 Thread Dan Winship
On Mon, 2001-09-10 at 12:10, Lauren Matheson wrote: Could wvHtml be used to view .doc's inline in Evolution? Is this something that I could do through settin MIME types, or is this a get dirty with the code problem? You can add wvHtml to the list of Open in ... entries in the pop-up menu by