D 2016-11-08T15:40:08.734 L compliancy N text/x-markdown P 6578095e13715899eaeb0463c285696e575a21a0 U mario W 1493 ### Standards compliancy A few common plattform idioms are supported, some are custom to ST2 in lieu of existing standards: | type | name | supported | comments | |------------------------------------| | env | **HTTP_PROXY=** | ✔ | - | | dir | **.config/** | ✔ | [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). Albeit also using it as cache storage (which it shouldn't be) | | file | **.netrc** | ✔ | [LSB](https://linux.die.net/man/5/netrc). Also supporting **non-standard `~/.config/netrc` alternative**. | | file | **.desktop** | ✔ | [XDG](https://specifications.freedesktop.org/desktop-entry-spec/latest/) | | doc | **man page** | ✔ | LSB | | doc | **NEWS** | ✔ | [Changes::Spec](http://search.cpan.org/~haarg/CPAN-Changes-0.400002/lib/CPAN/Changes/Spec.pod) | | doc | **releases.json** | ✔ | [FCc](http://fossil.include-once.org/freshcode/wiki/releases.json). Not a widely used format. | | doc | **PKG-INFO** | ✔ | [PEP 314](https://www.python.org/dev/peps/pep-0314/). | | doc | **doap.xml** | ✘ | Not used. | | src | **[plugin scheme](wiki/plugin+meta+data)** | ✔ | Used by PHP libconfig and Python pluginconf. | | src | **Makefile** | ✔ | - | | src | **Packfile** | ✔ | Non-standard. Used by XPM. | | src | **gtk3.xml** | ✔ | GtkBuilder (libglade) | | file | ***.json** | ✔ | Non-standard. Stream storage format | See also: - [playlist format support](wiki/Playlist+format+support) Z 7f84beaf717207b59def56a03eda0e57