You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Olle Jonsson (Jira)" <ji...@apache.org> on 2021/09/22 07:18:00 UTC

[jira] [Updated] (TIKA-3559) Add MIME type for .webmanifest files

     [ https://issues.apache.org/jira/browse/TIKA-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olle Jonsson updated TIKA-3559:
-------------------------------
    Description: 
Hello!

The MIME type for [Web Manifest|https://w3c.github.io/manifest/] could be added.

[Description of the new MIME type in the W3 "Web Application Manifest" editor's draft.|https://w3c.github.io/manifest/#media-type-registration]

[Example of usage in the MDN article on Web Manifest|https://developer.mozilla.org/en-US/docs/Web/Manifest#deploying_a_manifest_with_the_link_tag]

What it could look like the XML in the Tika project: I was looking through https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml and could not find any such mention.

{{<mime-type type="application/webmanifest+json">}}
{{  <sub-class-of type="application/json"/>}}
{{  <glob pattern="*.webmanifest"/>}}
{{</mime-type>}}

 

 

  was:
Hello!

The MIME type for [Web Manifest|https://w3c.github.io/manifest/] could be added.

[Description of the new MIME type in the W3 "Web Application Manifest" editor's draft.|https://w3c.github.io/manifest/#media-type-registration]

[Example of usage in the MDN article on Web Manifest|https://developer.mozilla.org/en-US/docs/Web/Manifest#deploying_a_manifest_with_the_link_tag]

What it could look like the XML in the Tika project:

{{<mime-type type="application/webmanifest+json">}}
{{  <sub-class-of type="application/json"/>}}
{{  <glob pattern="*.webmanifest"/>}}
{{</mime-type>}}

 

 


> Add MIME type for .webmanifest files
> ------------------------------------
>
>                 Key: TIKA-3559
>                 URL: https://issues.apache.org/jira/browse/TIKA-3559
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Olle Jonsson
>            Priority: Minor
>
> Hello!
> The MIME type for [Web Manifest|https://w3c.github.io/manifest/] could be added.
> [Description of the new MIME type in the W3 "Web Application Manifest" editor's draft.|https://w3c.github.io/manifest/#media-type-registration]
> [Example of usage in the MDN article on Web Manifest|https://developer.mozilla.org/en-US/docs/Web/Manifest#deploying_a_manifest_with_the_link_tag]
> What it could look like the XML in the Tika project: I was looking through https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml and could not find any such mention.
> {{<mime-type type="application/webmanifest+json">}}
> {{  <sub-class-of type="application/json"/>}}
> {{  <glob pattern="*.webmanifest"/>}}
> {{</mime-type>}}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)