On Fri, 2006-21-07 at 19:46 +0100, Ian Lynch wrote:
> They already know about it and uploaded the plug-in some time ago, its
> on the Mozilla website. 

You can download it here: https://addons.mozilla.org/firefox/1888/

Version 0.2 has a reasonably recent copy of the XSLT, but not the most
recent. Naturally, the plugin will never have the latest features. One
important feature is that 0.2 should work on Windows (the previous
version didn't).

Some people report that "it works locally but not on-line". This is due
to the fact that very few web servers are configured to send the right
mimetype for OpenDocument files. The only servers I know of that manage
that right are: The INGOTs, The OpenDocument Fellowship and Friends of
OpenDocument.

If you are a webmaster, or can get in touch with a webmaster, please
tell them to put the following code on their .htaccess file. It will
make their Apache server send the right mimetype for ODF iles:

# Regular documents.
AddType application/vnd.oasis.opendocument.text         .odt
AddType application/vnd.oasis.opendocument.spreadsheet  .ods
AddType application/vnd.oasis.opendocument.presentation .odp
AddType application/vnd.oasis.opendocument.graphics     .odg
AddType application/vnd.oasis.opendocument.chart        .odc
AddType application/vnd.oasis.opendocument.formula      .odf
AddType application/vnd.oasis.opendocument.image        .odi

# Templates
AddType application/vnd.oasis.opendocument.text-template         .ott
AddType application/vnd.oasis.opendocument.spreadsheet-template  .ots
AddType application/vnd.oasis.opendocument.presentation-template .otp
AddType application/vnd.oasis.opendocument.graphics-template     .otg
AddType application/vnd.oasis.opendocument.chart-template        .otc
AddType application/vnd.oasis.opendocument.formula-template      .otf
AddType application/vnd.oasis.opendocument.image-template        .oti

# Master documents and HTML templates
AddType application/vnd.oasis.opendocument.text-master  .odm
AddType application/vnd.oasis.opendocument.text-web     .oth


Cheers,
Daniel.
-- 
http://opendocumentfellowship.org
  "The reasonable man adapts himself to the world; the
  unreasonable man tries to adapt the world to himself.
  Therefore all progress depends on unreasonable men."
        -- George Bernard Shaw

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to