@@ -13,8 +13,8 @@ Module description
1313
1414This module provides a way for securely storing passwords and other secrets.
1515
16- It uses D-Bus `Secret Service `_ API that is supported by GNOME Keyring,
17- KWallet (since version 5.97) and KeePassXC .
16+ It uses D-Bus `Secret Service `_ API that is supported by ` GNOME Keyring `_ ,
17+ ksecretd (part of KWallet _), KeePassXC _ and OO7 _ .
1818
1919The main classes provided are ``secretstorage.Item ``, representing a secret
2020item (that has a *label *, a *secret * and some *attributes *) and
@@ -27,6 +27,10 @@ locking and unlocking collections.
2727The documentation can be found on `secretstorage.readthedocs.io `_.
2828
2929.. _`Secret Service` : https://specifications.freedesktop.org/secret-service/
30+ .. _`GNOME Keyring` : https://wiki.gnome.org/Projects/GnomeKeyring
31+ .. _KWallet : https://invent.kde.org/frameworks/kwallet
32+ .. _KeePassXC : https://c3pb.de/blog/keepassxc-secrets-service.html
33+ .. _OO7 : https://github.com/bilelmoussaoui/oo7
3034.. _`secretstorage.readthedocs.io` : https://secretstorage.readthedocs.io/en/latest/
3135
3236Building the module
@@ -56,8 +60,6 @@ First, make sure that you have the Secret Service daemon installed.
5660The `GNOME Keyring `_ is the reference server-side implementation for the
5761Secret Service specification.
5862
59- .. _`GNOME Keyring` : https://download.gnome.org/sources/gnome-keyring/
60-
6163Then, start the daemon and unlock the ``default `` collection, if needed.
6264The testsuite will fail to run if the ``default `` collection exists and is
6365locked. If it does not exist, the testsuite can also use the temporary
0 commit comments