~mterry/deja-dup/trunk-mirror

1662 by Michael Terry
Add doap file
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- -*- Mode: XML; indent-tabs-mode: nil; tab-width: 2 -*- -->
1910 by Michael Terry
Follow REUSE licensing recommendations
3
<!--
4
SPDX-License-Identifier: CC-BY-SA-4.0
5
SPDX-FileCopyrightText: Michael Terry
6
-->
1662 by Michael Terry
Add doap file
7
8
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
10
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
11
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
12
         xmlns="http://usefulinc.com/ns/doap#">
13
14
  <name xml:lang="en">Déjà Dup</name>
1916 by Michael Terry
Use 'Déjà Dup Backups' as full name
15
  <shortdesc xml:lang="en">Déjà Dup Backups</shortdesc>
1664 by Michael Terry
Update HACKING & doap a bit and remove MAINTAINERS now that we have a doap
16
  <description xml:lang="en">Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the backend.</description>
1911 by Michael Terry
Stop using a deprecated SPDX identifier
17
  <license rdf:resource="https://spdx.org/licenses/GPL-3.0-or-later" />
1662 by Michael Terry
Add doap file
18
  <homepage rdf:resource="https://wiki.gnome.org/Apps/DejaDup" />
1663 by Michael Terry
Fix mailing list link
19
  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/deja-dup-list" />
1859 by Michael Terry
snap/flatpak: update to duplicity 0.8.05
20
  <download-page rdf:resource="https://wiki.gnome.org/Apps/DejaDup/Download" />
1662 by Michael Terry
Add doap file
21
  <bug-database rdf:resource="https://bugs.launchpad.net/deja-dup" />
22
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
23
  <programming-language>Vala</programming-language>
24
25
  <maintainer>
26
    <foaf:Person>
27
      <foaf:name>Michael Terry</foaf:name>
28
      <foaf:mbox rdf:resource="mailto:mike@mterry.name" />
29
      <gnome:userid>mterry</gnome:userid>
30
    </foaf:Person>
31
  </maintainer>
32
33
</Project>