~mterry/deja-dup/trunk-mirror

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
<?xml version="1.0" encoding="UTF-8"?>
<!-- -*- Mode: XML; indent-tabs-mode: nil; tab-width: 2 -*- -->
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: Michael Terry
-->

<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">Déjà Dup</name>
  <shortdesc xml:lang="en">Déjà Dup Backups</shortdesc>
  <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>
  <license rdf:resource="https://spdx.org/licenses/GPL-3.0-or-later" />
  <homepage rdf:resource="https://wiki.gnome.org/Apps/DejaDup" />
  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/deja-dup-list" />
  <download-page rdf:resource="https://wiki.gnome.org/Apps/DejaDup/Download" />
  <bug-database rdf:resource="https://bugs.launchpad.net/deja-dup" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  <programming-language>Vala</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Michael Terry</foaf:name>
      <foaf:mbox rdf:resource="mailto:mike@mterry.name" />
      <gnome:userid>mterry</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>