schema change
This commit is contained in:
parent
32803e7ed4
commit
312ee9ac7f
37 changed files with 147 additions and 57 deletions
|
@ -48,7 +48,6 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| `application/vnd.microsoft.portable-executable` | `.exe` | [Windows](../windows/Windows.md) Executable |
|
||||
| `application/vnd.sqlite3` | `.db`,`.sqlite`, `.sqlite3` | [SQLite](../dev/programming/SQLite.md) Database |
|
||||
| `application/x-iso9660-image` | `.iso`, `.isoimg`, `.cdr` | ISO Images |
|
||||
| `application/gzip` | `.gz`, `.tgz` | [ZIP](ZIP.md) Files |
|
||||
| `application/http` | - | [HTTP](../internet/HTTP.md) |
|
||||
| `application/javascript` | `.js` | Javascript |
|
||||
| `application/json` | `.json` | [JSON](JSON.md) Data |
|
||||
|
@ -87,12 +86,12 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| `audio/flac` | `.flac` | [FLAC](media/audio/FLAC.md) |
|
||||
| `audio/matroska` | `.mka` | [Matroska](media/Matroska.md) Audio |
|
||||
| `audio/wav` | `.wav` | [WAV](media/audio/WAV.md) |
|
||||
| `audio/x-mpegurl` | `.m3u` | [Playlist File](media/m3u.md) |
|
||||
| `audio/x-mpegurl` | `.m3u`, `.m3u8` | [Playlist File](media/m3u.md) |
|
||||
|
||||
### Font
|
||||
| MIME Type | Extensions | Description |
|
||||
| ----------- | ---------- | -------------------- |
|
||||
| `font/ttf` | `.ttf` | TrueType Fon |
|
||||
| `font/ttf` | `.ttf` | TrueType Font |
|
||||
| `font/otf` | `.otf` | OpenType Font |
|
||||
| `font/woff` | `.woff` | Web Open Font Format |
|
||||
|
||||
|
@ -138,6 +137,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| MIME Type | Extensions | Description |
|
||||
| ---------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------- |
|
||||
| `text/calendar` | `.ics` | [Calendar](iCalendar.md) |
|
||||
| `text/vcard` | `.vcf` | [Contact File](vCard.md) |
|
||||
| `text/css` | `.css` | [CSS](../internet/CSS.md) Stylesheets |
|
||||
| `text/csv` | `.csv` | [CSV](CSV.md) Data |
|
||||
| `text/directory` | `-` | - |
|
||||
|
@ -151,7 +151,6 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| `text/plain` | `.nfo` | Information File |
|
||||
| `text/plain` | `.srt` | [SubRip Subtitle](media/SubRip.md) |
|
||||
| `text/plain` | `.ass` | [ASS (Advanced SubStation Alpha) Subtitle](media/Advanced%20SubStation%20Alpha.md) |
|
||||
| `text/xml` | `.xml` | [XML](XML.md) |
|
||||
| `text/c` | `.c`, `.cc`, `.cpp`, `.cxx`, `.dic`, `.h`, `.hh` | C Source File |
|
||||
| `text/rust` | `.rs` | [Rust](../dev/programming/languages/Rust.md) Source File |
|
||||
| `text/python` | `.py` | [Python](../dev/programming/languages/Python.md) File |
|
||||
|
@ -163,6 +162,7 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| `video/AV1` | - | [AV1](media/video/AV1.md) |
|
||||
| `video/H264` | - | [H.264](media/video/H.264.md) |
|
||||
| `video/H265` | - | [H.265](media/video/H.265.md) |
|
||||
| `video/webm` | - | [VP9](media/VP9.md) |
|
||||
| `video/mp4` | `.mp4`, `.m4a` | MP4 Video |
|
||||
| `video/quicktime` | `.mov`, `.qt` | Quicktime |
|
||||
| `video/webm` | `.webm` | WebM Video |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue