summaryrefslogtreecommitdiff
path: root/gnome-online-accounts.doap
blob: 50b1db09ad4406d1685e1d136edaf632ff9cf821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<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">GNOME Online Accounts</name>
  <shortname xml:lang="en">gnome-online-accounts</shortname>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />

  <shortdesc xml:lang="en">Single sign-on framework for GNOME</shortdesc>
  <description xml:lang="en">
GNOME Online Accounts provides interfaces so that applications and libraries
in GNOME can access the user's online accounts. It has providers for Google,
Nextcloud, Fedora, Microsoft, Microsoft Exchange, Last.fm, IMAP/SMTP
and Kerberos.
  </description>

  <homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
  <download-page rdf:resource="http://download.gnome.org/sources/gnome-online-accounts" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues" />

  <programming-language>C</programming-language>

  <repository>
    <GitRepository>
      <location rdf:resource="https://gitlab.gnome.org/GNOME/gnome-online-accounts.git" />
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/gnome-online-accounts/" />
    </GitRepository>
  </repository>

  <maintainer>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org" />
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>