Update of "compliancy"
Overview
| Artifact ID: | 3c3ef490695d765cd9893aabdc52180f48baf68d |
|---|---|
| Page Name: | compliancy |
| Date: | 2016-11-01 22:05:51 |
| Original User: | mario |
| Mimetype: | text/x-markdown |
| Parent: | 7dba3f833f60c60000113b5e728068c0449d58e2 (diff) |
| Next | 6578095e13715899eaeb0463c285696e575a21a0 |
Content
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 | .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 | ✔ | 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: