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