Update of "compliancy"
Overview
| Artifact ID: | 5ca7d201f4dbf01b43e39a1f90a1ff96fec9f9da | 
|---|---|
| Page Name: | compliancy | 
| Date: | 2019-02-06 21:22:30 | 
| Original User: | mario | 
| Mimetype: | text/x-markdown | 
| Parent: | 181e6e77afb99e760d4f94da86a2d5a6baf372c4 (diff) | 
Content
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/netrcalternative. | 
| 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: