compliancy
Standards compliancy
A few common platform idioms are supported, some are custom to ST2 in lieu of existing standards:
| type | name | supported | comments |
|---|---|---|---|
| env | HTTP_PROXY= | ✔ | - |
| dir | .config/ | ✔ | XDG. Albeit symlinks to .cache remain here. (Tagged with .nobackup stubs however.) |
| dir | .cache/ | ✔ | XDG. Just introduced in 2.2.2 to split temporary data from real config/plugins. |
| file | .netrc | ✔ | LSB. Also supporting non-standard ~/.config/netrc alternative. |
| file | .desktop | ✔ | XDG |
| doc | man page | ✔ | LSB |
| doc | NEWS | ✔ | Changes::Spec |
| doc | releases.json | ✔ | FCc. Not a widely used format. |
| doc | PKG-INFO | ✔ | PEP 314. |
| doc | doap.xml | ✘ | Not used. |
| src | plugin spec | ✔ | Used by PHP libconfig and Python pluginconf. |
| src | Makefile | ✔ | - |
| src | Packfile | ✔ | Non-standard. Used by XPM. |
| src | gtk3.xml | ✔ | GtkBuilder (libglade) |
| file | *.json | ✔ | Stream storage format. Non-standard, but simple structure. |
See also: