Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions oo7.doap
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">

<name xml:lang="en">oo7</name>
<shortdesc xml:lang="en">Secret Service and Secret Portal library</shortdesc>
<description>oo7 provides libraries to interact with the Secret Service and
the XDG Desktop Portal Secret D-Bus APIs for clients and services who want to
implement such interfaces. It also provides services that implements these
APIs</description>

<bug-database rdf:resource="https://github.com/linux-credentials/oo7/issues" />

<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>Rust</programming-language>

<maintainer>
<foaf:Person>
<foaf:name>Bilal Elmoussaoui</foaf:name>
<foaf:mbox rdf:resource="mailto:bilal.elmoussaoui@gnome.org" />
<gnome:userid>bilelmoussaoui</gnome:userid>
</foaf:Person>
</maintainer>

<maintainer>
<foaf:Person>
<foaf:name>Maximiliano Sandoval</foaf:name>
<foaf:mbox rdf:resource="mailto:msandova@gnome.org" />
<gnome:userid>msandova</gnome:userid>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org" />
<foaf:accountName>msandova</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>

</Project>
4 changes: 3 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg)

The new D-Bus Secret Service provider. Replacement of the `gnome-keyring-daemon`
Service providing the [Secret Service][secret-service] D-Bus API.

[secret-service]: https://www.freedesktop.org/wiki/Specifications/secret-storage-spec/

## Unlocking the session keyring

Expand Down
Loading