From 762994654ceebf1fe14747a7311fbce15997d162 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 1 Jul 2016 10:37:57 -0400 Subject: [PATCH] Add note about obsolete list of MIME types. Originally by @jbclements in https://github.com/racket/net/pull/9/ --- pkgs/net-doc/net/scribblings/mime.scrbl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/net-doc/net/scribblings/mime.scrbl b/pkgs/net-doc/net/scribblings/mime.scrbl index a68b66370c..3ee9d27a9c 100644 --- a/pkgs/net-doc/net/scribblings/mime.scrbl +++ b/pkgs/net-doc/net/scribblings/mime.scrbl @@ -23,6 +23,8 @@ ...) ...)))) +@(define (linklink url) (link url url)) + @title[#:tag "mime"]{MIME: Decoding Internet Data} @defmodule[net/mime]{The @racketmodname[net/mime] library provides @@ -81,6 +83,10 @@ Standard values for the @racket[subtype] field depend on the @racket[subtype] is allowed as a downcased version of the specification from the header. +Please note that RFC 3232 specifies that this list (taken from RFC +1700) is out-of-date, and that the IANA maintains a complete list, + currently available at @(linklink "http://www.iana.org/assignments/media-types/media-types.xhtml") + @mime-table[ ( text (plain "[RFC1521, NSB]")