6.0.0-alpha14
7/2/25

[#8011] AbiWord msword viewer
Summary AbiWord msword viewer
Queue Horde Framework Packages
Queue Version Git master
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester duck (at) obala (dot) net
Created 02/19/2009 (5977 days ago)
Due
Updated 02/20/2009 (5976 days ago)
Assigned
Resolved 02/19/2009 (5977 days ago)
Milestone
Patch Yes

History
02/20/2009 05:05:54 AM CVS Commit Comment #7 Reply to this comment
02/19/2009 05:12:28 PM Jan Schneider Comment #6 Reply to this comment
I could have sworn we had this INSTALL, nevermind.
02/19/2009 04:51:57 PM Michael Slusarz Comment #5 Reply to this comment
This should also be mentioned in changelog and INSTALL, even though
it's just a configuration change.
I did make CHANGELOG change (?) Maybe I didn't commit it though.



And do we mention this in INSTALL?  For the mime driver configuration, 
I would much rather have all documentation in the mime_drivers.conf 
files.
02/19/2009 11:03:19 AM Jan Schneider Comment #4 Reply to this comment
This should also be mentioned in changelog and INSTALL, even though 
it's just a configuration change.
02/19/2009 06:37:54 AM Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
Done.
02/19/2009 06:37:12 AM CVS Commit Comment #2 Reply to this comment
02/19/2009 12:02:01 AM Duck Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ AbiWord msword viewer
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: msword.diff Download
State ⇒ New
Reply to this comment
Replace deprecated wv utility with AbiSource successor

- auto detects format (ex rtf send as application/msword)

- unicode support

- embed css



Configure Mime Driver as follows



$mime_drivers['horde']['msword'] = array(

     'location' => '/usr/bin/abiword',

     'inline' => false,

     'handles' => array(

         'application/vnd.ms-word', 'application/msword'

     ),

     'icons' => array(

         'default' => 'msword.png'

     )

);



PS for thumbnails: AbiWord can convert a document into PDF. Maybe we 
can use this to create document preview thumbnails like we do with 
PDFs in IMP.

Saved Queries