Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Update of "compliancy"

Overview

Artifact ID: 181e6e77afb99e760d4f94da86a2d5a6baf372c4
Page Name:compliancy
Date: 2019-02-06 21:20:57
Original User: mario
Mimetype:text/x-markdown
Parent: d17d04d05538fe481be55e1f061fbfee4d51e0f6 (diff)
Next 5ca7d201f4dbf01b43e39a1f90a1ff96fec9f9da
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/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 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: