From 72c84583c96115013d3b6cf7a3fed70aadbab47e Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 26 Apr 2015 23:58:37 -0400 Subject: Fix duplicate content types. --- type-lists/application.yaml | 15 ++------------- type-lists/audio.yaml | 11 ----------- type-lists/text.yaml | 15 --------------- 3 files changed, 2 insertions(+), 39 deletions(-) diff --git a/type-lists/application.yaml b/type-lists/application.yaml index fec0708..63bcc43 100644 --- a/type-lists/application.yaml +++ b/type-lists/application.yaml @@ -1109,22 +1109,11 @@ - RFC1767 - "{application/EDI-consent=http://www.iana.org/assignments/media-types/application/EDI-consent}" xrefs: !ruby/hash:MIME::Types::Container - rfc: &1 + rfc: - rfc1767 - template: &2 + template: - application/EDI-consent 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: *1 - template: *2 - registered: true - !ruby/object:MIME::Type content-type: application/EDI-X12 encoding: base64 diff --git a/type-lists/audio.yaml b/type-lists/audio.yaml index 3e5aa2d..ba8f495 100644 --- a/type-lists/audio.yaml +++ b/type-lists/audio.yaml @@ -108,17 +108,6 @@ template: &2 - audio/AMR-WB registered: true -- !ruby/object:MIME::Type - content-type: audio/amr-wb - encoding: base64 - references: - - IANA - - RFC4867 - - "{audio/AMR-WB=http://www.iana.org/assignments/media-types/audio/AMR-WB}" - xrefs: !ruby/hash:MIME::Types::Container - rfc: *1 - template: *2 - registered: true - !ruby/object:MIME::Type content-type: audio/amr-wb+ encoding: base64 diff --git a/type-lists/text.yaml b/type-lists/text.yaml index d9e895f..90f232e 100644 --- a/type-lists/text.yaml +++ b/type-lists/text.yaml @@ -125,21 +125,6 @@ notes: - "- DEPRECATED by RFC6350" registered: true -- !ruby/object:MIME::Type - content-type: text/directory - DEPRECATED by RFC6350 - encoding: quoted-printable - references: - - IANA - - RFC2425 - - RFC6350 - - "{text/directory=http://www.iana.org/assignments/media-types/text/directory}" - xrefs: !ruby/hash:MIME::Types::Container - rfc: - - rfc2425 - - rfc6350 - template: - - text/directory - registered: true - !ruby/object:MIME::Type content-type: text/dns encoding: quoted-printable -- cgit v1.2.1