summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-05-19 23:11:37 -0400
committerAustin Ziegler <austin@zieglers.ca>2014-05-19 23:31:48 -0400
commitd11d546a6006e73b92c96b6c9485318c1862eb45 (patch)
tree1d73d13904b94d18c441d3d72c132c663cd707f8
parent6e33e0688fb804c82c76b17ad2f3217cc2c6db8b (diff)
downloadgit-d11d546a6006e73b92c96b6c9485318c1862eb45.tar.gz
Updated based on the IANA registry.
-rw-r--r--History-Types.rdoc31
-rw-r--r--type-lists/application.yaml1012
-rw-r--r--type-lists/audio.yaml286
-rw-r--r--type-lists/image.yaml31
-rw-r--r--type-lists/message.yaml3
-rw-r--r--type-lists/model.yaml50
-rw-r--r--type-lists/multipart.yaml11
-rw-r--r--type-lists/text.yaml65
-rw-r--r--type-lists/video.yaml55
9 files changed, 1473 insertions, 71 deletions
diff --git a/History-Types.rdoc b/History-Types.rdoc
index 911a2fa81f..ec889245b4 100644
--- a/History-Types.rdoc
+++ b/History-Types.rdoc
@@ -1,5 +1,30 @@
= MIME Types Changes by Version
+== 2.3 / 2014-05-DD
+
+* Updated the IANA media registry entries as of release date.
+ * Several MIME types had additional metadata added on the most recent import.
+ * MIME::Type application/pidfxml was renamed to application/pidf\+xml.
+ * Added MIME types: application/3gpdash-qoe-report\+xml,
+ application/alto-costmap\+json, application/alto-costmapfilter\+json,
+ application/alto-directory\+json, application/alto-endpointcost\+json,
+ application/alto-endpointcostparams\+json,
+ application/alto-endpointprop\+json,
+ application/alto-endpointpropparams\+json, application/alto-error\+json,
+ application/alto-networkmap\+json, application/alto-networkmapfilter\+json,
+ application/calendar\+json, application/vnd.ims.lis.v2.result\+json,
+ application/vnd.ims.lti.v2.toolconsumerprofile\+json,
+ application/vnd.ims.lti.v2.toolproxy\+json,
+ application/vnd.ims.lti.v2.toolproxy.id\+json,
+ application/vnd.ims.lti.v2.toolsettings\+json,
+ application/vnd.ims.lti.v2.toolsettings.simple\+json,
+ application/vnd.mason\+json, application/vnd.miele\+json,
+ application/vnd.ms-3mfdocument, application/vnd.panoply,
+ application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx,
+ image/vnd.valve.source.texture, model/vnd.opengex,
+ model/vnd.valve.source.compiled-map, model/x3d\+fastinfoset,
+ text/cache-manifest
+
== 2.2 / 2014-03-14
* Added <tt>.sj</tt> to +application/javascript+ as provided by Brandon
Galbraith (@brandongalbraith) in
@@ -7,9 +32,9 @@
* Marked application/excel and application/x-excel as obsolete in favour of
application/vnd.ms-excel per
{#60}[https://github.com/halostatue/mime-types/pull/60].
-* Merged duplicate MIME types for 3M post-it-notes into the registered MIME type.
- The only difference between the MIME types was capitalization; the MIME type
- registry is case-preserving.
+* Merged duplicate MIME types into the registered MIME type. The only
+ difference between the MIME types was capitalization; the MIME type registry
+ is case-preserving.
* Affected MIME types: application/vnd.3M.Post-it-Notes,
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment\+xml,
application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
diff --git a/type-lists/application.yaml b/type-lists/application.yaml
index 81f203c2f5..ebfdac579e 100644
--- a/type-lists/application.yaml
+++ b/type-lists/application.yaml
@@ -5,9 +5,27 @@
references:
- IANA
- RFC6015
+ - ! '{application/1d-interleaved-parityfec=http://www.iana.org/assignments/media-types/application/1d-interleaved-parityfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6015
+ template:
+ - application/1d-interleaved-parityfec
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/3gpdash-qoe-report+xml
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Ozgur_Oyman]'
+ - ! '[ThreeGPP]'
+ - ! '{application/3gpdash-qoe-report+xml=http://www.iana.org/assignments/media-types/application/3gpdash-qoe-report+xml}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Ozgur_Oyman
+ - ThreeGPP
+ template:
+ - application/3gpdash-qoe-report+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/3gpp-ims+xml
@@ -52,6 +70,136 @@
- application/activemessage
registered: true
- !ruby/object:MIME::Type
+ content-type: application/alto-costmap+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-costmap+json=http://www.iana.org/assignments/media-types/application/alto-costmap+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-costmap+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-costmapfilter+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-costmapfilter+json=http://www.iana.org/assignments/media-types/application/alto-costmapfilter+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-costmapfilter+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-directory+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-directory+json=http://www.iana.org/assignments/media-types/application/alto-directory+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-directory+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-endpointcost+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-endpointcost+json=http://www.iana.org/assignments/media-types/application/alto-endpointcost+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-endpointcost+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-endpointcostparams+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-endpointcostparams+json=http://www.iana.org/assignments/media-types/application/alto-endpointcostparams+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-endpointcostparams+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-endpointprop+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-endpointprop+json=http://www.iana.org/assignments/media-types/application/alto-endpointprop+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-endpointprop+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-endpointpropparams+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-endpointpropparams+json=http://www.iana.org/assignments/media-types/application/alto-endpointpropparams+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-endpointpropparams+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-error+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-error+json=http://www.iana.org/assignments/media-types/application/alto-error+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-error+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-networkmap+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-networkmap+json=http://www.iana.org/assignments/media-types/application/alto-networkmap+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-networkmap+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/alto-networkmapfilter+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-alto-protocol-27
+ - ! '{application/alto-networkmapfilter+json=http://www.iana.org/assignments/media-types/application/alto-networkmapfilter+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-alto-protocol-27
+ template:
+ - application/alto-networkmapfilter+json
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/andrew-inset
encoding: base64
extensions:
@@ -98,10 +246,13 @@
- IANA
- RFC4287
- RFC5023
+ - ! '{application/atom+xml=http://www.iana.org/assignments/media-types/application/atom+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4287
- rfc5023
+ template:
+ - application/atom+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/atomcat+xml
@@ -111,9 +262,12 @@
references:
- IANA
- RFC5023
+ - ! '{application/atomcat+xml=http://www.iana.org/assignments/media-types/application/atomcat+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5023
+ template:
+ - application/atomcat+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/atomdeleted+xml
@@ -121,9 +275,12 @@
references:
- IANA
- RFC6721
+ - ! '{application/atomdeleted+xml=http://www.iana.org/assignments/media-types/application/atomdeleted+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6721
+ template:
+ - application/atomdeleted+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/atomicmail
@@ -146,9 +303,12 @@
references:
- IANA
- RFC5023
+ - ! '{application/atomsvc+xml=http://www.iana.org/assignments/media-types/application/atomsvc+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5023
+ template:
+ - application/atomsvc+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/auth-policy+xml
@@ -156,9 +316,12 @@
references:
- IANA
- RFC4745
+ - ! '{application/auth-policy+xml=http://www.iana.org/assignments/media-types/application/auth-policy+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4745
+ template:
+ - application/auth-policy+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/bacnet-xdd+zip
@@ -181,9 +344,12 @@
references:
- IANA
- RFC2442
+ - ! '{application/batch-SMTP=http://www.iana.org/assignments/media-types/application/batch-SMTP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2442
+ template:
+ - application/batch-SMTP
registered: true
- !ruby/object:MIME::Type
content-type: application/beep+xml
@@ -191,9 +357,12 @@
references:
- IANA
- RFC3080
+ - ! '{application/beep+xml=http://www.iana.org/assignments/media-types/application/beep+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3080
+ template:
+ - application/beep+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/bleeper
@@ -205,14 +374,30 @@
- application/x-bleeper
registered: false
- !ruby/object:MIME::Type
+ content-type: application/calendar+json
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-jcardcal-jcal-10
+ - ! '{application/calendar+json=http://www.iana.org/assignments/media-types/application/calendar+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-jcardcal-jcal-10
+ template:
+ - application/calendar+json
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/calendar+xml
encoding: base64
references:
- IANA
- RFC6321
+ - ! '{application/calendar+xml=http://www.iana.org/assignments/media-types/application/calendar+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6321
+ template:
+ - application/calendar+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/call-completion
@@ -233,9 +418,12 @@
references:
- IANA
- RFC1895
+ - ! '{application/cals-1840=http://www.iana.org/assignments/media-types/application/cals-1840}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1895
+ template:
+ - application/cals-1840
registered: true
- !ruby/object:MIME::Type
content-type: application/cals1840
@@ -263,9 +451,12 @@
references:
- IANA
- RFC6503
+ - ! '{application/ccmp+xml=http://www.iana.org/assignments/media-types/application/ccmp+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6503
+ template:
+ - application/ccmp+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ccxml+xml
@@ -275,9 +466,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/ccxml+xml=http://www.iana.org/assignments/media-types/application/ccxml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/ccxml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/cdmi-capability
@@ -287,9 +481,12 @@
references:
- IANA
- RFC6208
+ - ! '{application/cdmi-capability=http://www.iana.org/assignments/media-types/application/cdmi-capability}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6208
+ template:
+ - application/cdmi-capability
registered: true
- !ruby/object:MIME::Type
content-type: application/cdmi-container
@@ -299,9 +496,12 @@
references:
- IANA
- RFC6208
+ - ! '{application/cdmi-container=http://www.iana.org/assignments/media-types/application/cdmi-container}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6208
+ template:
+ - application/cdmi-container
registered: true
- !ruby/object:MIME::Type
content-type: application/cdmi-domain
@@ -311,9 +511,12 @@
references:
- IANA
- RFC6208
+ - ! '{application/cdmi-domain=http://www.iana.org/assignments/media-types/application/cdmi-domain}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6208
+ template:
+ - application/cdmi-domain
registered: true
- !ruby/object:MIME::Type
content-type: application/cdmi-object
@@ -323,9 +526,12 @@
references:
- IANA
- RFC6208
+ - ! '{application/cdmi-object=http://www.iana.org/assignments/media-types/application/cdmi-object}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6208
+ template:
+ - application/cdmi-object
registered: true
- !ruby/object:MIME::Type
content-type: application/cdmi-queue
@@ -335,9 +541,12 @@
references:
- IANA
- RFC6208
+ - ! '{application/cdmi-queue=http://www.iana.org/assignments/media-types/application/cdmi-queue}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6208
+ template:
+ - application/cdmi-queue
registered: true
- !ruby/object:MIME::Type
content-type: application/cea-2018+xml
@@ -358,9 +567,12 @@
references:
- IANA
- RFC4708
+ - ! '{application/cellml+xml=http://www.iana.org/assignments/media-types/application/cellml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4708
+ template:
+ - application/cellml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/cfw
@@ -368,9 +580,12 @@
references:
- IANA
- RFC6230
+ - ! '{application/cfw=http://www.iana.org/assignments/media-types/application/cfw}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6230
+ template:
+ - application/cfw
registered: true
- !ruby/object:MIME::Type
content-type: application/clariscad
@@ -381,11 +596,11 @@
encoding: base64
references:
- IANA
- - DRAFT:draft-turner-application-cms-media-type-08
+ - RFC7193
- ! '{application/cms=http://www.iana.org/assignments/media-types/application/cms}'
xrefs: !ruby/hash:MIME::Types::Container
- draft:
- - RFC-turner-application-cms-media-type-08
+ rfc:
+ - rfc7193
template:
- application/cms
registered: true
@@ -395,9 +610,12 @@
references:
- IANA
- RFC3367
+ - ! '{application/cnrp+xml=http://www.iana.org/assignments/media-types/application/cnrp+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3367
+ template:
+ - application/cnrp+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/commonground
@@ -418,9 +636,12 @@
references:
- IANA
- RFC4575
+ - ! '{application/conference-info+xml=http://www.iana.org/assignments/media-types/application/conference-info+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4575
+ template:
+ - application/conference-info+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/cpl+xml
@@ -428,9 +649,12 @@
references:
- IANA
- RFC3880
+ - ! '{application/cpl+xml=http://www.iana.org/assignments/media-types/application/cpl+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3880
+ template:
+ - application/cpl+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/csrattrs
@@ -526,9 +750,12 @@
references:
- IANA
- RFC4709
+ - ! '{application/davmount+xml=http://www.iana.org/assignments/media-types/application/davmount+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4709
+ template:
+ - application/davmount+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/dca-rft
@@ -562,9 +789,12 @@
references:
- IANA
- RFC4235
+ - ! '{application/dialog-info+xml=http://www.iana.org/assignments/media-types/application/dialog-info+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4235
+ template:
+ - application/dialog-info+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/dicom
@@ -574,9 +804,12 @@
references:
- IANA
- RFC3240
+ - ! '{application/dicom=http://www.iana.org/assignments/media-types/application/dicom}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3240
+ template:
+ - application/dicom
registered: true
- !ruby/object:MIME::Type
content-type: application/dns
@@ -584,9 +817,12 @@
references:
- IANA
- RFC4027
+ - ! '{application/dns=http://www.iana.org/assignments/media-types/application/dns}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4027
+ template:
+ - application/dns
registered: true
- !ruby/object:MIME::Type
content-type: application/docbook+xml
@@ -604,9 +840,12 @@
references:
- IANA
- RFC6063
+ - ! '{application/dskpp+xml=http://www.iana.org/assignments/media-types/application/dskpp+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6063
+ template:
+ - application/dskpp+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/dssc+der
@@ -616,9 +855,12 @@
references:
- IANA
- RFC5698
+ - ! '{application/dssc+der=http://www.iana.org/assignments/media-types/application/dssc+der}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5698
+ template:
+ - application/dssc+der
registered: true
- !ruby/object:MIME::Type
content-type: application/dssc+xml
@@ -628,9 +870,12 @@
references:
- IANA
- RFC5698
+ - ! '{application/dssc+xml=http://www.iana.org/assignments/media-types/application/dssc+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5698
+ template:
+ - application/dssc+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/dvcs
@@ -638,9 +883,12 @@
references:
- IANA
- RFC3029
+ - ! '{application/dvcs=http://www.iana.org/assignments/media-types/application/dvcs}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3029
+ template:
+ - application/dvcs
registered: true
- !ruby/object:MIME::Type
content-type: application/dxf
@@ -654,9 +902,12 @@
references:
- IANA
- RFC4329
+ - ! '{application/ecmascript=http://www.iana.org/assignments/media-types/application/ecmascript}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4329
+ template:
+ - application/ecmascript
registered: true
- !ruby/object:MIME::Type
content-type: application/EDI-Consent
@@ -669,14 +920,30 @@
- rfc1767
registered: true
- !ruby/object:MIME::Type
+ content-type: application/EDI-consent
+ encoding: base64
+ references:
+ - IANA
+ - RFC1767
+ - ! '{application/EDI-consent=http://www.iana.org/assignments/media-types/application/EDI-consent}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ rfc:
+ - rfc1767
+ template:
+ - application/EDI-consent
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/EDI-X12
encoding: base64
references:
- IANA
- RFC1767
+ - ! '{application/EDI-X12=http://www.iana.org/assignments/media-types/application/EDI-X12}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1767
+ template:
+ - application/EDI-X12
registered: true
- !ruby/object:MIME::Type
content-type: application/EDIFACT
@@ -684,9 +951,12 @@
references:
- IANA
- RFC1767
+ - ! '{application/EDIFACT=http://www.iana.org/assignments/media-types/application/EDIFACT}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1767
+ template:
+ - application/EDIFACT
registered: true
- !ruby/object:MIME::Type
content-type: application/emma+xml
@@ -739,9 +1009,12 @@
references:
- IANA
- RFC5730
+ - ! '{application/epp+xml=http://www.iana.org/assignments/media-types/application/epp+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5730
+ template:
+ - application/epp+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/epub+zip
@@ -768,9 +1041,12 @@
references:
- IANA
- RFC4735
+ - ! '{application/example=http://www.iana.org/assignments/media-types/application/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - application/example
registered: true
- !ruby/object:MIME::Type
content-type: application/excel
@@ -829,9 +1105,12 @@
references:
- IANA
- RFC6726
+ - ! '{application/fdt+xml=http://www.iana.org/assignments/media-types/application/fdt+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6726
+ template:
+ - application/fdt+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/fits
@@ -839,9 +1118,12 @@
references:
- IANA
- RFC4047
+ - ! '{application/fits=http://www.iana.org/assignments/media-types/application/fits}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4047
+ template:
+ - application/fits
registered: true
- !ruby/object:MIME::Type
content-type: application/font-sfnt
@@ -866,9 +1148,12 @@
references:
- IANA
- RFC3073
+ - ! '{application/font-tdpfr=http://www.iana.org/assignments/media-types/application/font-tdpfr}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3073
+ template:
+ - application/font-tdpfr
registered: true
- !ruby/object:MIME::Type
content-type: application/font-woff
@@ -895,9 +1180,12 @@
references:
- IANA
- RFC6230
+ - ! '{application/framework-attributes+xml=http://www.iana.org/assignments/media-types/application/framework-attributes+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6230
+ template:
+ - application/framework-attributes+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/futuresplash
@@ -941,9 +1229,12 @@
references:
- IANA
- RFC6713
+ - ! '{application/gzip=http://www.iana.org/assignments/media-types/application/gzip}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6713
+ template:
+ - application/gzip
registered: true
- !ruby/object:MIME::Type
content-type: application/H224
@@ -951,9 +1242,12 @@
references:
- IANA
- RFC4573
+ - ! '{application/H224=http://www.iana.org/assignments/media-types/application/H224}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4573
+ template:
+ - application/H224
registered: true
- !ruby/object:MIME::Type
content-type: application/held+xml
@@ -961,9 +1255,12 @@
references:
- IANA
- RFC5985
+ - ! '{application/held+xml=http://www.iana.org/assignments/media-types/application/held+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5985
+ template:
+ - application/held+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/hep
@@ -1012,9 +1309,12 @@
references:
- IANA
- RFC5408
+ - ! '{application/ibe-key-request+xml=http://www.iana.org/assignments/media-types/application/ibe-key-request+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5408
+ template:
+ - application/ibe-key-request+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ibe-pkg-reply+xml
@@ -1022,9 +1322,12 @@
references:
- IANA
- RFC5408
+ - ! '{application/ibe-pkg-reply+xml=http://www.iana.org/assignments/media-types/application/ibe-pkg-reply+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5408
+ template:
+ - application/ibe-pkg-reply+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ibe-pp-data
@@ -1032,9 +1335,12 @@
references:
- IANA
- RFC5408
+ - ! '{application/ibe-pp-data=http://www.iana.org/assignments/media-types/application/ibe-pp-data}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5408
+ template:
+ - application/ibe-pp-data
registered: true
- !ruby/object:MIME::Type
content-type: application/iges
@@ -1055,9 +1361,12 @@
references:
- IANA
- RFC3994
+ - ! '{application/im-iscomposing+xml=http://www.iana.org/assignments/media-types/application/im-iscomposing+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3994
+ template:
+ - application/im-iscomposing+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/imagemap
@@ -1075,9 +1384,12 @@
references:
- IANA
- RFC2652
+ - ! '{application/index=http://www.iana.org/assignments/media-types/application/index}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2652
+ template:
+ - application/index
registered: true
- !ruby/object:MIME::Type
content-type: application/index.cmd
@@ -1085,9 +1397,12 @@
references:
- IANA
- RFC2652
+ - ! '{application/index.cmd=http://www.iana.org/assignments/media-types/application/index.cmd}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2652
+ template:
+ - application/index.cmd
registered: true
- !ruby/object:MIME::Type
content-type: application/index.obj
@@ -1095,9 +1410,12 @@
references:
- IANA
- RFC2652
+ - ! '{application/index.obj=http://www.iana.org/assignments/media-types/application/index.obj}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2652
+ template:
+ - application/index.obj
registered: true
- !ruby/object:MIME::Type
content-type: application/index.response
@@ -1105,9 +1423,12 @@
references:
- IANA
- RFC2652
+ - ! '{application/index.response=http://www.iana.org/assignments/media-types/application/index.response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2652
+ template:
+ - application/index.response
registered: true
- !ruby/object:MIME::Type
content-type: application/index.vnd
@@ -1115,9 +1436,12 @@
references:
- IANA
- RFC2652
+ - ! '{application/index.vnd=http://www.iana.org/assignments/media-types/application/index.vnd}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2652
+ template:
+ - application/index.vnd
registered: true
- !ruby/object:MIME::Type
content-type: application/inkml+xml
@@ -1141,9 +1465,12 @@
references:
- IANA
- RFC2935
+ - ! '{application/IOTP=http://www.iana.org/assignments/media-types/application/IOTP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2935
+ template:
+ - application/IOTP
registered: true
- !ruby/object:MIME::Type
content-type: application/ipfix
@@ -1153,9 +1480,12 @@
references:
- IANA
- RFC5655
+ - ! '{application/ipfix=http://www.iana.org/assignments/media-types/application/ipfix}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5655
+ template:
+ - application/ipfix
registered: true
- !ruby/object:MIME::Type
content-type: application/ipp
@@ -1163,9 +1493,12 @@
references:
- IANA
- RFC2910
+ - ! '{application/ipp=http://www.iana.org/assignments/media-types/application/ipp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2910
+ template:
+ - application/ipp
registered: true
- !ruby/object:MIME::Type
content-type: application/isup
@@ -1173,9 +1506,12 @@
references:
- IANA
- RFC3204
+ - ! '{application/ISUP=http://www.iana.org/assignments/media-types/application/ISUP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3204
+ template:
+ - application/ISUP
registered: true
- !ruby/object:MIME::Type
content-type: application/its+xml
@@ -1219,9 +1555,12 @@
references:
- IANA
- RFC4329
+ - ! '{application/javascript=http://www.iana.org/assignments/media-types/application/javascript}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4329
+ template:
+ - application/javascript
registered: true
- !ruby/object:MIME::Type
content-type: application/jrd+json
@@ -1276,9 +1615,12 @@
references:
- IANA
- RFC4730
+ - ! '{application/kpml-request+xml=http://www.iana.org/assignments/media-types/application/kpml-request+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4730
+ template:
+ - application/kpml-request+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/kpml-response+xml
@@ -1286,9 +1628,12 @@
references:
- IANA
- RFC4730
+ - ! '{application/kpml-response+xml=http://www.iana.org/assignments/media-types/application/kpml-response+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4730
+ template:
+ - application/kpml-response+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ld+json
@@ -1311,20 +1656,23 @@
references:
- IANA
- RFC6690
+ - ! '{application/link-format=http://www.iana.org/assignments/media-types/application/link-format}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6690
+ template:
+ - application/link-format
registered: true
- !ruby/object:MIME::Type
content-type: application/load-control+xml
encoding: base64
references:
- IANA
- - DRAFT:draft-ietf-soc-load-control-event-package-13
+ - RFC7200
- ! '{application/load-control+xml=http://www.iana.org/assignments/media-types/application/load-control+xml}'
xrefs: !ruby/hash:MIME::Types::Container
- draft:
- - RFC-ietf-soc-load-control-event-package-13
+ rfc:
+ - rfc7200
template:
- application/load-control+xml
registered: true
@@ -1336,9 +1684,12 @@
references:
- IANA
- RFC5222
+ - ! '{application/lost+xml=http://www.iana.org/assignments/media-types/application/lost+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5222
+ template:
+ - application/lost+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/lostsync+xml
@@ -1346,9 +1697,12 @@
references:
- IANA
- RFC6739
+ - ! '{application/lostsync+xml=http://www.iana.org/assignments/media-types/application/lostsync+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6739
+ template:
+ - application/lostsync+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/lotus-123
@@ -1408,9 +1762,12 @@
references:
- IANA
- RFC6207
+ - ! '{application/mads+xml=http://www.iana.org/assignments/media-types/application/mads+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6207
+ template:
+ - application/mads+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/marc
@@ -1420,9 +1777,12 @@
references:
- IANA
- RFC2220
+ - ! '{application/marc=http://www.iana.org/assignments/media-types/application/marc}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2220
+ template:
+ - application/marc
registered: true
- !ruby/object:MIME::Type
content-type: application/marcxml+xml
@@ -1432,9 +1792,12 @@
references:
- IANA
- RFC6207
+ - ! '{application/marcxml+xml=http://www.iana.org/assignments/media-types/application/marcxml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6207
+ template:
+ - application/marcxml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/mathcad
@@ -1663,9 +2026,12 @@
references:
- IANA
- RFC4155
+ - ! '{application/mbox+xml=http://www.iana.org/assignments/media-types/application/mbox+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4155
+ template:
+ - application/mbox+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/media-policy-dataset+xml
@@ -1673,9 +2039,12 @@
references:
- IANA
- RFC6796
+ - ! '{application/media-policy-dataset+xml=http://www.iana.org/assignments/media-types/application/media-policy-dataset+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6796
+ template:
+ - application/media-policy-dataset+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/media_control+xml
@@ -1683,9 +2052,12 @@
references:
- IANA
- RFC5168
+ - ! '{application/media_control+xml=http://www.iana.org/assignments/media-types/application/media_control+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5168
+ template:
+ - application/media_control+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/mediaservercontrol+xml
@@ -1695,9 +2067,12 @@
references:
- IANA
- RFC5022
+ - ! '{application/mediaservercontrol+xml=http://www.iana.org/assignments/media-types/application/mediaservercontrol+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5022
+ template:
+ - application/mediaservercontrol+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/metalink+xml
@@ -1713,9 +2088,12 @@
references:
- IANA
- RFC5854
+ - ! '{application/metalink4+xml=http://www.iana.org/assignments/media-types/application/metalink4+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5854
+ template:
+ - application/metalink4+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/mets+xml
@@ -1725,9 +2103,12 @@
references:
- IANA
- RFC6207
+ - ! '{application/mets+xml=http://www.iana.org/assignments/media-types/application/mets+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6207
+ template:
+ - application/mets+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/mikey
@@ -1735,9 +2116,12 @@
references:
- IANA
- RFC3830
+ - ! '{application/mikey=http://www.iana.org/assignments/media-types/application/mikey}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3830
+ template:
+ - application/mikey
registered: true
- !ruby/object:MIME::Type
content-type: application/mods+xml
@@ -1747,9 +2131,12 @@
references:
- IANA
- RFC6207
+ - ! '{application/mods+xml=http://www.iana.org/assignments/media-types/application/mods+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6207
+ template:
+ - application/mods+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/moss-keys
@@ -1757,9 +2144,12 @@
references:
- IANA
- RFC1848
+ - ! '{application/moss-keys=http://www.iana.org/assignments/media-types/application/moss-keys}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1848
+ template:
+ - application/moss-keys
registered: true
- !ruby/object:MIME::Type
content-type: application/moss-signature
@@ -1767,9 +2157,12 @@
references:
- IANA
- RFC1848
+ - ! '{application/moss-signature=http://www.iana.org/assignments/media-types/application/moss-signature}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1848
+ template:
+ - application/moss-signature
registered: true
- !ruby/object:MIME::Type
content-type: application/mosskey-data
@@ -1777,9 +2170,12 @@
references:
- IANA
- RFC1848
+ - ! '{application/mosskey-data=http://www.iana.org/assignments/media-types/application/mosskey-data}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1848
+ template:
+ - application/mosskey-data
registered: true
- !ruby/object:MIME::Type
content-type: application/mosskey-request
@@ -1787,9 +2183,12 @@
references:
- IANA
- RFC1848
+ - ! '{application/mosskey-request=http://www.iana.org/assignments/media-types/application/mosskey-request}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1848
+ template:
+ - application/mosskey-request
registered: true
- !ruby/object:MIME::Type
content-type: application/mp21
@@ -1821,10 +2220,13 @@
- IANA
- RFC4337
- RFC6381
+ - ! '{application/mp4=http://www.iana.org/assignments/media-types/application/mp4}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4337
- rfc6381
+ template:
+ - application/mp4
registered: true
- !ruby/object:MIME::Type
content-type: application/mpeg4-generic
@@ -1832,9 +2234,12 @@
references:
- IANA
- RFC3640
+ - ! '{application/mpeg4-generic=http://www.iana.org/assignments/media-types/application/mpeg4-generic}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3640
+ template:
+ - application/mpeg4-generic
registered: true
- !ruby/object:MIME::Type
content-type: application/mpeg4-iod
@@ -1842,9 +2247,12 @@
references:
- IANA
- RFC4337
+ - ! '{application/mpeg4-iod=http://www.iana.org/assignments/media-types/application/mpeg4-iod}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4337
+ template:
+ - application/mpeg4-iod
registered: true
- !ruby/object:MIME::Type
content-type: application/mpeg4-iod-xmt
@@ -1852,9 +2260,12 @@
references:
- IANA
- RFC4337
+ - ! '{application/mpeg4-iod-xmt=http://www.iana.org/assignments/media-types/application/mpeg4-iod-xmt}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4337
+ template:
+ - application/mpeg4-iod-xmt
registered: true
- !ruby/object:MIME::Type
content-type: application/mrb-consumer+xml
@@ -1888,9 +2299,12 @@
references:
- IANA
- RFC6231
+ - ! '{application/msc-ivr+xml=http://www.iana.org/assignments/media-types/application/msc-ivr+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6231
+ template:
+ - application/msc-ivr+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/msc-mixer+xml
@@ -1898,9 +2312,12 @@
references:
- IANA
- RFC6505
+ - ! '{application/msc-mixer+xml=http://www.iana.org/assignments/media-types/application/msc-mixer+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6505
+ template:
+ - application/msc-mixer+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/msword
@@ -1927,9 +2344,12 @@
references:
- IANA
- RFC4539
+ - ! '{application/mxf=http://www.iana.org/assignments/media-types/application/mxf}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4539
+ template:
+ - application/mxf
registered: true
- !ruby/object:MIME::Type
content-type: application/nasdata
@@ -1937,9 +2357,12 @@
references:
- IANA
- RFC4707
+ - ! '{application/nasdata=http://www.iana.org/assignments/media-types/application/nasdata}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4707
+ template:
+ - application/nasdata
registered: true
- !ruby/object:MIME::Type
content-type: application/netcdf
@@ -1954,9 +2377,12 @@
references:
- IANA
- RFC5537
+ - ! '{application/news-checkgroups=http://www.iana.org/assignments/media-types/application/news-checkgroups}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5537
+ template:
+ - application/news-checkgroups
registered: true
- !ruby/object:MIME::Type
content-type: application/news-groupinfo
@@ -1964,9 +2390,12 @@
references:
- IANA
- RFC5537
+ - ! '{application/news-groupinfo=http://www.iana.org/assignments/media-types/application/news-groupinfo}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5537
+ template:
+ - application/news-groupinfo
registered: true
- !ruby/object:MIME::Type
content-type: application/news-message-id
@@ -1983,9 +2412,12 @@
references:
- IANA
- RFC5537
+ - ! '{application/news-transmission=http://www.iana.org/assignments/media-types/application/news-transmission}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5537
+ template:
+ - application/news-transmission
registered: true
- !ruby/object:MIME::Type
content-type: application/nlsml+xml
@@ -1993,9 +2425,12 @@
references:
- IANA
- RFC6787
+ - ! '{application/nlsml+xml=http://www.iana.org/assignments/media-types/application/nlsml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6787
+ template:
+ - application/nlsml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/nss
@@ -2016,9 +2451,12 @@
references:
- IANA
- RFC6960
+ - ! '{application/ocsp-request=http://www.iana.org/assignments/media-types/application/ocsp-request}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6960
+ template:
+ - application/ocsp-request
registered: true
- !ruby/object:MIME::Type
content-type: application/ocsp-response
@@ -2026,9 +2464,12 @@
references:
- IANA
- RFC6960
+ - ! '{application/oscp-response=http://www.iana.org/assignments/media-types/application/oscp-response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6960
+ template:
+ - application/oscp-response
registered: true
- !ruby/object:MIME::Type
content-type: application/octet-stream
@@ -2058,10 +2499,13 @@
- IANA
- RFC2045
- RFC2046
+ - ! '{application/octet-stream=http://www.iana.org/assignments/media-types/application/octet-stream}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
- rfc2046
+ template:
+ - application/octet-stream
registered: true
- !ruby/object:MIME::Type
content-type: application/oda
@@ -2072,10 +2516,13 @@
- IANA
- RFC2045
- RFC2046
+ - ! '{application/ODA=http://www.iana.org/assignments/media-types/application/ODA}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
- rfc2046
+ template:
+ - application/ODA
registered: true
- !ruby/object:MIME::Type
content-type: application/ODX
@@ -2100,9 +2547,12 @@
references:
- IANA
- RFC4839
+ - ! '{application/oebps-package+xml=http://www.iana.org/assignments/media-types/application/oebps-package+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4839
+ template:
+ - application/oebps-package+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ogg
@@ -2112,9 +2562,12 @@
references:
- IANA
- RFC5334
+ - ! '{application/ogg=http://www.iana.org/assignments/media-types/application/ogg}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5334
+ template:
+ - application/ogg
registered: true
- !ruby/object:MIME::Type
content-type: application/omdoc+xml
@@ -2177,9 +2630,12 @@
references:
- IANA
- RFC5261
+ - ! '{application/patch-ops-error+xml=http://www.iana.org/assignments/media-types/application/patch-ops-error+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5261
+ template:
+ - application/patch-ops-error+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/pdf
@@ -2189,9 +2645,12 @@
references:
- IANA
- RFC3778
+ - ! '{application/pdf=http://www.iana.org/assignments/media-types/application/pdf}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3778
+ template:
+ - application/pdf
registered: true
- !ruby/object:MIME::Type
content-type: application/PDX
@@ -2216,9 +2675,12 @@
references:
- IANA
- RFC3156
+ - ! '{application/pgp-encrypted=http://www.iana.org/assignments/media-types/application/pgp-encrypted}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3156
+ template:
+ - application/pgp-encrypted
registered: true
- !ruby/object:MIME::Type
content-type: application/pgp-keys
@@ -2240,9 +2702,12 @@
references:
- IANA
- RFC3156
+ - ! '{application/pgp-signature=http://www.iana.org/assignments/media-types/application/pgp-signature}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3156
+ template:
+ - application/pgp-signature
registered: true
signature: true
- !ruby/object:MIME::Type
@@ -2257,12 +2722,12 @@
references:
- IANA
- RFC3863
- - ! '{application/pidfxml=http://www.iana.org/assignments/media-types/application/pidfxml}'
+ - ! '{application/pidf+xml=http://www.iana.org/assignments/media-types/application/pidf+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3863
template:
- - application/pidfxml
+ - application/pidf+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/pidf-diff+xml
@@ -2270,9 +2735,12 @@
references:
- IANA
- RFC5262
+ - ! '{application/pidf-diff+xml=http://www.iana.org/assignments/media-types/application/pidf-diff+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5262
+ template:
+ - application/pidf-diff+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/pkcs10
@@ -2282,9 +2750,12 @@
references:
- IANA
- RFC5967
+ - ! '{application/pkcs10=http://www.iana.org/assignments/media-types/application/pkcs10}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5967
+ template:
+ - application/pkcs10
registered: true
signature: true
- !ruby/object:MIME::Type
@@ -2297,10 +2768,13 @@
- IANA
- RFC5751
- RFC7114
+ - ! '{application/pkcs7-mime=http://www.iana.org/assignments/media-types/application/pkcs7-mime}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5751
- rfc7114
+ template:
+ - application/pkcs7-mime
registered: true
signature: true
- !ruby/object:MIME::Type
@@ -2311,9 +2785,12 @@
references:
- IANA
- RFC5751
+ - ! '{application/pkcs7-signature=http://www.iana.org/assignments/media-types/application/pkcs7-signature}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5751
+ template:
+ - application/pkcs7-signature
registered: true
signature: true
- !ruby/object:MIME::Type
@@ -2324,9 +2801,12 @@
references:
- IANA
- RFC5958
+ - ! '{application/pkcs8=http://www.iana.org/assignments/media-types/application/pkcs8}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5958
+ template:
+ - application/pkcs8
registered: true
- !ruby/object:MIME::Type
content-type: application/pkix-attr-cert
@@ -2336,9 +2816,12 @@
references:
- IANA
- RFC5877
+ - ! '{application/pkix-attr-cert=http://www.iana.org/assignments/media-types/application/pkix-attr-cert}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5877
+ template:
+ - application/pkix-attr-cert
registered: true
- !ruby/object:MIME::Type
content-type: application/pkix-cert
@@ -2348,9 +2831,12 @@
references:
- IANA
- RFC2585
+ - ! '{application/pkix-cert=http://www.iana.org/assignments/media-types/application/pkix-cert}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2585
+ template:
+ - application/pkix-cert
registered: true
- !ruby/object:MIME::Type
content-type: application/pkix-crl
@@ -2360,9 +2846,12 @@
references:
- IANA
- RFC2585
+ - ! '{application/pkix-crl=http://www.iana.org/assignments/media-types/application/pkix-crl}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2585
+ template:
+ - application/pkix-crl
registered: true
- !ruby/object:MIME::Type
content-type: application/pkix-pkipath
@@ -2372,9 +2861,12 @@
references:
- IANA
- RFC6066
+ - ! '{application/pkix-pkipath=http://www.iana.org/assignments/media-types/application/pkix-pkipath}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6066
+ template:
+ - application/pkix-pkipath
registered: true
- !ruby/object:MIME::Type
content-type: application/pkixcmp
@@ -2384,9 +2876,12 @@
references:
- IANA
- RFC2510
+ - ! '{application/pkixcmp=http://www.iana.org/assignments/media-types/application/pkixcmp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2510
+ template:
+ - application/pkixcmp
registered: true
- !ruby/object:MIME::Type
content-type: application/pls+xml
@@ -2396,9 +2891,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/pls+xml=http://www.iana.org/assignments/media-types/application/pls+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/pls+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/poc-settings+xml
@@ -2406,9 +2904,12 @@
references:
- IANA
- RFC4354
+ - ! '{application/poc-settings+xml=http://www.iana.org/assignments/media-types/application/poc-settings+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4354
+ template:
+ - application/poc-settings+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/postscript
@@ -2421,10 +2922,13 @@
- IANA
- RFC2045
- RFC2046
+ - ! '{application/postscript=http://www.iana.org/assignments/media-types/application/postscript}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
- rfc2046
+ template:
+ - application/postscript
registered: true
- !ruby/object:MIME::Type
content-type: application/powerpoint
@@ -2558,9 +3062,12 @@
references:
- IANA
- RFC6030
+ - ! '{application/pskc+xml=http://www.iana.org/assignments/media-types/application/pskc+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6030
+ template:
+ - application/pskc+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/qsig
@@ -2568,9 +3075,12 @@
references:
- IANA
- RFC3204
+ - ! '{application/QSIG=http://www.iana.org/assignments/media-types/application/QSIG}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3204
+ template:
+ - application/QSIG
registered: true
- !ruby/object:MIME::Type
content-type: application/quicktimeplayer
@@ -2587,9 +3097,12 @@
references:
- IANA
- RFC6682
+ - ! '{application/raptorfec=http://www.iana.org/assignments/media-types/application/raptorfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6682
+ template:
+ - application/raptorfec
registered: true
- !ruby/object:MIME::Type
content-type: application/rdf+xml
@@ -2599,9 +3112,12 @@
references:
- IANA
- RFC3870
+ - ! '{application/rdf+xml=http://www.iana.org/assignments/media-types/application/rdf+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3870
+ template:
+ - application/rdf+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/reginfo+xml
@@ -2611,9 +3127,12 @@
references:
- IANA
- RFC3680
+ - ! '{application/reginfo+xml=http://www.iana.org/assignments/media-types/application/reginfo+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3680
+ template:
+ - application/reginfo+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/relax-ng-compact-syntax
@@ -2674,9 +3193,12 @@
references:
- IANA
- RFC4826
+ - ! '{application/resource-lists+xml=http://www.iana.org/assignments/media-types/application/resource-lists+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4826
+ template:
+ - application/resource-lists+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/resource-lists-diff+xml
@@ -2686,9 +3208,12 @@
references:
- IANA
- RFC5362
+ - ! '{application/resource-lists-diff+xml=http://www.iana.org/assignments/media-types/application/resource-lists-diff+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5362
+ template:
+ - application/resource-lists-diff+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/riscos
@@ -2709,9 +3234,12 @@
references:
- IANA
- RFC4662
+ - ! '{application/rlmi+xml=http://www.iana.org/assignments/media-types/application/rlmi+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4662
+ template:
+ - application/rlmi+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/rls-services+xml
@@ -2721,9 +3249,12 @@
references:
- IANA
- RFC4826
+ - ! '{application/rls-services+xml=http://www.iana.org/assignments/media-types/application/rls-services+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4826
+ template:
+ - application/rls-services+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/rpki-ghostbusters
@@ -2733,9 +3264,12 @@
references:
- IANA
- RFC6493
+ - ! '{application/rpki-ghostbusters=http://www.iana.org/assignments/media-types/application/rpki-ghostbusters}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6493
+ template:
+ - application/rpki-ghostbusters
registered: true
- !ruby/object:MIME::Type
content-type: application/rpki-manifest
@@ -2745,9 +3279,12 @@
references:
- IANA
- RFC6481
+ - ! '{application/rpki-manifest=http://www.iana.org/assignments/media-types/application/rpki-manifest}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6481
+ template:
+ - application/rpki-manifest
registered: true
- !ruby/object:MIME::Type
content-type: application/rpki-roa
@@ -2757,9 +3294,12 @@
references:
- IANA
- RFC6481
+ - ! '{application/rpki-roa=http://www.iana.org/assignments/media-types/application/rpki-roa}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6481
+ template:
+ - application/rpki-roa
registered: true
- !ruby/object:MIME::Type
content-type: application/rpki-updown
@@ -2767,9 +3307,12 @@
references:
- IANA
- RFC6492
+ - ! '{application/rpki-updown=http://www.iana.org/assignments/media-types/application/rpki-updown}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6492
+ template:
+ - application/rpki-updown
registered: true
- !ruby/object:MIME::Type
content-type: application/rsd+xml
@@ -2817,9 +3360,12 @@
references:
- IANA
- RFC4588
+ - ! '{application/rtx=http://www.iana.org/assignments/media-types/application/rtx}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4588
+ template:
+ - application/rtx
registered: true
- !ruby/object:MIME::Type
content-type: application/samlassertion+xml
@@ -2855,9 +3401,12 @@
references:
- IANA
- RFC3823
+ - ! '{application/sbml+xml=http://www.iana.org/assignments/media-types/application/sbml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3823
+ template:
+ - application/sbml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/scvp-cv-request
@@ -2867,9 +3416,12 @@
references:
- IANA
- RFC5055
+ - ! '{application/scvp-cv-request=http://www.iana.org/assignments/media-types/application/scvp-cv-request}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5055
+ template:
+ - application/scvp-cv-request
registered: true
- !ruby/object:MIME::Type
content-type: application/scvp-cv-response
@@ -2879,9 +3431,12 @@
references:
- IANA
- RFC5055
+ - ! '{application/scvp-cv-response=http://www.iana.org/assignments/media-types/application/scvp-cv-response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5055
+ template:
+ - application/scvp-cv-response
registered: true
- !ruby/object:MIME::Type
content-type: application/scvp-vp-request
@@ -2891,9 +3446,12 @@
references:
- IANA
- RFC5055
+ - ! '{application/scvp-vp-request=http://www.iana.org/assignments/media-types/application/scvp-vp-request}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5055
+ template:
+ - application/scvp-vp-request
registered: true
- !ruby/object:MIME::Type
content-type: application/scvp-vp-response
@@ -2903,9 +3461,12 @@
references:
- IANA
- RFC5055
+ - ! '{application/scvp-vp-response=http://www.iana.org/assignments/media-types/application/scvp-vp-response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5055
+ template:
+ - application/scvp-vp-response
registered: true
- !ruby/object:MIME::Type
content-type: application/sdp
@@ -2915,9 +3476,12 @@
references:
- IANA
- RFC4566
+ - ! '{application/sdp=http://www.iana.org/assignments/media-types/application/sdp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4566
+ template:
+ - application/sdp
registered: true
- !ruby/object:MIME::Type
content-type: application/sep+xml
@@ -3032,9 +3596,12 @@
references:
- IANA
- RFC1874
+ - ! '{application/SGML=http://www.iana.org/assignments/media-types/application/SGML}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1874
+ template:
+ - application/SGML
registered: true
- !ruby/object:MIME::Type
content-type: application/sgml-open-catalog
@@ -3059,9 +3626,12 @@
references:
- IANA
- RFC4194
+ - ! '{application/shf+xml=http://www.iana.org/assignments/media-types/application/shf+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4194
+ template:
+ - application/shf+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/sieve
@@ -3071,9 +3641,12 @@
references:
- IANA
- RFC5228
+ - ! '{application/sieve=http://www.iana.org/assignments/media-types/application/sieve}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5228
+ template:
+ - application/sieve
registered: true
- !ruby/object:MIME::Type
content-type: application/simple-filter+xml
@@ -3081,9 +3654,12 @@
references:
- IANA
- RFC4661
+ - ! '{application/simple-filter+xml=http://www.iana.org/assignments/media-types/application/simple-filter+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4661
+ template:
+ - application/simple-filter+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/simple-message-summary
@@ -3091,9 +3667,12 @@
references:
- IANA
- RFC3842
+ - ! '{application/simple-message-summary=http://www.iana.org/assignments/media-types/application/simple-message-summary}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3842
+ template:
+ - application/simple-message-summary
registered: true
- !ruby/object:MIME::Type
content-type: application/simpleSymbolContainer
@@ -3137,9 +3716,12 @@
references:
- IANA
- RFC4536
+ - ! '{application/smil=http://www.iana.org/assignments/media-types/application/smil}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4536
+ template:
+ - application/smil
registered: true
- !ruby/object:MIME::Type
content-type: application/smil+xml
@@ -3150,9 +3732,12 @@
references:
- IANA
- RFC4536
+ - ! '{application/smil+xml=http://www.iana.org/assignments/media-types/application/smil+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4536
+ template:
+ - application/smil+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/smpte336m
@@ -3160,9 +3745,12 @@
references:
- IANA
- RFC6597
+ - ! '{application/smpte336m=http://www.iana.org/assignments/media-types/application/smpte336m}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6597
+ template:
+ - application/smpte336m
registered: true
- !ruby/object:MIME::Type
content-type: application/soap+fastinfoset
@@ -3183,9 +3771,12 @@
references:
- IANA
- RFC3902
+ - ! '{application/soap+xml=http://www.iana.org/assignments/media-types/application/soap+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3902
+ template:
+ - application/soap+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/solids
@@ -3227,9 +3818,12 @@
references:
- IANA
- RFC3910
+ - ! '{application/spirits-event+xml=http://www.iana.org/assignments/media-types/application/spirits-event+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3910
+ template:
+ - application/spirits-event+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/sql
@@ -3252,9 +3846,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/srgs=http://www.iana.org/assignments/media-types/application/srgs}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/srgs
registered: true
- !ruby/object:MIME::Type
content-type: application/srgs+xml
@@ -3264,9 +3861,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/srgs+xml=http://www.iana.org/assignments/media-types/application/srgs+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/srgs+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/sru+xml
@@ -3276,9 +3876,12 @@
references:
- IANA
- RFC6207
+ - ! '{application/sru+xml=http://www.iana.org/assignments/media-types/application/sru+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6207
+ template:
+ - application/sru+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/ssdl+xml
@@ -3294,9 +3897,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/ssml+xml=http://www.iana.org/assignments/media-types/application/ssml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/ssml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/STEP
@@ -3308,9 +3914,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-apex-update=http://www.iana.org/assignments/media-types/application/tamp-apex-update}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-apex-update
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-apex-update-confirm
@@ -3318,9 +3927,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-apex-update-confirm=http://www.iana.org/assignments/media-types/application/tamp-apex-update-confirm}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-apex-update-confirm
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-community-update
@@ -3328,9 +3940,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-community-update=http://www.iana.org/assignments/media-types/application/tamp-community-update}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-community-update
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-community-update-confirm
@@ -3338,9 +3953,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-community-update-confirm=http://www.iana.org/assignments/media-types/application/tamp-community-update-confirm}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-community-update-confirm
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-error
@@ -3348,9 +3966,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-error=http://www.iana.org/assignments/media-types/application/tamp-error}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-error
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-sequence-adjust
@@ -3358,9 +3979,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-sequence-adjust=http://www.iana.org/assignments/media-types/application/tamp-sequence-adjust}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-sequence-adjust
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-sequence-adjust-confirm
@@ -3368,9 +3992,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-sequence-adjust-confirm=http://www.iana.org/assignments/media-types/application/tamp-sequence-adjust-confirm}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-sequence-adjust-confirm
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-status-query
@@ -3378,9 +4005,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-status-query=http://www.iana.org/assignments/media-types/application/tamp-status-query}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-status-query
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-status-response
@@ -3388,9 +4018,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-status-response=http://www.iana.org/assignments/media-types/application/tamp-status-response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-status-response
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-update
@@ -3398,9 +4031,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-update=http://www.iana.org/assignments/media-types/application/tamp-update}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-update
registered: true
- !ruby/object:MIME::Type
content-type: application/tamp-update-confirm
@@ -3408,9 +4044,12 @@
references:
- IANA
- RFC5934
+ - ! '{application/tamp-update-confirm=http://www.iana.org/assignments/media-types/application/tamp-update-confirm}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5934
+ template:
+ - application/tamp-update-confirm
registered: true
- !ruby/object:MIME::Type
content-type: application/tei+xml
@@ -3421,9 +4060,12 @@
references:
- IANA
- RFC6129
+ - ! '{application/tei+xml=http://www.iana.org/assignments/media-types/application/tei+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6129
+ template:
+ - application/tei+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/thraud+xml
@@ -3433,9 +4075,12 @@
references:
- IANA
- RFC5941
+ - ! '{application/thraud+xml=http://www.iana.org/assignments/media-types/application/thraud+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5941
+ template:
+ - application/thraud+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/timestamp-query
@@ -3443,9 +4088,12 @@
references:
- IANA
- RFC3161
+ - ! '{application/timestamp-query=http://www.iana.org/assignments/media-types/application/timestamp-query}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3161
+ template:
+ - application/timestamp-query
registered: true
- !ruby/object:MIME::Type
content-type: application/timestamp-reply
@@ -3453,9 +4101,12 @@
references:
- IANA
- RFC3161
+ - ! '{application/timestamp-reply=http://www.iana.org/assignments/media-types/application/timestamp-reply}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3161
+ template:
+ - application/timestamp-reply
registered: true
- !ruby/object:MIME::Type
content-type: application/timestamped-data
@@ -3465,9 +4116,12 @@
references:
- IANA
- RFC5955
+ - ! '{application/timestamped-data=http://www.iana.org/assignments/media-types/application/timestamped-data}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5955
+ template:
+ - application/timestamped-data
registered: true
- !ruby/object:MIME::Type
content-type: application/toolbook
@@ -3512,9 +4166,12 @@
references:
- IANA
- RFC5109
+ - ! '{application/ulpfec=http://www.iana.org/assignments/media-types/application/ulpfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5109
+ template:
+ - application/ulpfec
registered: true
- !ruby/object:MIME::Type
content-type: application/urc-grpsheet+xml
@@ -3593,9 +4250,12 @@
references:
- IANA
- RFC6351
+ - ! '{application/vcard+xml=http://www.iana.org/assignments/media-types/application/vcard+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6351
+ template:
+ - application/vcard+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vda
@@ -3607,9 +4267,12 @@
references:
- IANA
- RFC2122
+ - ! '{application/vemmi=http://www.iana.org/assignments/media-types/application/vemmi}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2122
+ template:
+ - application/vemmi
registered: true
- !ruby/object:MIME::Type
content-type: application/VMSBACKUP
@@ -7126,6 +7789,84 @@
- application/vnd.immervision-ivu
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lis.v2.result+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lis.v2.result+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lis.v2.result+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lis.v2.result+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lti.v2.toolconsumerprofile+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lti.v2.toolconsumerprofile+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lti.v2.toolconsumerprofile+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lti.v2.toolconsumerprofile+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lti.v2.toolproxy+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lti.v2.toolproxy+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lti.v2.toolproxy+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lti.v2.toolproxy+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lti.v2.toolproxy.id+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lti.v2.toolproxy.id+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lti.v2.toolproxy.id+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lti.v2.toolproxy.id+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lti.v2.toolsettings+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lti.v2.toolsettings+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lti.v2.toolsettings+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lti.v2.toolsettings+json
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: application/vnd.ims.lti.v2.toolsettings.simple+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Lisa_Mattson]'
+ - ! '{application/vnd.ims.lti.v2.toolsettings.simple+json=http://www.iana.org/assignments/media-types/application/vnd.ims.lti.v2.toolsettings.simple+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Lisa_Mattson
+ template:
+ - application/vnd.ims.lti.v2.toolsettings.simple+json
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.informedcontrol.rms+xml
encoding: base64
references:
@@ -8070,6 +8811,19 @@
- application/vnd.marlin.drm.mdcf
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.mason+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Jorn_Wildt]'
+ - ! '{application/vnd.mason+json=http://www.iana.org/assignments/media-types/application/vnd.mason+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Jorn_Wildt
+ template:
+ - application/vnd.mason+json
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.mcd
encoding: base64
extensions:
@@ -8188,6 +8942,19 @@
- application/vnd.micrografx-igx
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.miele+json
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Nils_Langhammer]'
+ - ! '{application/vnd.miele+json=http://www.iana.org/assignments/media-types/application/vnd.miele+json}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Nils_Langhammer
+ template:
+ - application/vnd.miele+json
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.mif
encoding: base64
extensions:
@@ -8483,6 +9250,19 @@
- application/vnd.mozilla.xul+xml
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.ms-3mfdocument
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Shawn_Maloney]'
+ - ! '{application/vnd.ms-3mfdocument=http://www.iana.org/assignments/media-types/application/vnd.ms-3mfdocument}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Shawn_Maloney
+ template:
+ - application/vnd.ms-3mfdocument
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.ms-artgalry
encoding: base64
extensions:
@@ -8617,25 +9397,12 @@
- ! '[Kim_Scarborough]'
- ! '{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}'
xrefs: !ruby/hash:MIME::Types::Container
- person: &70341024515740
+ person:
- Kim_Scarborough
- template: &70341024465140
+ template:
- application/vnd.ms-fontobject
registered: true
- !ruby/object:MIME::Type
- content-type: application/vnd.ms-fontobject
- encoding: base64
- extensions:
- - eot
- references:
- - IANA
- - ! '[Kim_Scarborough]'
- - ! '{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}'
- xrefs: !ruby/hash:MIME::Types::Container
- person: *70341024515740
- template: *70341024465140
- registered: true
-- !ruby/object:MIME::Type
content-type: application/vnd.ms-htmlhelp
encoding: base64
extensions:
@@ -11750,6 +12517,19 @@
- application/vnd.palm
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.panoply
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Natarajan_Balasundara]'
+ - ! '{application/vnd.panoply=http://www.iana.org/assignments/media-types/application/vnd.panoply}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Natarajan_Balasundara
+ template:
+ - application/vnd.panoply
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.paos.xml
encoding: base64
references:
@@ -12053,9 +12833,12 @@
references:
- IANA
- RFC3391
+ - ! '{application/vwg-multiplexed=http://www.iana.org/assignments/media-types/application/vwg-multiplexed}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3391
+ template:
+ - application/vwg-multiplexed
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.pwg-xhtml-print+xml
@@ -12122,9 +12905,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.moml+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.moml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.moml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml+xml
@@ -12132,9 +12918,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit+xml
@@ -12142,9 +12931,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-audit+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-audit+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-audit+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-conf+xml
@@ -12152,9 +12944,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-audit-conf+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-audit-conf+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-audit-conf+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-conn+xml
@@ -12162,9 +12957,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-audit-conn+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-audit-conn+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-audit-conn+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-dialog+xml
@@ -12172,9 +12970,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-audit-dialog+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-audit-dialog+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-audit-dialog+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-stream+xml
@@ -12182,9 +12983,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-audit-stream+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-audit-stream+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-audit-stream+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-conf+xml
@@ -12192,9 +12996,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-conf+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-conf+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-conf+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog+xml
@@ -12202,9 +13009,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-base+xml
@@ -12212,9 +13022,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-base+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-base+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-base+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-fax-detect+xml
@@ -12222,9 +13035,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-fax-detect+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-fax-detect+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-fax-detect+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-fax-sendrecv+xml
@@ -12232,9 +13048,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-fax-sendrecv+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-fax-sendrecv+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-fax-sendrecv+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-group+xml
@@ -12242,9 +13061,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-group+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-group+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-group+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-speech+xml
@@ -12252,9 +13074,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-speech+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-speech+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-speech+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-transform+xml
@@ -12262,9 +13087,12 @@
references:
- IANA
- RFC5707
+ - ! '{application/vnd.radisys.msml-dialog-transform+xml=http://www.iana.org/assignments/media-types/application/vnd.radisys.msml-dialog-transform+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - application/vnd.radisys.msml-dialog-transform+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vnd.rainstor.data
@@ -13673,6 +14501,19 @@
- application/vnd.uplanet.signal
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.valve.source.material
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Henrik_Andersson]'
+ - ! '{application/vnd.valve.source.material=http://www.iana.org/assignments/media-types/application/vnd.valve.source.material}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Henrik_Andersson
+ template:
+ - application/vnd.valve.source.material
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.vcx
encoding: base64
extensions:
@@ -14380,6 +15221,19 @@
- application/vnd.yamaha.tunnel-udpencap
registered: true
- !ruby/object:MIME::Type
+ content-type: application/vnd.yaoweme
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Jens_Jorgensen]'
+ - ! '{application/vnd.yaoweme=http://www.iana.org/assignments/media-types/application/vnd.yaoweme}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Jens_Jorgensen
+ template:
+ - application/vnd.yaoweme
+ registered: true
+- !ruby/object:MIME::Type
content-type: application/vnd.yellowriver-custom-menu
encoding: base64
extensions:
@@ -14433,9 +15287,12 @@
references:
- IANA
- RFC4267
+ - ! '{application/voicexml+xml=http://www.iana.org/assignments/media-types/application/voicexml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4267
+ template:
+ - application/voicexml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/vq-rtcpxr
@@ -14443,9 +15300,12 @@
references:
- IANA
- RFC6035
+ - ! '{application/vq-rtcpxr=http://www.iana.org/assignments/media-types/application/vq-rtcpxr}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6035
+ template:
+ - application/vq-rtcpxr
registered: true
- !ruby/object:MIME::Type
content-type: application/watcherinfo+xml
@@ -14455,9 +15315,12 @@
references:
- IANA
- RFC3858
+ - ! '{application/watcherinfo+xml=http://www.iana.org/assignments/media-types/application/watcherinfo+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3858
+ template:
+ - application/watcherinfo+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/whoispp-query
@@ -14465,9 +15328,12 @@
references:
- IANA
- RFC2957
+ - ! '{application/whoispp-query=http://www.iana.org/assignments/media-types/application/whoispp-query}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2957
+ template:
+ - application/whoispp-query
registered: true
- !ruby/object:MIME::Type
content-type: application/whoispp-response
@@ -14475,9 +15341,12 @@
references:
- IANA
- RFC2958
+ - ! '{application/whoispp-response=http://www.iana.org/assignments/media-types/application/whoispp-response}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2958
+ template:
+ - application/whoispp-response
registered: true
- !ruby/object:MIME::Type
content-type: application/widget
@@ -15701,8 +16570,16 @@
content-type: application/x-www-form-urlencoded
encoding: 7bit
references:
+ - IANA
- ! '[W3C]'
- - ! '{HTML5=http://www.w3.org/TR/html5/iana.html#application/x-www-form-urlencoded}'
+ - ! '[Robin_Berjon]'
+ - ! '{application/x-www-form-urlencoded=http://www.iana.org/assignments/media-types/application/x-www-form-urlencoded}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Robin_Berjon
+ - W3C
+ template:
+ - application/x-www-form-urlencoded
registered: true
- !ruby/object:MIME::Type
content-type: application/x-x509-ca-cert
@@ -15754,9 +16631,12 @@
references:
- IANA
- RFC1494
+ - ! '{application/x400-bp=http://www.iana.org/assignments/media-types/application/x400-bp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1494
+ template:
+ - application/x400-bp
registered: true
- !ruby/object:MIME::Type
content-type: application/x400.bp
@@ -15790,9 +16670,12 @@
references:
- IANA
- RFC4825
+ - ! '{application/xcap-att+xml=http://www.iana.org/assignments/media-types/application/xcap-att+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4825
+ template:
+ - application/xcap-att+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcap-caps+xml
@@ -15800,9 +16683,12 @@
references:
- IANA
- RFC4825
+ - ! '{application/xcap-caps+xml=http://www.iana.org/assignments/media-types/application/xcap-caps+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4825
+ template:
+ - application/xcap-caps+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcap-diff+xml
@@ -15812,9 +16698,12 @@
references:
- IANA
- RFC5874
+ - ! '{application/xcap-diff+xml=http://www.iana.org/assignments/media-types/application/xcap-diff+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5874
+ template:
+ - application/xcap-diff+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcap-el+xml
@@ -15822,9 +16711,12 @@
references:
- IANA
- RFC4825
+ - ! '{application/xcap-el+xml=http://www.iana.org/assignments/media-types/application/xcap-el+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4825
+ template:
+ - application/xcap-el+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcap-error+xml
@@ -15832,9 +16724,12 @@
references:
- IANA
- RFC4825
+ - ! '{application/xcap-error+xml=http://www.iana.org/assignments/media-types/application/xcap-error+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4825
+ template:
+ - application/xcap-error+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcap-ns+xml
@@ -15842,29 +16737,38 @@
references:
- IANA
- RFC4825
+ - ! '{application/xcap-ns+xml=http://www.iana.org/assignments/media-types/application/xcap-ns+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4825
+ template:
+ - application/xcap-ns+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcon-conference-info+xml
encoding: base64
references:
- IANA
- - DRAFT:draft-ietf-xcon-event-package
+ - RFC6502
+ - ! '{application/xcon-conference-info+xml=http://www.iana.org/assignments/media-types/application/xcon-conference-info+xml}'
xrefs: !ruby/hash:MIME::Types::Container
- draft:
- - draft-ietf-xcon-event-package
+ rfc:
+ - rfc6502
+ template:
+ - application/xcon-conference-info+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xcon-conference-info-diff+xml
encoding: base64
references:
- IANA
- - DRAFT:draft-ietf-xcon-event-package
+ - RFC6502
+ - ! '{application/xcon-conference-info-diff+xml=http://www.iana.org/assignments/media-types/application/xcon-conference-info-diff+xml}'
xrefs: !ruby/hash:MIME::Types::Container
- draft:
- - draft-ietf-xcon-event-package
+ rfc:
+ - rfc6502
+ template:
+ - application/xcon-conference-info-diff+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xenc+xml
@@ -15892,9 +16796,12 @@
references:
- IANA
- RFC3236
+ - ! '{application/xhtml+xml=http://www.iana.org/assignments/media-types/application/xhtml+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3236
+ template:
+ - application/xhtml+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xhtml-voice+xml
@@ -15903,9 +16810,12 @@
references:
- IANA
- DRAFT:draft-mccobb-xplusv-media-type
+ - ! '{application/xhtml-voice+xml=http://www.iana.org/assignments/media-types/application/xhtml-voice+xml}'
xrefs: !ruby/hash:MIME::Types::Container
draft:
- draft-mccobb-xplusv-media-type
+ template:
+ - application/xhtml-voice+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xml
@@ -15915,10 +16825,13 @@
- xsl
references:
- IANA
- - RFC3023
+ - DRAFT:draft-ietf-appsawg-xml-mediatypes-10
+ - ! '{application/xml=http://www.iana.org/assignments/media-types/application/xml}'
xrefs: !ruby/hash:MIME::Types::Container
- rfc:
- - rfc3023
+ draft:
+ - RFC-ietf-appsawg-xml-mediatypes-10
+ template:
+ - application/xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xml-dtd
@@ -15927,20 +16840,26 @@
- dtd
references:
- IANA
- - RFC3023
+ - DRAFT:draft-ietf-appsawg-xml-mediatypes-10
+ - ! '{application/xml-dtd=http://www.iana.org/assignments/media-types/application/xml-dtd}'
xrefs: !ruby/hash:MIME::Types::Container
- rfc:
- - rfc3023
+ draft:
+ - RFC-ietf-appsawg-xml-mediatypes-10
+ template:
+ - application/xml-dtd
registered: true
- !ruby/object:MIME::Type
content-type: application/xml-external-parsed-entity
encoding: base64
references:
- IANA
- - RFC3023
+ - DRAFT:draft-ietf-appsawg-xml-mediatypes-10
+ - ! '{application/xml-external-parsed-entity=http://www.iana.org/assignments/media-types/application/xml-external-parsed-entity}'
xrefs: !ruby/hash:MIME::Types::Container
- rfc:
- - rfc3023
+ draft:
+ - RFC-ietf-appsawg-xml-mediatypes-10
+ template:
+ - application/xml-external-parsed-entity
registered: true
- !ruby/object:MIME::Type
content-type: application/xmpp+xml
@@ -15948,9 +16867,12 @@
references:
- IANA
- RFC3923
+ - ! '{application/xmpp+xml=http://www.iana.org/assignments/media-types/application/xmpp+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3923
+ template:
+ - application/xmpp+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/xop+xml
@@ -16005,9 +16927,12 @@
references:
- IANA
- RFC4374
+ - ! '{application/xv+xml=http://www.iana.org/assignments/media-types/application/xv+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4374
+ template:
+ - application/xv+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/yang
@@ -16017,9 +16942,12 @@
references:
- IANA
- RFC6020
+ - ! '{application/yang=http://www.iana.org/assignments/media-types/application/yang}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6020
+ template:
+ - application/yang
registered: true
- !ruby/object:MIME::Type
content-type: application/yin+xml
@@ -16029,9 +16957,12 @@
references:
- IANA
- RFC6020
+ - ! '{application/yin+xml=http://www.iana.org/assignments/media-types/application/yin+xml}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6020
+ template:
+ - application/yin+xml
registered: true
- !ruby/object:MIME::Type
content-type: application/zip
@@ -16054,7 +16985,10 @@
references:
- IANA
- RFC6713
+ - ! '{application/zlib=http://www.iana.org/assignments/media-types/application/zlib}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6713
+ template:
+ - application/zlib
registered: true
diff --git a/type-lists/audio.yaml b/type-lists/audio.yaml
index 29968b7b39..5a466fee72 100644
--- a/type-lists/audio.yaml
+++ b/type-lists/audio.yaml
@@ -5,9 +5,12 @@
references:
- IANA
- RFC6015
+ - ! '{audio/1d-interleaved-parityfec=http://www.iana.org/assignments/media-types/audio/1d-interleaved-parityfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6015
+ template:
+ - audio/1d-interleaved-parityfec
registered: true
- !ruby/object:MIME::Type
content-type: audio/32kadpcm
@@ -16,10 +19,13 @@
- IANA
- RFC3802
- RFC2421
+ - ! '{audio/32kadpcm=http://www.iana.org/assignments/media-types/audio/32kadpcm}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2421
- rfc3802
+ template:
+ - audio/32kadpcm
registered: true
- !ruby/object:MIME::Type
content-type: audio/3gpp
@@ -28,10 +34,13 @@
- IANA
- RFC3839
- RFC6381
+ - ! '{audio/3gpp=http://www.iana.org/assignments/media-types/audio/3gpp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3839
- rfc6381
+ template:
+ - audio/3gpp
registered: true
- !ruby/object:MIME::Type
content-type: audio/3gpp2
@@ -40,10 +49,13 @@
- IANA
- RFC4393
- RFC6381
+ - ! '{audio/3gpp2=http://www.iana.org/assignments/media-types/audio/3gpp2}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4393
- rfc6381
+ template:
+ - audio/3gpp2
registered: true
- !ruby/object:MIME::Type
content-type: audio/ac3
@@ -51,9 +63,12 @@
references:
- IANA
- RFC4184
+ - ! '{audio/ac3=http://www.iana.org/assignments/media-types/audio/ac3}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4184
+ template:
+ - audio/ac3
registered: true
- !ruby/object:MIME::Type
content-type: audio/adpcm
@@ -69,9 +84,12 @@
references:
- IANA
- RFC4867
+ - ! '{audio/AMR=http://www.iana.org/assignments/media-types/audio/AMR}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4867
+ template:
+ - audio/AMR
registered: true
- !ruby/object:MIME::Type
content-type: audio/AMR-WB
@@ -81,9 +99,12 @@
references:
- IANA
- RFC4867
+ - ! '{audio/AMR-WB=http://www.iana.org/assignments/media-types/audio/AMR-WB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4867
+ template:
+ - audio/AMR-WB
registered: true
- !ruby/object:MIME::Type
content-type: audio/amr-wb
@@ -101,6 +122,25 @@
references:
- IANA
- RFC4352
+ - ! '{audio/amr-wb+=http://www.iana.org/assignments/media-types/audio/amr-wb+}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ rfc:
+ - rfc4352
+ template:
+ - audio/amr-wb+
+ registered: true
+- !ruby/object:MIME::Type
+ content-type: audio/aptx
+ encoding: base64
+ references:
+ - IANA
+ - DRAFT:draft-ietf-payload-rtp-aptx-05
+ - ! '{audio/aptx=http://www.iana.org/assignments/media-types/audio/aptx}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ draft:
+ - RFC-ietf-payload-rtp-aptx-05
+ template:
+ - audio/aptx
registered: true
- !ruby/object:MIME::Type
content-type: audio/asc
@@ -108,9 +148,12 @@
references:
- IANA
- RFC6295
+ - ! '{audio/asc=http://www.iana.org/assignments/media-types/audio/asc}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6295
+ template:
+ - audio/asc
registered: true
- !ruby/object:MIME::Type
content-type: audio/ATRAC-ADVANCED-LOSSLESS
@@ -118,9 +161,12 @@
references:
- IANA
- RFC5584
+ - ! '{audio/ATRAC-ADVANCED-LOSSLESS=http://www.iana.org/assignments/media-types/audio/ATRAC-ADVANCED-LOSSLESS}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5584
+ template:
+ - audio/ATRAC-ADVANCED-LOSSLESS
registered: true
- !ruby/object:MIME::Type
content-type: audio/ATRAC-X
@@ -128,9 +174,12 @@
references:
- IANA
- RFC5584
+ - ! '{audio/ATRAC-X=http://www.iana.org/assignments/media-types/audio/ATRAC-X}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5584
+ template:
+ - audio/ATRAC-X
registered: true
- !ruby/object:MIME::Type
content-type: audio/ATRAC3
@@ -138,9 +187,12 @@
references:
- IANA
- RFC5584
+ - ! '{audio/ATRAC3=http://www.iana.org/assignments/media-types/audio/ATRAC3}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5584
+ template:
+ - audio/ATRAC3
registered: true
- !ruby/object:MIME::Type
content-type: audio/basic
@@ -152,10 +204,13 @@
- IANA
- RFC2045
- RFC2046
+ - ! '{audio/basic=http://www.iana.org/assignments/media-types/audio/basic}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
- rfc2046
+ template:
+ - audio/basic
registered: true
- !ruby/object:MIME::Type
content-type: audio/BV16
@@ -163,9 +218,12 @@
references:
- IANA
- RFC4298
+ - ! '{audio/BV16=http://www.iana.org/assignments/media-types/audio/BV16}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4298
+ template:
+ - audio/BV16
registered: true
- !ruby/object:MIME::Type
content-type: audio/BV32
@@ -173,9 +231,12 @@
references:
- IANA
- RFC4298
+ - ! '{audio/BV32=http://www.iana.org/assignments/media-types/audio/BV32}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4298
+ template:
+ - audio/BV32
registered: true
- !ruby/object:MIME::Type
content-type: audio/clearmode
@@ -183,9 +244,12 @@
references:
- IANA
- RFC4040
+ - ! '{audio/clearmode=http://www.iana.org/assignments/media-types/audio/clearmode}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4040
+ template:
+ - audio/clearmode
registered: true
- !ruby/object:MIME::Type
content-type: audio/CN
@@ -193,9 +257,12 @@
references:
- IANA
- RFC3389
+ - ! '{audio/CN=http://www.iana.org/assignments/media-types/audio/CN}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3389
+ template:
+ - audio/CN
registered: true
- !ruby/object:MIME::Type
content-type: audio/DAT12
@@ -203,9 +270,12 @@
references:
- IANA
- RFC3190
+ - ! '{audio/DAT12=http://www.iana.org/assignments/media-types/audio/DAT12}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3190
+ template:
+ - audio/DAT12
registered: true
- !ruby/object:MIME::Type
content-type: audio/dls
@@ -213,9 +283,12 @@
references:
- IANA
- RFC4613
+ - ! '{audio/dls=http://www.iana.org/assignments/media-types/audio/dls}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4613
+ template:
+ - audio/dls
registered: true
- !ruby/object:MIME::Type
content-type: audio/dsr-es201108
@@ -223,9 +296,12 @@
references:
- IANA
- RFC3557
+ - ! '{audio/dsr-es201108=http://www.iana.org/assignments/media-types/audio/dsr-es201108}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3557
+ template:
+ - audio/dsr-es201108
registered: true
- !ruby/object:MIME::Type
content-type: audio/dsr-es202050
@@ -233,9 +309,12 @@
references:
- IANA
- RFC4060
+ - ! '{audio/dsr-es202050=http://www.iana.org/assignments/media-types/audio/dsr-es202050}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4060
+ template:
+ - audio/dsr-es202050
registered: true
- !ruby/object:MIME::Type
content-type: audio/dsr-es202211
@@ -243,9 +322,12 @@
references:
- IANA
- RFC4060
+ - ! '{audio/dsr-es202211=http://www.iana.org/assignments/media-types/audio/dsr-es202211}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4060
+ template:
+ - audio/dsr-es202211
registered: true
- !ruby/object:MIME::Type
content-type: audio/dsr-es202212
@@ -253,9 +335,12 @@
references:
- IANA
- RFC4060
+ - ! '{audio/dsr-es202212=http://www.iana.org/assignments/media-types/audio/dsr-es202212}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4060
+ template:
+ - audio/dsr-es202212
registered: true
- !ruby/object:MIME::Type
content-type: audio/DV
@@ -263,9 +348,12 @@
references:
- IANA
- RFC6469
+ - ! '{audio/DV=http://www.iana.org/assignments/media-types/audio/DV}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6469
+ template:
+ - audio/DV
registered: true
- !ruby/object:MIME::Type
content-type: audio/DVI4
@@ -273,9 +361,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/DVI4=http://www.iana.org/assignments/media-types/audio/DVI4}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/DVI4
registered: true
- !ruby/object:MIME::Type
content-type: audio/eac3
@@ -283,9 +374,12 @@
references:
- IANA
- RFC4598
+ - ! '{audio/eac3=http://www.iana.org/assignments/media-types/audio/eac3}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4598
+ template:
+ - audio/eac3
registered: true
- !ruby/object:MIME::Type
content-type: audio/encaprtp
@@ -308,9 +402,12 @@
references:
- IANA
- RFC4788
+ - ! '{audio/EVRC=http://www.iana.org/assignments/media-types/audio/EVRC}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4788
+ template:
+ - audio/EVRC
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRC-QCP
@@ -318,9 +415,12 @@
references:
- IANA
- RFC3625
+ - ! '{audio/EVRC-QCP=http://www.iana.org/assignments/media-types/audio/EVRC-QCP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3625
+ template:
+ - audio/EVRC-QCP
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRC0
@@ -328,9 +428,12 @@
references:
- IANA
- RFC4788
+ - ! '{audio/EVRC0=http://www.iana.org/assignments/media-types/audio/EVRC0}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4788
+ template:
+ - audio/EVRC0
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRC1
@@ -338,9 +441,12 @@
references:
- IANA
- RFC4788
+ - ! '{audio/EVRC1=http://www.iana.org/assignments/media-types/audio/EVRC1}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4788
+ template:
+ - audio/EVRC1
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCB
@@ -348,9 +454,12 @@
references:
- IANA
- RFC5188
+ - ! '{audio/EVRCB=http://www.iana.org/assignments/media-types/audio/EVRCB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5188
+ template:
+ - audio/EVRCB
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCB0
@@ -358,9 +467,12 @@
references:
- IANA
- RFC5188
+ - ! '{audio/EVRCB0=http://www.iana.org/assignments/media-types/audio/EVRCB0}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5188
+ template:
+ - audio/EVRCB0
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCB1
@@ -368,9 +480,12 @@
references:
- IANA
- RFC4788
+ - ! '{audio/EVRCB1=http://www.iana.org/assignments/media-types/audio/EVRCB1}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4788
+ template:
+ - audio/EVRCB1
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCNW
@@ -417,9 +532,12 @@
references:
- IANA
- RFC5188
+ - ! '{audio/EVRCWB=http://www.iana.org/assignments/media-types/audio/EVRCWB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5188
+ template:
+ - audio/EVRCWB
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCWB0
@@ -427,9 +545,12 @@
references:
- IANA
- RFC5188
+ - ! '{audio/EVRCWB0=http://www.iana.org/assignments/media-types/audio/EVRCWB0}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5188
+ template:
+ - audio/EVRCWB0
registered: true
- !ruby/object:MIME::Type
content-type: audio/EVRCWB1
@@ -437,9 +558,12 @@
references:
- IANA
- RFC5188
+ - ! '{audio/EVRCWB1=http://www.iana.org/assignments/media-types/audio/EVRCWB1}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5188
+ template:
+ - audio/EVRCWB1
registered: true
- !ruby/object:MIME::Type
content-type: audio/example
@@ -447,9 +571,12 @@
references:
- IANA
- RFC4735
+ - ! '{audio/example=http://www.iana.org/assignments/media-types/audio/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - audio/example
registered: true
- !ruby/object:MIME::Type
content-type: audio/fwdred
@@ -457,9 +584,12 @@
references:
- IANA
- RFC6354
+ - ! '{audio/fwdred=http://www.iana.org/assignments/media-types/audio/fwdred}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6354
+ template:
+ - audio/fwdred
registered: true
- !ruby/object:MIME::Type
content-type: audio/G719
@@ -468,11 +598,14 @@
- IANA
- RFC5404
- ! '{RFC Errata 3245=http://www.rfc-editor.org/errata_search.php?eid=3245}'
+ - ! '{audio/G719=http://www.iana.org/assignments/media-types/audio/G719}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5404
rfc-errata:
- '3245'
+ template:
+ - audio/G719
registered: true
- !ruby/object:MIME::Type
content-type: audio/G722
@@ -480,9 +613,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G722=http://www.iana.org/assignments/media-types/audio/G722}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G722
registered: true
- !ruby/object:MIME::Type
content-type: audio/G7221
@@ -490,9 +626,12 @@
references:
- IANA
- RFC5577
+ - ! '{audio/G721=http://www.iana.org/assignments/media-types/audio/G721}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5577
+ template:
+ - audio/G721
registered: true
- !ruby/object:MIME::Type
content-type: audio/G723
@@ -500,9 +639,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G723=http://www.iana.org/assignments/media-types/audio/G723}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G723
registered: true
- !ruby/object:MIME::Type
content-type: audio/G726-16
@@ -510,9 +652,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G726-16=http://www.iana.org/assignments/media-types/audio/G726-16}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G726-16
registered: true
- !ruby/object:MIME::Type
content-type: audio/G726-24
@@ -520,9 +665,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G726-24=http://www.iana.org/assignments/media-types/audio/G726-24}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G726-24
registered: true
- !ruby/object:MIME::Type
content-type: audio/G726-32
@@ -530,9 +678,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G726-32=http://www.iana.org/assignments/media-types/audio/G726-32}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G726-32
registered: true
- !ruby/object:MIME::Type
content-type: audio/G726-40
@@ -540,9 +691,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G726-40=http://www.iana.org/assignments/media-types/audio/G726-40}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G726-40
registered: true
- !ruby/object:MIME::Type
content-type: audio/G728
@@ -550,9 +704,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G728=http://www.iana.org/assignments/media-types/audio/G728}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G728
registered: true
- !ruby/object:MIME::Type
content-type: audio/G729
@@ -560,9 +717,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G729=http://www.iana.org/assignments/media-types/audio/G729}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G729
registered: true
- !ruby/object:MIME::Type
content-type: audio/G7291
@@ -582,9 +742,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G729D=http://www.iana.org/assignments/media-types/audio/G729D}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G729D
registered: true
- !ruby/object:MIME::Type
content-type: audio/G729E
@@ -592,9 +755,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/G729E=http://www.iana.org/assignments/media-types/audio/G729E}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/G729E
registered: true
- !ruby/object:MIME::Type
content-type: audio/GSM
@@ -602,9 +768,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/GSM=http://www.iana.org/assignments/media-types/audio/GSM}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/GSM
registered: true
- !ruby/object:MIME::Type
content-type: audio/GSM-EFR
@@ -612,9 +781,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/GSM-EFR=http://www.iana.org/assignments/media-types/audio/GSM-EFR}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/GSM-EFR
registered: true
- !ruby/object:MIME::Type
content-type: audio/GSM-HR-08
@@ -622,9 +794,12 @@
references:
- IANA
- RFC5993
+ - ! '{audio/GSM-HR-08=http://www.iana.org/assignments/media-types/audio/GSM-HR-08}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5993
+ template:
+ - audio/GSM-HR-08
registered: true
- !ruby/object:MIME::Type
content-type: audio/iLBC
@@ -632,9 +807,12 @@
references:
- IANA
- RFC3952
+ - ! '{audio/iLBC=http://www.iana.org/assignments/media-types/audio/iLBC}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3952
+ template:
+ - audio/iLBC
registered: true
- !ruby/object:MIME::Type
content-type: audio/ip-mr_v2.5
@@ -642,9 +820,12 @@
references:
- IANA
- RFC6262
+ - ! '{audio/ip-mr_v2.5=http://www.iana.org/assignments/media-types/audio/ip-mr_v2.5}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6262
+ template:
+ - audio/ip-mr_v2.5
registered: true
- !ruby/object:MIME::Type
content-type: audio/L16
@@ -654,9 +835,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/L16=http://www.iana.org/assignments/media-types/audio/L16}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/L16
registered: true
- !ruby/object:MIME::Type
content-type: audio/L20
@@ -664,9 +848,12 @@
references:
- IANA
- RFC3190
+ - ! '{audio/L20=http://www.iana.org/assignments/media-types/audio/L20}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3190
+ template:
+ - audio/L20
registered: true
- !ruby/object:MIME::Type
content-type: audio/L24
@@ -674,9 +861,12 @@
references:
- IANA
- RFC3190
+ - ! '{audio/L24=http://www.iana.org/assignments/media-types/audio/L24}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3190
+ template:
+ - audio/L24
registered: true
- !ruby/object:MIME::Type
content-type: audio/L8
@@ -684,9 +874,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/L8=http://www.iana.org/assignments/media-types/audio/L8}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/L8
registered: true
- !ruby/object:MIME::Type
content-type: audio/LPC
@@ -694,9 +887,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/LPC=http://www.iana.org/assignments/media-types/audio/LPC}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/LPC
registered: true
- !ruby/object:MIME::Type
content-type: audio/midi
@@ -713,9 +909,12 @@
references:
- IANA
- RFC4723
+ - ! '{audio/mobile-xmf=http://www.iana.org/assignments/media-types/audio/mobile-xmf}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4723
+ template:
+ - audio/mobile-xmf
registered: true
- !ruby/object:MIME::Type
content-type: audio/mp4
@@ -730,10 +929,13 @@
- IANA
- RFC4337
- RFC6381
+ - ! '{audio/mp4=http://www.iana.org/assignments/media-types/audio/mp4}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4337
- rfc6381
+ template:
+ - audio/mp4
registered: true
- !ruby/object:MIME::Type
content-type: audio/MP4A-LATM
@@ -743,9 +945,12 @@
references:
- IANA
- RFC6416
+ - ! '{audio/MP4A-LATM=http://www.iana.org/assignments/media-types/audio/MP4A-LATM}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6416
+ template:
+ - audio/MP4A-LATM
registered: true
- !ruby/object:MIME::Type
content-type: audio/MPA
@@ -753,9 +958,12 @@
references:
- IANA
- RFC3555
+ - ! '{audio/MPA=http://www.iana.org/assignments/media-types/audio/MPA}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3555
+ template:
+ - audio/MPA
registered: true
- !ruby/object:MIME::Type
content-type: audio/mpa-robust
@@ -763,9 +971,12 @@
references:
- IANA
- RFC5219
+ - ! '{audio/mpa-robust=http://www.iana.org/assignments/media-types/audio/mpa-robust}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5219
+ template:
+ - audio/mpa-robust
registered: true
- !ruby/object:MIME::Type
content-type: audio/mpeg
@@ -780,9 +991,12 @@
references:
- IANA
- RFC3003
+ - ! '{audio/mpeg=http://www.iana.org/assignments/media-types/audio/mpeg}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3003
+ template:
+ - audio/mpeg
registered: true
- !ruby/object:MIME::Type
content-type: audio/mpeg4-generic
@@ -792,11 +1006,14 @@
- RFC3640
- RFC5691
- RFC6295
+ - ! '{audio/mpeg4-generic=http://www.iana.org/assignments/media-types/audio/mpeg4-generic}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3640
- rfc5691
- rfc6295
+ template:
+ - audio/mpeg4-generic
registered: true
- !ruby/object:MIME::Type
content-type: audio/ogg
@@ -808,9 +1025,12 @@
references:
- IANA
- RFC5334
+ - ! '{audio/ogg=http://www.iana.org/assignments/media-types/audio/ogg}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5334
+ template:
+ - audio/ogg
registered: true
- !ruby/object:MIME::Type
content-type: audio/parityfec
@@ -828,9 +1048,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/PCMA=http://www.iana.org/assignments/media-types/audio/PCMA}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/PCMA
registered: true
- !ruby/object:MIME::Type
content-type: audio/PCMA-WB
@@ -838,9 +1061,12 @@
references:
- IANA
- RFC5391
+ - ! '{audio/PCMA-WB=http://www.iana.org/assignments/media-types/audio/PCMA-WB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5391
+ template:
+ - audio/PCMA-WB
registered: true
- !ruby/object:MIME::Type
content-type: audio/PCMU
@@ -848,9 +1074,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/PCMU=http://www.iana.org/assignments/media-types/audio/PCMU}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/PCMU
registered: true
- !ruby/object:MIME::Type
content-type: audio/PCMU-WB
@@ -858,9 +1087,12 @@
references:
- IANA
- RFC5391
+ - ! '{audio/PCMU-WB=http://www.iana.org/assignments/media-types/audio/PCMU-WB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5391
+ template:
+ - audio/PCMU-WB
registered: true
- !ruby/object:MIME::Type
content-type: audio/prs.sid
@@ -893,9 +1125,12 @@
references:
- IANA
- RFC6682
+ - ! '{audio/raptorfec=http://www.iana.org/assignments/media-types/audio/raptorfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6682
+ template:
+ - audio/raptorfec
registered: true
- !ruby/object:MIME::Type
content-type: audio/RED
@@ -903,9 +1138,12 @@
references:
- IANA
- RFC3555
+ - ! '{audio/RED=http://www.iana.org/assignments/media-types/audio/RED}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3555
+ template:
+ - audio/RED
registered: true
- !ruby/object:MIME::Type
content-type: audio/rtp-enc-aescm128
@@ -926,9 +1164,12 @@
references:
- IANA
- RFC6295
+ - ! '{audio/rtp-midi=http://www.iana.org/assignments/media-types/audio/rtp-midi}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6295
+ template:
+ - audio/rtp-midi
registered: true
- !ruby/object:MIME::Type
content-type: audio/rtploopback
@@ -949,9 +1190,12 @@
references:
- IANA
- RFC4588
+ - ! '{audio/rtx=http://www.iana.org/assignments/media-types/audio/rtx}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4588
+ template:
+ - audio/rtx
registered: true
- !ruby/object:MIME::Type
content-type: audio/s3m
@@ -973,9 +1217,12 @@
references:
- IANA
- RFC3558
+ - ! '{audio/SMV=http://www.iana.org/assignments/media-types/audio/SMV}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3558
+ template:
+ - audio/SMV
registered: true
- !ruby/object:MIME::Type
content-type: audio/SMV-QCP
@@ -983,9 +1230,12 @@
references:
- IANA
- RFC3625
+ - ! '{audio/SMV-QCP=http://www.iana.org/assignments/media-types/audio/SMV-QCP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3625
+ template:
+ - audio/SMV-QCP
registered: true
- !ruby/object:MIME::Type
content-type: audio/SMV0
@@ -993,9 +1243,12 @@
references:
- IANA
- RFC3558
+ - ! '{audio/SMV0=http://www.iana.org/assignments/media-types/audio/SMV0}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3558
+ template:
+ - audio/SMV0
registered: true
- !ruby/object:MIME::Type
content-type: audio/sp-midi
@@ -1018,9 +1271,12 @@
references:
- IANA
- RFC5574
+ - ! '{audio/speex=http://www.iana.org/assignments/media-types/audio/speex}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5574
+ template:
+ - audio/speex
registered: true
- !ruby/object:MIME::Type
content-type: audio/t140c
@@ -1028,9 +1284,12 @@
references:
- IANA
- RFC4351
+ - ! '{audio/t140c=http://www.iana.org/assignments/media-types/audio/t140c}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4351
+ template:
+ - audio/t140c
registered: true
- !ruby/object:MIME::Type
content-type: audio/t38
@@ -1038,9 +1297,12 @@
references:
- IANA
- RFC4612
+ - ! '{audio/t38=http://www.iana.org/assignments/media-types/audio/t38}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4612
+ template:
+ - audio/t38
registered: true
- !ruby/object:MIME::Type
content-type: audio/telephone-event
@@ -1048,9 +1310,12 @@
references:
- IANA
- RFC4733
+ - ! '{audio/telephone-event=http://www.iana.org/assignments/media-types/audio/telephone-event}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4733
+ template:
+ - audio/telephone-event
registered: true
- !ruby/object:MIME::Type
content-type: audio/tone
@@ -1058,9 +1323,12 @@
references:
- IANA
- RFC4733
+ - ! '{audio/tone=http://www.iana.org/assignments/media-types/audio/tone}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4733
+ template:
+ - audio/tone
registered: true
- !ruby/object:MIME::Type
content-type: audio/UEMCLIP
@@ -1068,9 +1336,12 @@
references:
- IANA
- RFC5686
+ - ! '{audio/UEMCLIP=http://www.iana.org/assignments/media-types/audio/UEMCLIP}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5686
+ template:
+ - audio/UEMCLIP
registered: true
- !ruby/object:MIME::Type
content-type: audio/ulpfec
@@ -1078,9 +1349,12 @@
references:
- IANA
- RFC5109
+ - ! '{audio/ulpfec=http://www.iana.org/assignments/media-types/audio/ulpfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5109
+ template:
+ - audio/ulpfec
registered: true
- !ruby/object:MIME::Type
content-type: audio/VDVI
@@ -1088,9 +1362,12 @@
references:
- IANA
- RFC4856
+ - ! '{audio/VDVI=http://www.iana.org/assignments/media-types/audio/VDVI}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - audio/VDVI
registered: true
- !ruby/object:MIME::Type
content-type: audio/VMR-WB
@@ -1099,10 +1376,13 @@
- IANA
- RFC4348
- RFC4424
+ - ! '{audio/VMR-WB=http://www.iana.org/assignments/media-types/audio/VMR-WB}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4348
- rfc4424
+ template:
+ - audio/VMR-WB
registered: true
- !ruby/object:MIME::Type
content-type: audio/vnd.3gpp.iufp
@@ -1641,9 +1921,12 @@
references:
- IANA
- RFC5215
+ - ! '{audio/vorbis=http://www.iana.org/assignments/media-types/audio/vorbis}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5215
+ template:
+ - audio/vorbis
registered: true
- !ruby/object:MIME::Type
content-type: audio/vorbis-config
@@ -1651,9 +1934,12 @@
references:
- IANA
- RFC5215
+ - ! '{audio/vorbis-config=http://www.iana.org/assignments/media-types/audio/vorbis-config}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5215
+ template:
+ - audio/vorbis-config
registered: true
- !ruby/object:MIME::Type
content-type: audio/webm
diff --git a/type-lists/image.yaml b/type-lists/image.yaml
index 6be1ea02d8..9da813d9bf 100644
--- a/type-lists/image.yaml
+++ b/type-lists/image.yaml
@@ -36,9 +36,12 @@
references:
- IANA
- RFC4735
+ - ! '{image/example=http://www.iana.org/assignments/media-types/image/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - image/example
registered: true
- !ruby/object:MIME::Type
content-type: image/fits
@@ -46,9 +49,12 @@
references:
- IANA
- RFC4047
+ - ! '{image/fits=http://www.iana.org/assignments/media-types/image/fits}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4047
+ template:
+ - image/fits
registered: true
- !ruby/object:MIME::Type
content-type: image/g3fax
@@ -58,9 +64,12 @@
references:
- IANA
- RFC1494
+ - ! '{image/g3fax=http://www.iana.org/assignments/media-types/image/g3fax}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1494
+ template:
+ - image/g3fax
registered: true
- !ruby/object:MIME::Type
content-type: image/gif
@@ -271,9 +280,12 @@
references:
- IANA
- RFC3362
+ - ! '{image/t38=http://www.iana.org/assignments/media-types/image/t38}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3362
+ template:
+ - image/t38
registered: true
- !ruby/object:MIME::Type
content-type: image/targa
@@ -293,9 +305,12 @@
references:
- IANA
- RFC3302
+ - ! '{image/tiff=http://www.iana.org/assignments/media-types/image/tiff}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3302
+ template:
+ - image/tiff
registered: true
- !ruby/object:MIME::Type
content-type: image/tiff-fx
@@ -303,9 +318,12 @@
references:
- IANA
- RFC3950
+ - ! '{image/tiff-fx=http://www.iana.org/assignments/media-types/image/tiff-fx}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3950
+ template:
+ - image/tiff-fx
registered: true
- !ruby/object:MIME::Type
content-type: image/vnd.adobe.photoshop
@@ -667,6 +685,19 @@
- image/vnd-svf
registered: true
- !ruby/object:MIME::Type
+ content-type: image/vnd.valve.source.texture
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Henrik_Andersson]'
+ - ! '{image/vnd.valve.source.texture=http://www.iana.org/assignments/media-types/image/vnd.valve.source.texture}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Henrik_Andersson
+ template:
+ - image/vnd.valve.source.texture
+ registered: true
+- !ruby/object:MIME::Type
content-type: image/vnd.wap.wbmp
encoding: base64
extensions:
diff --git a/type-lists/message.yaml b/type-lists/message.yaml
index 6aaeaa2769..0d9f6e97c8 100644
--- a/type-lists/message.yaml
+++ b/type-lists/message.yaml
@@ -35,9 +35,12 @@
references:
- IANA
- RFC4735
+ - ! '{message/example=http://www.iana.org/assignments/media-types/message/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - message/example
registered: true
- !ruby/object:MIME::Type
content-type: message/external-body
diff --git a/type-lists/model.yaml b/type-lists/model.yaml
index dcb4ebbe8a..7d613d4af8 100644
--- a/type-lists/model.yaml
+++ b/type-lists/model.yaml
@@ -5,9 +5,12 @@
references:
- IANA
- RFC4735
+ - ! '{model/example=http://www.iana.org/assignments/media-types/model/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - model/example
registered: true
- !ruby/object:MIME::Type
content-type: model/iges
@@ -154,6 +157,19 @@
- model/vnd.mts
registered: true
- !ruby/object:MIME::Type
+ content-type: model/vnd.opengex
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Eric_Lengyel]'
+ - ! '{model/vnd.opengex=http://www.iana.org/assignments/media-types/model/vnd.opengex}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Eric_Lengyel
+ template:
+ - model/vnd.opengex
+ registered: true
+- !ruby/object:MIME::Type
content-type: model/vnd.parasolid.transmit.binary
encoding: base64
extensions:
@@ -186,6 +202,19 @@
- model/vnd.parasolid.transmit-text
registered: true
- !ruby/object:MIME::Type
+ content-type: model/vnd.valve.source.compiled-map
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Henrik_Andersson]'
+ - ! '{model/vnd.valve.source.compiled-map=http://www.iana.org/assignments/media-types/model/vnd.valve.source.compiled-map}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Henrik_Andersson
+ template:
+ - model/vnd.valve.source.compiled-map
+ registered: true
+- !ruby/object:MIME::Type
content-type: model/vnd.vtu
encoding: base64
extensions:
@@ -221,6 +250,19 @@
- x3dbz
registered: false
- !ruby/object:MIME::Type
+ content-type: model/x3d+fastinfoset
+ encoding: base64
+ references:
+ - IANA
+ - ! '[Web3D_X3D]'
+ - ! '{model/x3d+fastinfoset=http://www.iana.org/assignments/media-types/model/x3d+fastinfoset}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Web3D_X3D
+ template:
+ - model/x3d+fastinfoset
+ registered: true
+- !ruby/object:MIME::Type
content-type: model/x3d+vrml
encoding: base64
extensions:
@@ -236,12 +278,12 @@
references:
- IANA
- ! '[Web3D]'
- - ! '[Web3DX3D]'
+ - ! '[Web3D_X3D]'
- ! '{model/x3d+xml=http://www.iana.org/assignments/media-types/model/x3d+xml}'
xrefs: !ruby/hash:MIME::Types::Container
person:
- Web3D
- - Web3DX3D
+ - Web3D_X3D
template:
- model/x3d+xml
registered: true
@@ -251,12 +293,12 @@
references:
- IANA
- ! '[Web3D]'
- - ! '[Web3DX3D]'
+ - ! '[Web3D_X3D]'
- ! '{model/x3d-vrml=http://www.iana.org/assignments/media-types/model/x3d-vrml}'
xrefs: !ruby/hash:MIME::Types::Container
person:
- Web3D
- - Web3DX3D
+ - Web3D_X3D
template:
- model/x3d-vrml
registered: true
diff --git a/type-lists/multipart.yaml b/type-lists/multipart.yaml
index 86d40b15ec..86b8bdee61 100644
--- a/type-lists/multipart.yaml
+++ b/type-lists/multipart.yaml
@@ -4,8 +4,8 @@
encoding: 8bit
references:
- IANA
- - RFC2045
- RFC2046
+ - RFC2045
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
@@ -42,8 +42,8 @@
encoding: 8bit
references:
- IANA
- - RFC2045
- RFC2046
+ - RFC2045
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
@@ -65,9 +65,12 @@
references:
- IANA
- RFC4735
+ - ! '{multipart/example=http://www.iana.org/assignments/media-types/multipart/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - multipart/example
registered: true
- !ruby/object:MIME::Type
content-type: multipart/form-data
@@ -97,8 +100,8 @@
encoding: 8bit
references:
- IANA
- - RFC2045
- RFC2046
+ - RFC2045
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
@@ -109,8 +112,8 @@
encoding: 8bit
references:
- IANA
- - RFC2045
- RFC2046
+ - RFC2045
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc2045
diff --git a/type-lists/text.yaml b/type-lists/text.yaml
index dfa9a55f5b..fd10f14bb9 100644
--- a/type-lists/text.yaml
+++ b/type-lists/text.yaml
@@ -5,9 +5,12 @@
references:
- IANA
- RFC6015
+ - ! '{text/1d-interleaved-parityfec=http://www.iana.org/assignments/media-types/text/1d-interleaved-parityfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6015
+ template:
+ - text/1d-interleaved-parityfec
registered: true
- !ruby/object:MIME::Type
content-type: text/cache-manifest
@@ -16,7 +19,16 @@
- appcache
- manifest
references:
- - ! '{HTML5=http://www.w3.org/TR/html5/iana.html#text/cache-manifest}'
+ - IANA
+ - ! '[W3C]'
+ - ! '[Robin_Berjon]'
+ - ! '{text/cache-manifest=http://www.iana.org/assignments/media-types/text/cache-manifest}'
+ xrefs: !ruby/hash:MIME::Types::Container
+ person:
+ - Robin_Berjon
+ - W3C
+ template:
+ - text/cache-manifest
registered: true
- !ruby/object:MIME::Type
content-type: text/calendar
@@ -89,9 +101,12 @@
references:
- IANA
- RFC4027
+ - ! '{text/dns=http://www.iana.org/assignments/media-types/text/dns}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4027
+ template:
+ - text/dns
registered: true
- !ruby/object:MIME::Type
content-type: text/ecmascript
@@ -100,9 +115,12 @@
references:
- IANA
- RFC4329
+ - ! '{text/ecmascript=http://www.iana.org/assignments/media-types/text/ecmascript}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4329
+ template:
+ - text/ecmascript
registered: true
- !ruby/object:MIME::Type
content-type: text/encaprtp
@@ -133,9 +151,12 @@
references:
- IANA
- RFC4735
+ - ! '{text/example=http://www.iana.org/assignments/media-types/text/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - text/example
registered: true
- !ruby/object:MIME::Type
content-type: text/fwdred
@@ -143,9 +164,12 @@
references:
- IANA
- RFC6354
+ - ! '{text/fwdred=http://www.iana.org/assignments/media-types/text/fwdred}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6354
+ template:
+ - text/fwdred
registered: true
- !ruby/object:MIME::Type
content-type: text/grammar-ref-list
@@ -153,9 +177,12 @@
references:
- IANA
- RFC6787
+ - ! '{text/grammar-ref-list=http://www.iana.org/assignments/media-types/text/grammar-ref-list}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6787
+ template:
+ - text/grammar-ref-list
registered: true
- !ruby/object:MIME::Type
content-type: text/html
@@ -187,9 +214,12 @@
references:
- IANA
- RFC4329
+ - ! '{text/javascript=http://www.iana.org/assignments/media-types/text/javascript}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4329
+ template:
+ - text/javascript
registered: true
- !ruby/object:MIME::Type
content-type: text/jcr-cnd
@@ -341,9 +371,12 @@
references:
- IANA
- RFC6682
+ - ! '{text/raptorfec=http://www.iana.org/assignments/media-types/text/raptorfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6682
+ template:
+ - text/raptorfec
registered: true
- !ruby/object:MIME::Type
content-type: text/RED
@@ -426,9 +459,12 @@
references:
- IANA
- RFC4588
+ - ! '{text/rtx=http://www.iana.org/assignments/media-types/text/rtx}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4588
+ template:
+ - text/rtx
registered: true
- !ruby/object:MIME::Type
content-type: text/sgml
@@ -439,9 +475,12 @@
references:
- IANA
- RFC1874
+ - ! '{text/SGML=http://www.iana.org/assignments/media-types/text/SGML}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc1874
+ template:
+ - text/SGML
registered: true
- !ruby/object:MIME::Type
content-type: text/t140
@@ -509,9 +548,12 @@
references:
- IANA
- RFC5109
+ - ! '{text/ulpfec=http://www.iana.org/assignments/media-types/text/ulpfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5109
+ template:
+ - text/ulpfec
registered: true
- !ruby/object:MIME::Type
content-type: text/uri-list
@@ -823,9 +865,12 @@
references:
- IANA
- RFC5707
+ - ! '{text/vnd.radisys.msml-basic-layout=http://www.iana.org/assignments/media-types/text/vnd.radisys.msml-basic-layout}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5707
+ template:
+ - text/vnd.radisys.msml-basic-layout
registered: true
- !ruby/object:MIME::Type
content-type: text/vnd.si.uricatalogue
@@ -1056,18 +1101,24 @@
- xml
references:
- IANA
- - RFC3023
+ - DRAFT:draft-ietf-appsawg-xml-mediatypes-10
+ - ! '{text/xml=http://www.iana.org/assignments/media-types/text/xml}'
xrefs: !ruby/hash:MIME::Types::Container
- rfc:
- - rfc3023
+ draft:
+ - RFC-ietf-appsawg-xml-mediatypes-10
+ template:
+ - text/xml
registered: true
- !ruby/object:MIME::Type
content-type: text/xml-external-parsed-entity
encoding: quoted-printable
references:
- IANA
- - RFC3023
+ - DRAFT:draft-ietf-appsawg-xml-mediatypes-10
+ - ! '{text/xml-external-parsed-entity=http://www.iana.org/assignments/media-types/text/xml-external-parsed-entity}'
xrefs: !ruby/hash:MIME::Types::Container
- rfc:
- - rfc3023
+ draft:
+ - RFC-ietf-appsawg-xml-mediatypes-10
+ template:
+ - text/xml-external-parsed-entity
registered: true
diff --git a/type-lists/video.yaml b/type-lists/video.yaml
index ee3d1c7392..79afde6acd 100644
--- a/type-lists/video.yaml
+++ b/type-lists/video.yaml
@@ -5,9 +5,12 @@
references:
- IANA
- RFC6015
+ - ! '{video/1d-interleaved-parityfec=http://www.iana.org/assignments/media-types/video/1d-interleaved-parityfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6015
+ template:
+ - video/1d-interleaved-parityfec
registered: true
- !ruby/object:MIME::Type
content-type: video/3gpp
@@ -19,10 +22,13 @@
- IANA
- RFC3839
- RFC6381
+ - ! '{video/3gpp=http://www.iana.org/assignments/media-types/video/3gpp}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3839
- rfc6381
+ template:
+ - video/3gpp
registered: true
- !ruby/object:MIME::Type
content-type: video/3gpp-tt
@@ -44,10 +50,13 @@
- IANA
- RFC4393
- RFC6381
+ - ! '{video/3gpp2=http://www.iana.org/assignments/media-types/video/3gpp2}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4393
- rfc6381
+ template:
+ - video/3gpp2
registered: true
- !ruby/object:MIME::Type
content-type: video/BMPEG
@@ -96,9 +105,12 @@
references:
- IANA
- RFC6469
+ - ! '{video/DV=http://www.iana.org/assignments/media-types/video/DV}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6469
+ template:
+ - video/DV
registered: true
- !ruby/object:MIME::Type
content-type: video/encaprtp
@@ -119,9 +131,12 @@
references:
- IANA
- RFC4735
+ - ! '{video/example=http://www.iana.org/assignments/media-types/video/example}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4735
+ template:
+ - video/example
registered: true
- !ruby/object:MIME::Type
content-type: video/gl
@@ -312,10 +327,13 @@
- IANA
- RFC4337
- RFC6381
+ - ! '{video/mp4=http://www.iana.org/assignments/media-types/video/mp4}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4337
- rfc6381
+ template:
+ - video/mp4
registered: true
- !ruby/object:MIME::Type
content-type: video/MP4V-ES
@@ -323,9 +341,12 @@
references:
- IANA
- RFC6416
+ - ! '{video/MP4V-ES=http://www.iana.org/assignments/media-types/video/MP4V-ES}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6416
+ template:
+ - video/MP4V-ES
registered: true
- !ruby/object:MIME::Type
content-type: video/mpeg
@@ -353,9 +374,12 @@
references:
- IANA
- RFC3640
+ - ! '{video/mpeg4-generic=http://www.iana.org/assignments/media-types/video/mpeg4-generic}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc3640
+ template:
+ - video/mpeg4-generic
registered: true
- !ruby/object:MIME::Type
content-type: video/MPV
@@ -373,9 +397,12 @@
references:
- IANA
- RFC4856
+ - ! '{video/nv=http://www.iana.org/assignments/media-types/video/nv}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4856
+ template:
+ - video/nv
registered: true
- !ruby/object:MIME::Type
content-type: video/ogg
@@ -386,9 +413,12 @@
references:
- IANA
- RFC5334
+ - ! '{video/ogg=http://www.iana.org/assignments/media-types/video/ogg}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5334
+ template:
+ - video/ogg
registered: true
- !ruby/object:MIME::Type
content-type: video/parityfec
@@ -435,9 +465,12 @@
references:
- IANA
- RFC6682
+ - ! '{video/raptorfec=http://www.iana.org/assignments/media-types/video/raptorfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc6682
+ template:
+ - video/raptorfec
registered: true
- !ruby/object:MIME::Type
content-type: video/raw
@@ -481,9 +514,12 @@
references:
- IANA
- RFC4588
+ - ! '{video/rtx=http://www.iana.org/assignments/media-types/video/rtx}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc4588
+ template:
+ - video/rtx
registered: true
- !ruby/object:MIME::Type
content-type: video/SMPTE292M
@@ -501,9 +537,12 @@
references:
- IANA
- RFC5109
+ - ! '{video/ulpfec=http://www.iana.org/assignments/media-types/video/ulpfec}'
xrefs: !ruby/hash:MIME::Types::Container
rfc:
- rfc5109
+ template:
+ - video/ulpfec
registered: true
- !ruby/object:MIME::Type
content-type: video/vc1
@@ -655,24 +694,12 @@
- ! '[Edwin_Heredia]'
- ! '{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}'
xrefs: !ruby/hash:MIME::Types::Container
- person: &70341004391800
+ person:
- Edwin_Heredia
- template: &70341004407780
+ template:
- video/vnd.dlna.mpeg-tts
registered: true
- !ruby/object:MIME::Type
- content-type: video/vnd.dlna.mpeg-tts
- encoding: base64
- obsolete: true
- references:
- - IANA
- - ! '[Edwin_Heredia]'
- - ! '{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}'
- xrefs: !ruby/hash:MIME::Types::Container
- person: *70341004391800
- template: *70341004407780
- registered: true
-- !ruby/object:MIME::Type
content-type: video/vnd.dvb.file
encoding: base64
extensions: