[gnome-keysign: 75/75] Added a DOAP file



commit a2429c960638ec500fdb483ff1b572d961d81a76
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Fri Sep 29 13:23:20 2017 +0200

    Added a DOAP file
    
    As per https://wiki.gnome.org/Git/FAQ.

 gnome-keysign.doap | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
---
diff --git a/gnome-keysign.doap b/gnome-keysign.doap
new file mode 100644
index 0000000..d9483e2
--- /dev/null
+++ b/gnome-keysign.doap
@@ -0,0 +1,30 @@
+<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-keysign</name>
+  <shortdesc xml:lang="en">An OpenPGP Keysigning helper</shortdesc>
+  <description>GNOME Keysign is a tool for signing OpenPGP keys.
+It exchanges a key directly between two instances of the app and
+follows best practices when producing and sending the signatures.
+</description>
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/Keysign"; />
+  <!-- 
+       mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/YOUR_MAILINGLIST";
+  / -->
+  <download-page rdf:resource="https://gitlab.gnome.org/GNOME/gnome-keysign/tags"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-keysign/issues"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#deprecated"; />
+  <programming-language>Python</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Tobias Mueller</foaf:name>
+      <gnome:userid>tobiasmue</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
+
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]