[go: up one dir, main page]

File: secrets.doap

package info (click to toggle)
secrets 12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,616 kB
  • sloc: python: 6,838; xml: 7; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,852 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
47
48
49
<?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">Secrets</name>
  <shortdesc xml:lang="en">Manage your passwords</shortdesc>
  <description xml:lang="en">
    Secrets is a password manager which makes use of
    the KeePass v.4 format. It integrates perfectly with the GNOME desktop
    and provides an easy and uncluttered interface for the management of
    password databases.
  </description>
  <homepage rdf:resource="https://apps.gnome.org/Secrets/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/World/secrets/issues" />
  <download-page rdf:resource="https://gitlab.gnome.org/World/secrets" />
  <programming-language>Python</programming-language>

  <author>
    <foaf:Person>
      <foaf:name>Falk Alexander Seidl</foaf:name>
    </foaf:Person>
  </author>
  <maintainer>
    <foaf:Person>
      <foaf:name>David Heidelberg</foaf:name>
      <foaf:account>
        <foaf:OnlineAccount>
          <foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org" />
          <foaf:accountName>dh</foaf:accountName>
        </foaf:OnlineAccount>
      </foaf:account>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Maximiliano Sandoval</foaf:name>
      <foaf:mbox rdf:resource="mailto:msandova@gnome.org" />
      <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>