diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-27 23:23:59 +0200 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-22 16:33:02 +0200 |
commit | 34fd462ac5e64ebd79826465c41671c1a6627afd (patch) | |
tree | 3027ead04e623cd14654c27ecce0fb584c6f5db1 /bin/gla11y | |
parent | 70cddea8cb780f2fe0acdd15b72d13ce2d1ad649 (diff) |
gla11y: Add link to a white paper describing the rationales of the tool
Change-Id: I0d60cb6b3ee2105d58ea56f3efc5bb5ee856a44a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151147
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'bin/gla11y')
-rwxr-xr-x | bin/gla11y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/gla11y b/bin/gla11y index c3ae7be67604..1f4bea984a88 100755 --- a/bin/gla11y +++ b/bin/gla11y @@ -26,6 +26,10 @@ # Take LibreOffice (glade) .ui files and check for non accessible widgets +# A white paper documents the rationale of the implementation: +# +# https://inria.hal.science/hal-02957129 + from __future__ import print_function import os |