Hi,
Mox a écrit :
I looked into the Info.plist in the OpenOffice.org 2.app and noticed
that the document type declarations were done very nicely :)
However, Spotlight-related information has not been added. This is
needed for (future) Spotlight plugins (NeoLight is one such plugin, but
currently does not seem to work with OO2)
was not added, you're right.
Here are the additions to Info.plist. This information has been created
by using public documentation and information.
Thank you very much. Just include this changes in the code needs perhaps
some precautions.
1) have you signed JCA ?
2) Or can anyone confirm what follows can be commited without take care
about JCA ( they're more than 10 lines)
Thank's in advance :-)
**** additions to Info.plist ***** START *****
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.content </string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>OpenDocument Text</string>
<key>UTTypeIdentifier</key>
<string>vnd.oasis.opendocument.text</string>
<key>UTTypeReferenceURL</key>
<string>http://xml.openoffice.org/xml_specification.pdf</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>odt</string>
<string>ott</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.oasis.opendocument.text</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string> public.content</string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>OpenDocument Drawing</string>
<key>UTTypeIdentifier</key>
<string>vnd.oasis.opendocument.graphic</string>
<key>UTTypeReferenceURL</key>
<string>http://xml.openoffice.org/xml_specification.pdf</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>odg</string>
<string>otd</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.oasis.opendocument.graphic</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string> public.content</string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>OpenDocument Presentation</string>
<key>UTTypeIdentifier</key>
<string>vnd.oasis.opendocument.presentation</string>
<key>UTTypeReferenceURL</key>
<string>http://xml.openoffice.org/xml_specification.pdf</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>odp</string>
<string>otp</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.oasis.opendocument.presentation</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string> public.content</string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>OpenDocument Spreadsheet</string>
<key>UTTypeIdentifier</key>
<string>vnd.oasis.opendocument.spreadsheet</string>
<key>UTTypeReferenceURL</key>
<string>http://xml.openoffice.org/xml_specification.pdf</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ods</string>
<string>ots</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.oasis.opendocument.spreadsheet</string>
</dict>
</dict>
</array>
****** additions to Info.plist **** END *****
--
<[EMAIL PROTECTED]>
Francophone OpenOffice.org Commmunity developer (Linux PPC / Mac OS X /
X11)
See : <http://fr.openoffice.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]