diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-12-08 12:48:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-08 13:57:01 +0100 |
commit | fcd05ee5e08063b7368473f590b43a3d4350d2de (patch) | |
tree | 483fe030d206c34ae8ffdf6fd522719f593b9d8b /officecfg | |
parent | 16072fc3eaf222d59e7bf156174f49d829b79e86 (diff) |
officecfg: link the file format spec in the README
It is not easy to find the original URL, and surprisingly achive.org
doesn't seem to have it.
Change-Id: I69ecbee27e24df33524e16908ca01e37175544cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126536
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/officecfg/README.md b/officecfg/README.md index c3af00834232..248286bad249 100644 --- a/officecfg/README.md +++ b/officecfg/README.md @@ -10,3 +10,7 @@ See also: `configmgr` entries that use the same accelerator key. The tool goes through the menus using the accessibility api and checks the accelerator keys. For information on how to use the tool open the fodt file in LibreOffice. + +For more details about the file format, see +<https://www.openoffice.org/projects/util/common/configuration/oor-document-format.html> (also +mirrored at <https://people.freedesktop.org/~vmiklos/2013/oor-document-format.html>). |