https://github.com/amarbel-llc/xdg
Fork of freedesktop.org xdg-specs with draft XDG_LOG_HOME and XDG_LOG_DIRS extensions
https://github.com/amarbel-llc/xdg
fork freedesktop specifications xdg xdg-log-home
Last synced: 8 days ago
JSON representation
Fork of freedesktop.org xdg-specs with draft XDG_LOG_HOME and XDG_LOG_DIRS extensions
- Host: GitHub
- URL: https://github.com/amarbel-llc/xdg
- Owner: amarbel-llc
- License: cc-by-sa-4.0
- Created: 2026-02-24T13:55:39.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-06-17T20:24:47.000Z (10 days ago)
- Last Synced: 2026-06-17T22:18:10.077Z (10 days ago)
- Topics: fork, freedesktop, specifications, xdg, xdg-log-home
- Language: XSLT
- Size: 1010 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE.CC-BY-SA-4.0
Awesome Lists containing this project
README
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 [`doc-builder`](https://gitlab.freedesktop.org/xdg/xdg-specs/-/tree/master/doc-builder)
directory.
Building a single spec
======================
To build a single spec in `article` docbook xml format you can use xmlto, e.g.:
```bash
xmlto html-nochunks notification/notification-spec.xml -o _build/
```
To build the website HTML of a single spec, you can invoke the doc-builder with
the specification name as a parameter:
```bash
./doc-builder/build.py notification
```
How to report issues
====================
Issues should be reported to:
https://gitlab.freedesktop.org/xdg/xdg-specs/-/issues
Licenses
========
Please refer to the individual files for their licenses.