------------------------------------------------------------ revno: 1045 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: unstable timestamp: Wed 2008-04-02 13:39:36 +0200 message: update and sort mimetypes (merge from Ubuntu) modified: changelog openoffice.org-base.mime openoffice.org-calc.mime openoffice.org-draw.mime openoffice.org-filter-binfilter.mime openoffice.org-impress.mime openoffice.org-math.mime openoffice.org-writer.mime
=== modified file 'changelog' --- a/changelog 2008-03-29 19:10:18 +0000 +++ b/changelog 2008-04-02 11:39:36 +0000 @@ -1,3 +1,11 @@ +openoffice.org (1:2.4.0-3.4pre) unstable; urgency=low + + * merge from Ubuntu: + - debian/*.mime: + + Update and sort mime-types. + + -- Rene Engelhard <[EMAIL PROTECTED]> Fri, 28 Mar 2008 10:53:56 +0100 + openoffice.org (1:2.4.0-3) unstable; urgency=low * The "Third time is a charm?" release.
=== modified file 'openoffice.org-base.mime' --- a/openoffice.org-base.mime 2006-11-01 21:56:26 +0000 +++ b/openoffice.org-base.mime 2008-04-02 11:39:36 +0000 @@ -1,1 +1,3 @@ -application/vnd.oasis.opendocument.database; soffice -base '%s'; edit=soffice -base '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Database"; nametemplate=%s.odb +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.database; soffice -base '%s'; edit=soffice -base '%s'; test=test -n "$DISPLAY"; description="OpenDocument Database"; nametemplate=%s.odb; priority=9 + === modified file 'openoffice.org-calc.mime' --- a/openoffice.org-calc.mime 2007-07-31 10:52:31 +0000 +++ b/openoffice.org-calc.mime 2008-04-02 11:39:36 +0000 @@ -1,8 +1,31 @@ -application/vnd.oasis.opendocument.spreadsheet; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Spreadsheet"; nametemplate=%s.ods -application/vnd.oasis.opendocument.spreadsheet-template; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Spreadsheet Template"; nametemplate=%s.ots -application/vnd.oasis.opendocument.chart; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Chart"; nametemplate=%s.odc -application/vnd.sun.xml.calc; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Spreadsheet"; nametemplate=%s.sxc; priority=8 -application/vnd.sun.xml.calc.template; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Spreadsheet Template"; nametemplate=%s.stc; priority=8 -application/msexcel; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.xls; description="Microsoft Excel Document"; priority=3 -application/vnd.ms-excel; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.xls; description="Microsoft Excel Document"; priority=3 -application/x-msexcel; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.xls; description="Microsoft Excel Document"; priority=3 +# Generic +text/csv; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="CSV Document"; nametemplate=%s.csv; priority=3 +text/spreadsheet; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Spreadsheet Interchange Document"; nametemplate=%s.slk; priority=3 + +# Corel Quattro Pro +application/x-quattropro; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Quattro Pro 6 for Windows Spreadsheet"; nametemplate=%s.wb2; priority=3 + +# dBase dBASE +application/x-dbf; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="xBase Document"; nametemplate=%s.dbf; priority=3 + +# ECMA Office Open XML (Microsoft Office 2007) +application/vnd.ms-excel.sheet.macroEnabled.12; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet with Macros Enabled"; nametemplate=%s.xlsm; priority=3 +application/vnd.ms-excel.template.macroEnabled.12; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet Template with Macros Enabled"; nametemplate=%s.xltm; priority=3 +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet"; nametemplate=%s.xlsx; priority=3 +application/vnd.openxmlformats-officedocument.spreadsheetml.template; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet Template"; nametemplate=%s.xltx; priority=3 + +# IBM Lotus 1-2-3 +application/vnd.lotus-1-2-3; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Lotus 1-2-3 spreadsheet"; nametemplate=%s.123; priority=3 + +# Microsoft Excel +application/vnd.ms-excel; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="Microsoft Excel Document"; nametemplate=%s.xls; priority=3 + +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.chart; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="OpenDocument Chart"; nametemplate=%s.odc; priority=9 +application/vnd.oasis.opendocument.spreadsheet; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet"; nametemplate=%s.ods; priority=9 +application/vnd.oasis.opendocument.spreadsheet-template; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet Template"; nametemplate=%s.ots; priority=9 + +# OpenOffice.org 1.0 +application/vnd.sun.xml.calc; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Spreadsheet"; nametemplate=%s.sxc; priority=8 +application/vnd.sun.xml.calc.template; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Spreadsheet Template"; nametemplate=%s.stc; priority=8 + === modified file 'openoffice.org-draw.mime' --- a/openoffice.org-draw.mime 2007-07-31 10:52:31 +0000 +++ b/openoffice.org-draw.mime 2008-04-02 11:39:36 +0000 @@ -1,4 +1,8 @@ -application/vnd.oasis.opendocument.graphics; soffice -draw '%s'; edit=soffice -draw '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Drawing"; nametemplate=%s.odg -application/vnd.oasis.opendocument.graphics-template; soffice -draw '%s'; edit=soffice -draw '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Drawing Template"; nametemplate=%s.otg -application/vnd.sun.xml.draw; soffice -draw '%s'; edit=soffice -draw '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Drawing"; nametemplate=%s.sxd; priority=8 -application/vnd.sun.xml.draw.template; soffice -draw '%s'; edit=soffice -draw '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Drawing Template"; nametemplate=%s.std; priority=8 +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.graphics; soffice -draw '%s'; edit=soffice -draw '%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing"; nametemplate=%s.odg; priority=9 +application/vnd.oasis.opendocument.graphics-template; soffice -draw '%s'; edit=soffice -draw '%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing Template"; nametemplate=%s.otg; priority=9 + +# OpenOffice.org 1.0 +application/vnd.sun.xml.draw; soffice -draw '%s'; edit=soffice -draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Drawing"; nametemplate=%s.sxd; priority=8 +application/vnd.sun.xml.draw.template; soffice -draw '%s'; edit=soffice -draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Drawing Template"; nametemplate=%s.std; priority=8 + === modified file 'openoffice.org-filter-binfilter.mime' --- a/openoffice.org-filter-binfilter.mime 2007-07-30 12:10:34 +0000 +++ b/openoffice.org-filter-binfilter.mime 2008-04-02 11:39:36 +0000 @@ -1,8 +1,9 @@ -application/vnd.stardivision.calc; soffice -calc '%s';edit=soffice -calc '%s';test=test "$DISPLAY" != "" ;description="StarCalc 5.0"; nametemplate=%s.sdc; priority=5 -application/vnd.stardivision.chart; soffice -calc '%s'; edit=soffice -calc '%s'; test=test "$DISPLAY" != "" ; description="StarChart 5.0"; nametemplate=%s.sds; priority=5 -application/vnd.stardivision.draw; soffice -draw '%s'; edit=soffice -draw '%s'; test=test "$DISPLAY" != "" ; description="StarDraw 5.0"; nametemplate=%s.sda; priority=5 -application/vnd.stardivision.impress; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != "" ; description="StarImpress 5.0"; nametemplate=%s.sdd; priority=5 -application/vnd.stardivision.math; soffice -math '%s'; edit=soffice -math '%s'; test=test "$DISPLAY" != "" ; description="StarMath 5.0"; nametemplate=%s.sdf; priority=5 -application/vnd.stardivision.writer-global; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ; description="StarWriter 5.0 Master Document"; nametemplate=%s.sgl; priority=5 -application/vnd.stardivision.writer; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ; description="StarWriter 5.0"; nametemplate=%s.sdw; priority=5 +# StarDivision StarOffice 5.0 +application/vnd.stardivision.calc; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="StarCalc 5.0"; nametemplate=%s.sdc; priority=8 +application/vnd.stardivision.chart; soffice -calc '%s'; edit=soffice -calc '%s'; test=test -n "$DISPLAY"; description="StarChart 5.0"; nametemplate=%s.sds; priority=8 +application/vnd.stardivision.draw; soffice -draw '%s'; edit=soffice -draw '%s'; test=test -n "$DISPLAY"; description="StarDraw 5.0"; nametemplate=%s.sda; priority=8 +application/vnd.stardivision.impress; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="StarImpress 5.0"; nametemplate=%s.sdd; priority=8 +application/vnd.stardivision.math; soffice -math '%s'; edit=soffice -math '%s'; test=test -n "$DISPLAY"; description="StarMath 5.0"; nametemplate=%s.sdf; priority=8 +application/vnd.stardivision.writer-global; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="StarWriter 5.0 Master Document"; nametemplate=%s.sgl; priority=8 +application/vnd.stardivision.writer; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="StarWriter 5.0"; nametemplate=%s.sdw; priority=8 === modified file 'openoffice.org-impress.mime' --- a/openoffice.org-impress.mime 2007-09-11 18:35:28 +0000 +++ b/openoffice.org-impress.mime 2008-04-02 11:39:36 +0000 @@ -1,11 +1,19 @@ -application/vnd.oasis.opendocument.presentation; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Presentation"; nametemplate=%s.odp -application/vnd.oasis.opendocument.presentation-template; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Presentation Template"; nametemplate=%s.otp -application/vnd.sun.xml.impress; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Presentation"; nametemplate=%s.sxi; priority=8 -application/vnd.sun.xml.impress.template; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Presentation Template"; nametemplate=%s.sti; priority=8 -application/mspowerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.ppt; description="Microsoft PowerPoint Document"; priority=3 -application/vnd.ms-powerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.ppt; description="Microsoft PowerPoint Document"; priority=3 -application/x-mspowerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.ppt; description="Microsoft PowerPoint Document"; priority=3 -application/mspowerpoint; soffice -impress -show '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.pps; description="Microsoft PowerPoint Document"; priority=3 -application/vnd.ms-powerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.pps; description="Microsoft PowerPoint Document"; priority=3 -application/x-mspowerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.pps; description="Microsoft PowerPoint Document"; priority=3 +# ECMA Office Open XML (Microsoft Office 2007) +application/vnd.ms-powerpoint.presentation.macroEnabled.12; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation with Macros Enabled"; nametemplate=%s.pptm; priority=3 +application/vnd.ms-powerpoint.slideshow.macroEnabled.12; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show with Macros Enabled"; nametemplate=%s.ppsm; priority=3 +application/vnd.ms-powerpoint.template.macroEnabled.12; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Template with Macros Enabled"; nametemplate=%s.potm; priority=3 +application/vnd.openxmlformats-officedocument.presentationml.presentation; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation"; nametemplate=%s.pptx; priority=3 +application/vnd.openxmlformats-officedocument.presentationml.slideshow; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show"; nametemplate=%s.ppsx; priority=3 +application/vnd.openxmlformats-officedocument.presentationml.template; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Template"; nametemplate=%s.potx; priority=3 + +# Microsoft PowerPoint +application/vnd.ms-powerpoint; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="Microsoft PowerPoint Document"; nametemplate=%s.ppt; priority=3 + +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.presentation; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="OpenDocument Presentation"; nametemplate=%s.odp; priority=9 +application/vnd.oasis.opendocument.presentation-template; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="OpenDocument Presentation Template"; nametemplate=%s.otp; priority=9 + +# OpenOffice.org 1.0 +application/vnd.sun.xml.impress; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Presentation"; nametemplate=%s.sxi; priority=8 +application/vnd.sun.xml.impress.template; soffice -impress '%s'; edit=soffice -impress '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Presentation Template"; nametemplate=%s.sti; priority=8 === modified file 'openoffice.org-math.mime' --- a/openoffice.org-math.mime 2007-07-31 10:52:31 +0000 +++ b/openoffice.org-math.mime 2008-04-02 11:39:36 +0000 @@ -1,1 +1,9 @@ -application/vnd.oasis.opendocument.formula; soffice -math '%s'; edit=soffice -math '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Formula"; nametemplate=%s.odf +# Generic +text/mathml; soffice -math '%s'; edit=soffice -math '%s'; test=test -n "$DISPLAY"; description="MathML Formula"; nametemplate=%s.mml; priority=3 + +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.formula; soffice -math '%s'; edit=soffice -math '%s'; test=test -n "$DISPLAY"; description="OpenDocument Formula"; nametemplate=%s.odf; priority=9 + +# OpenOffice.org 1.0 +application/vnd.sun.xml.math; soffice -math '%s'; edit=soffice -math '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Formula"; nametemplate=%s.sxm; priority=8 + === modified file 'openoffice.org-writer.mime' --- a/openoffice.org-writer.mime 2007-07-31 10:52:31 +0000 +++ b/openoffice.org-writer.mime 2008-04-02 11:39:36 +0000 @@ -1,17 +1,31 @@ -application/vnd.oasis.opendocument.text; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Text"; nametemplate=%s.odt -application/vnd.oasis.opendocument.text-template; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Text Template"; nametemplate=%s.ott -application/vnd.oasis.opendocument.text-web; ooweb '%s'; edit=ooweb '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument HTML Document Template"; nametemplate=%s.oth -application/vnd.oasis.opendocument.text-master; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ;description="OpenDocument Master Document"; nametemplate=%s.odm -application/vnd.sun.xml.writer; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Text Document"; nametemplate=%s.sxw; priority=8 -application/vnd.sun.xml.writer.global; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Master Document"; nametemplate=%s.sxg; priority=8 -application/vnd.sun.xml.writer.template; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != "" ; description="OpenOffice.org Text Document Template"; nametemplate=%s.stw; priority=8 -application/msword; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.doc; description="Microsoft Word Document"; priority=3 -application/vnd.ms-word; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.doc; description="Microsoft Word Document"; priority=3 -application/rtf; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.rtf; description="Rich Text Format"; priority=3 -text/rtf; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.rtf; description="Rich Text Format"; priority=3 -application/x-msword; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.doc; description="Microsoft Word Document"; priority=3 -application/wordperfect; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.wpd; description="WordPerfect Document"; priority=3 -application/wordperfect5.1; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.wpd; description="WordPerfect Document"; priority=3 -application/vnd.wordperfect; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.wpd; description="WordPerfect Document"; priority=3 -application/vnd.ms-works; soffice -writer '%s'; edit=soffice -writer '%s'; test=test "$DISPLAY" != ""; nametemplate=%s.wps^; description="Microsoft Works Document"; priority=3 +# Generic +application/rtf; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Rich Text Format"; nametemplate=%s.rtf; priority=3 +application/x-extension-txt; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Plain Text Document"; nametemplate=%s.txt; priority=3 +application/x-t602; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="T602 Document"; nametemplate=%s.602; priority=3 + +# Corel WordPerfect +application/vnd.wordperfect; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="WordPerfect Document"; nametemplate=%s.wp; priority=3 + +# ECMA Office Open XML (Microsoft Office 2007) +application/vnd.ms-word.document.macroEnabled.12; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document with Macros Enabled"; nametemplate=%s.docm; priority=3 +application/vnd.ms-word.template.macroEnabled.12; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document Template with Macros Enabled"; nametemplate=%s.dotm; priority=3 +application/vnd.openxmlformats-officedocument.wordprocessingml.document; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document"; nametemplate=%s.docx; priority=3 +application/vnd.openxmlformats-officedocument.wordprocessingml.template; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document Template"; nametemplate=%s.dotx; priority=3 + +# Microsoft Word +application/msword; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Word Document"; nametemplate=%s.doc; priority=3 + +# Microsoft Works +application/vnd.ms-works; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Works Document"; nametemplate=%s.wps; priority=3 + +# OASIS OpenDocument Format +application/vnd.oasis.opendocument.text; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document"; nametemplate=%s.odt; priority=9 +application/vnd.oasis.opendocument.text-master; soffice -global '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="OpenDocument Master Document"; nametemplate=%s.odm; priority=9 +application/vnd.oasis.opendocument.text-template; soffice -writer '%s'; edit=soffice -writer '%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document Template"; nametemplate=%s.ott; priority=9 +application/vnd.oasis.opendocument.text-web; soffice -web '%s'; edit=soffice -web '%s'; test=test -n "$DISPLAY"; description="OpenDocument HTML Document Template"; nametemplate=%s.oth; priority=9 + +# OpenOffice.org 1.0 +application/vnd.sun.xml.writer; soffice -writer '%s'; edit=soffice -writer '%s'; description="OpenOffice.org Text Document"; nametemplate=%s.sxw; priority=8 +application/vnd.sun.xml.writer.global; soffice -global '%s'; edit=soffice -writer '%s'; description="OpenOffice.org Master Document"; nametemplate=%s.sxg; priority=8 +application/vnd.sun.xml.writer.template; soffice -writer '%s'; edit=soffice -writer '%s'; description="OpenOffice.org Text Document Template"; nametemplate=%s.stw; priority=8

