From ecb2d9b3198fe966c4432b9abcfde1137f13909f Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 9 Jun 2025 00:39:02 +0200 Subject: [PATCH] fix --- technology/files/MIME.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/technology/files/MIME.md b/technology/files/MIME.md index 1364534..da46b57 100644 --- a/technology/files/MIME.md +++ b/technology/files/MIME.md @@ -3,6 +3,7 @@ obj: concept --- # MIME Type + A media type (also known as a MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet. The Internet Assigned Numbers Authority (IANA) is the official authority for the standardization and publication of these classifications. Media types were originally defined in Request for Comments RFC 2045 (MIME) Part One: Format of Internet Message Bodies (Nov 1996) in November 1996 as a part of MIME (Multipurpose Internet Mail Extensions) specification, for denoting type of [email](../internet/eMail.md) message content and attachments; hence the original name, MIME type. Media types are also used by other internet protocols such as [HTTP](../internet/HTTP.md) and document file formats such as [HTML](../internet/HTML.md), for similar purposes. A list of supported MIME Types can be found at `/etc/mime.types` @@ -22,7 +23,9 @@ A subtype typically consists of a media format, but it may or must also contain Types, subtypes, and parameter names are case-insensitive. Parameter values are usually case-sensitive, but may be interpreted in a case-insensitive fashion depending on the intended use. ## Common MIME Types Files + ### Application + | MIME Type | Extensions | Description | | ------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------------- | | `application/epub+zip` | `.epub` | Electronic Publication (eBook) | @@ -73,6 +76,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `application/yaml` | `.yaml`, `.yml` | [YAML](YAML.md) | ### Audio + | MIME Type | Extensions | Description | | ----------------- | --------------- | ----------------------------------- | | `audio/aac` | `.adts`, `.aac` | AAC Audio | @@ -89,6 +93,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `audio/x-mpegurl` | `.m3u`, `.m3u8` | [Playlist File](media/m3u.md) | ### Font + | MIME Type | Extensions | Description | | ----------- | ---------- | -------------------- | | `font/ttf` | `.ttf` | TrueType Font | @@ -96,6 +101,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `font/woff` | `.woff` | Web Open Font Format | ### Image + | MIME Type | Extensions | Description | | --------------- | --------------- | -------------------------------------------------------- | | `image/heif` | `.heif` | HEIF Image | @@ -112,6 +118,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `image/x-xcf` | `.xcf` | XCF Image ([GIMP](../applications/media/images/GIMP.md)) | ### Message + | MIME Type | Extensions | Description | | ------------------------- | ---------- | -------------------------------------------- | | `message/delivery-status` | - | - | @@ -120,12 +127,14 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `message/rfc822` | `.eml` | [eMail Message](Electronic%20Mail%20File.md) | ### Model + | MIME Type | Extensions | Description | | ------------ | ------------------------ | ----------- | | `model/mesh` | `.msh`, `.mesh`, `.silo` | 3D Mesh | | `model/obj` | `.obj` | 3D Object | ### Multipart + | MIME Type | Extensions | Description | | --------------------- | ---------- | ----------- | | `multipart/digest` | - | - | @@ -134,6 +143,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `multipart/parallel` | - | - | ### Text + | MIME Type | Extensions | Description | | ---------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------- | | `text/calendar` | `.ics` | [Calendar](iCalendar.md) | @@ -145,7 +155,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `text/markdown` | `.markdown`, `.md` | [Markdown](Markdown.md) | | `text/plain` | `.txt`, `.text`, `.conf` | Plain Text | | `text/plain` | `.asc` | [ASCII](ASCII.md) (Armored) File | -| `text/plain` | `.log` | [Log Files](../dev/Log) | +| `text/plain` | `.log` | [Log Files](../dev/Log.md) | | `text/plain` | `.diff` | Diff File ([diff](../applications/cli/diff.md) / [patch](../applications/cli/patch.md)) | | `text/plain` | `.lrc` | [LRC](LRC.md) (Lyrics) File | | `text/plain` | `.nfo` | Information File | @@ -157,6 +167,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are | `text/uri-list` | `.uri`, `.uris`, `.urls` | List with [URLs](../internet/URL.md) | ### Video + | MIME Type | Extensions | Description | | ----------------- | -------------- | ----------------------------- | | `video/AV1` | - | [AV1](media/video/AV1.md) |