Y
Hacker News
new
|
ask
|
show
|
jobs
by
blueflow
825 days ago
*.desktop files are at most ini-like, they have a different specification that does not mention "INI" at all. What did formerly_proven refer to when saying "XDG ini"?
1 comments
lpribis
825 days ago
"INI" is not a specification. All INI parsers are slightly different, such that people refer to any file with
[Section] Key = Value
Format as "INI" or INI-like, including the xdg format.
link
tadfisher
825 days ago
Heck. TOML is a superset of it.
link
lionkor
825 days ago
A subset, any TOML is a valid INI, but not nearly all INI are valid TOML
link