blob: 1dabcb0e238d34df95e4ff0380d99e704c2ecb66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
xdg-specs
=========
This repository contains the XDG specifications that are
readable at:
https://specifications.freedesktop.org/
To discuss the specifications, you may use the xdg mailing list:
http://lists.freedesktop.org/mailman/listinfo/xdg
Building specifications website
===============================
The specifications website is automatically built using the [Gitlab
continuous integration](https://gitlab.freedesktop.org/xdg/xdg-specs/-/blob/master/.gitlab-ci.yml).
The sources files are in the [`web-export`](https://gitlab.freedesktop.org/xdg/xdg-specs/-/tree/master/web-export)
directory.
Building a single spec
======================
To build a single spec in `article` docbook xml format you can use xmlto, e.g.:
xmlto html-nochunks notification/notification-spec.xml -o _build/
How to report issues
====================
Issues should be reported to:
https://gitlab.freedesktop.org/xdg/xdg-specs/-/issues
|