restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -31,21 +31,21 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| application/json | json | [JSON](JSON.md) Data |
|
||||
| application/pdf | pdf | [PDF](PDF.md) Document |
|
||||
| application/pem-certificate-chain | pem | Certificates |
|
||||
| application/pgp-encrypted | pgp | [PGP](../tools/GPG.md) Data |
|
||||
| application/pgp-keys | - | [PGP](../tools/GPG.md) Keys |
|
||||
| application/pgp-signature | sig | [PGP](../tools/GPG.md) Signatures |
|
||||
| application/pgp-encrypted | pgp | [PGP](../cryptography/GPG.md) Data |
|
||||
| application/pgp-keys | - | [PGP](../cryptography/GPG.md) Keys |
|
||||
| application/pgp-signature | sig | [PGP](../cryptography/GPG.md) Signatures |
|
||||
| application/rtf | rtf | RTF Document |
|
||||
| application/sql | sql | [SQL](../programming/languages/SQL.md) Databases |
|
||||
| application/sql | sql | [SQL](../dev/programming/languages/SQL.md) Databases |
|
||||
| application/wasm | wasm | WebAssembly |
|
||||
| application/xml | xml | [XML](XML.md) |
|
||||
| application/zip | zip | [ZIP](ZIP.md) Files |
|
||||
| application/zstd | zst | Zstd Compression |
|
||||
| application/x-bittorrent | torrent | [Torrent](../tools/BitTorrent.md) |
|
||||
| application/x-bittorrent | torrent | [Torrent](../internet/BitTorrent.md) |
|
||||
| application/x-java-archive | jar | Java |
|
||||
| application/x-latex | latex | LATeX |
|
||||
| application/x-rpm | rpm | Fedora Package |
|
||||
| application/x-sh | sh | [Shell](../applications/cli/Shell.md) |
|
||||
| application/x-tar | tar | [TAR](../applications/cli/tar.md) |
|
||||
| application/x-tar | tar | [TAR](../applications/cli/compression/tar.md) |
|
||||
| application/x-xz | xz | XZ Compression |
|
||||
| application/msgpack | - | [MessagePack](MessagePack.md) |
|
||||
| application/toml | .toml | [TOML](TOML.md) |
|
||||
|
@ -57,13 +57,13 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| audio/mp4 | m4a | - |
|
||||
| audio/mpeg | mp3, mpga, mp1, mp2 | - |
|
||||
| audio/ogg | oga, ogg, opus,spx | Ogg |
|
||||
| audio/opus | - | [Opus](../media/audio/Opus.md) |
|
||||
| audio/opus | - | [Opus](media/audio/Opus.md) |
|
||||
| audio/vorbis | - | Vorbis |
|
||||
| audio/midi | mid, midi | MIDI |
|
||||
| audio/x-aiff | aif, aiff, aifc | AIFF |
|
||||
| audio/x-flac | flac | [FLAC](../media/audio/FLAC.md) |
|
||||
| audio/x-matroska | mka | [Matroska](../media/Matroska.md) Audio |
|
||||
| audio/x-wav | wav | [WAV](../media/audio/WAV.md) |
|
||||
| audio/x-flac | flac | [FLAC](media/audio/FLAC.md) |
|
||||
| audio/x-matroska | mka | [Matroska](media/Matroska.md) Audio |
|
||||
| audio/x-wav | wav | [WAV](media/audio/WAV.md) |
|
||||
|
||||
### Font
|
||||
| MIME Type | Extensions | Description |
|
||||
|
@ -75,12 +75,12 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
| MIME Type | Extensions | Description |
|
||||
| ------------- | -------------------- | ------------------------------------ |
|
||||
| image/heif | heif | HEIF Image |
|
||||
| image/avif | avif | [AVIF](../media/image/AVIF.md) Image |
|
||||
| image/avif | avif | [AVIF](media/image/AVIF.md) Image |
|
||||
| image/bmp | bmp | BMP Image |
|
||||
| image/gif | gif | GIF Image |
|
||||
| image/jpeg | jpg, jpeg, jpe, jfif | JPEG Image |
|
||||
| image/jxl | jxl | - |
|
||||
| image/png | png | [PNG](../media/image/PNG.md) Image |
|
||||
| image/png | png | [PNG](media/image/PNG.md) Image |
|
||||
| image/svg+xml | svg, svgz | SVG Image |
|
||||
| image/tiff | tiff, tif | TIFF Image |
|
||||
| image/webp | webp | WebP Image |
|
||||
|
@ -122,10 +122,10 @@ Types, subtypes, and parameter names are case-insensitive. Parameter values are
|
|||
### Video
|
||||
| MIME Type | Extensions | Description |
|
||||
| ---------------- | ---------- | -------------------------------- |
|
||||
| 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/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/mp4 | mp4, m4a | MP4 Video |
|
||||
| video/quicktime | mov, qt | Quicktime |
|
||||
| video/webm | webm | WebM Video |
|
||||
| video/x-matroska | mkv | [Matroska](../media/Matroska.md) |
|
||||
| video/x-matroska | mkv | [Matroska](media/Matroska.md) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue