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 |
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.1209&r2=1.1210&ty=u
it's just a configuration change.
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.
it's just a configuration change.
State ⇒ Resolved
http://cvs.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde&r1=1.116&r2=1.117&ty=u
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ AbiWord msword viewer
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: msword.diff
State ⇒ New
- 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.