10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-
+
-
+
|
| file | **.netrc** | ✔ | [LSB](https://linux.die.net/man/5/netrc). Also supporting **non-standard `~/.config/netrc` alternative**. |
| file | **.desktop** | ✔ | [XDG](https://specifications.freedesktop.org/desktop-entry-spec/latest/) |
| doc | **man page** | ✔ | LSB |
| doc | **NEWS** | ✔ | [Changes::Spec](http://search.cpan.org/~haarg/CPAN-Changes-0.400002/lib/CPAN/Changes/Spec.pod) |
| doc | **releases.json** | ✔ | [FCc](http://fossil.include-once.org/freshcode/wiki/releases.json). Not a widely used format. |
| doc | **PKG-INFO** | ✔ | [PEP 314](https://www.python.org/dev/peps/pep-0314/). |
| doc | **doap.xml** | ✘ | Not used. |
| src | **[plugin scheme](wiki/plugin+meta+data)** | ✔ | Used by PHP libconfig and Python pluginconf. |
| src | **[plugin spec](wiki/plugin+meta+data)** | ✔ | 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 |
| file | ***.json** | ✔ | Stream storage format. Non-standard, but simple structure. |
See also:
- [playlist format support](wiki/Playlist+format+support)
|