|
From: Günter M. <mi...@us...> - 2025-12-15 10:23:40
|
Thank you for the information. According to the IANA entry, Benja Fallenstein registered the "rst" MIME type because: > The registrant just happened to have need of a registered media type for it. --- https://www.iana.org/assignments/media-types/text/prs.fallenstein.rst So the actual error is not the quoted part of the FAQ answer, but > ... there is no registered MIME type for reStructuredText, .... It seems that with the switch of the source file extending from ".txt" to ".rst" in August 2024 some applications started to use the registered MIME type when serving or analysing the source files. --- **[bugs:#516] FAQ says MIME type for rst is text/x-rst but its source page is served as text/prs.fallenstein.rst** **Status:** open **Created:** Mon Dec 15, 2025 07:26 AM UTC by Ulrich Müller **Last Updated:** Mon Dec 15, 2025 07:26 AM UTC **Owner:** nobody The Docutils FAQ says in section 2.24 https://docutils.sourceforge.io/FAQ.html#what-s-the-official-mime-type-for-restructuredtext-data: > [...] the "official unofficial" standard MIME type is "text/x-rst". However, when following the "View document source" at the bottom of the page, I get a different MIME type: ~~~ $ curl -I https://docutils.sourceforge.io/FAQ.rst HTTP/2 200 date: Mon, 15 Dec 2025 07:20:49 GMT content-type: text/prs.fallenstein.rst [...] ~~~ Clearly, this is not what the FAQ says. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |