add revs based on git commits
This commit is contained in:
parent
55d389e2d1
commit
58c238d44a
59 changed files with 66 additions and 1 deletions
|
@ -4,6 +4,7 @@ mime: "message/rfc822"
|
|||
extension: "eml"
|
||||
rfc: https://datatracker.ietf.org/doc/html/rfc822
|
||||
aliases: ["eml"]
|
||||
rev: 2024-03-02
|
||||
---
|
||||
|
||||
# Electronic Mail File
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
extesion: "lrc"
|
||||
mime: "text/plain"
|
||||
wiki: https://en.wikipedia.org/wiki/LRC_(file_format)
|
||||
rev: 2024-03-02
|
||||
---
|
||||
|
||||
# LRC (Timed Lyrics)
|
||||
|
|
|
@ -5,6 +5,7 @@ repo: https://github.com/toml-lang/toml
|
|||
wiki: https://en.wikipedia.org/wiki/TOML
|
||||
mime: "application/toml"
|
||||
extension: "toml"
|
||||
rev: 2024-03-08
|
||||
---
|
||||
|
||||
# TOML
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
aliases: ["xz"]
|
||||
mime: "application/xz"
|
||||
extension: "xz"
|
||||
rev: 2024-01-30
|
||||
---
|
||||
|
||||
# XZ Compression
|
||||
|
|
|
@ -5,6 +5,7 @@ mime: "application/zstd"
|
|||
extension: "zst"
|
||||
repo: https://github.com/facebook/zstd
|
||||
wiki: https://en.wikipedia.org/wiki/Zstd
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# Zstd
|
||||
|
|
|
@ -5,6 +5,7 @@ rfc: https://datatracker.ietf.org/doc/html/rfc5545
|
|||
mime: text/calendar
|
||||
extension: ics
|
||||
aliases: ["ics"]
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# iCalendar
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
mime: "text/plain"
|
||||
extension: "srt"
|
||||
wiki: https://en.wikipedia.org/wiki/SubRip
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# SubRip Subtitles
|
||||
|
|
|
@ -4,6 +4,7 @@ mime: "image/jxl"
|
|||
website: ["https://jpeg.org/jpegxl", "https://jpegxl.info"]
|
||||
wiki: https://en.wikipedia.org/wiki/JPEG_XL
|
||||
extension: "jxl"
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# JPEG XL
|
||||
|
|
|
@ -5,6 +5,7 @@ extension: "qoi"
|
|||
website: https://qoiformat.org
|
||||
wiki: https://en.wikipedia.org/wiki/QOI_(image_format)
|
||||
repo: https://github.com/phoboslab/qoi
|
||||
rev: 2024-03-01
|
||||
---
|
||||
|
||||
# QOI
|
||||
|
|
|
@ -4,6 +4,7 @@ mime: "image/webp"
|
|||
extension: "webp"
|
||||
wiki: https://en.wikipedia.org/wiki/WebP
|
||||
website: https://developers.google.com/speed/webp
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# WebP
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
wiki: https://en.wikipedia.org/wiki/M3U
|
||||
extension: ["m3u", "m3u8"]
|
||||
mime: audio/x-mpegurl
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# m3u Playlist
|
||||
|
|
|
@ -5,6 +5,7 @@ mime: text/vcard
|
|||
extension: ["vcf", "vcard"]
|
||||
rfc: https://datatracker.ietf.org/doc/html/rfc6350
|
||||
aliases: ["vcf"]
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# vCard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue