1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-
+
|
### 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. Albeit also using it as cache storage (which it shouldn't be) |
| file | **.netrc** | ✔ | LSB. Also supporting non-standard `~/.config/netrc` alternative. |
| file | **.netrc** | ✔ | LSB. Also supporting **non-standard `~/.config/netrc` alternative**. |
| file | **.desktop** | ✔ | XDG |
| doc | **man page** | ✔ | LSB |
| doc | **NEWS** | ✔ | - |
| doc | **releases.json** | ✔ | Not a widely used format. (freshcode.club serialization here) |
| doc | **PKG-INFO** | ✔ | Old Python format. |
| doc | **doap.xml** | ✘ | Not used. |
| src | **[plugin scheme](wiki/plugin+meta+data)** | ✔ | Used by PHP libconfig and Python pluginconf. |
|