[gtk-web: 236/236] Restore the DOAP file



commit 456e9520eade430f3e675151794f7c9efce4b954
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Feb 19 16:16:49 2020 +0000

    Restore the DOAP file

 gtk-web.doap | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
---
diff --git a/gtk-web.doap b/gtk-web.doap
new file mode 100644
index 0000000..899a763
--- /dev/null
+++ b/gtk-web.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">gtk-web</name>
+  <shortdesc xml:lang="en">GTK website</shortdesc>
+  <description xml:lang="en">The GTK website</description>
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gtk%2B"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <programming-language>HTML</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Matthias Clasen</foaf:name>
+      <gnome:userid>matthiasc</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:mclasen redhat com"/>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Emmanuele Bassi</foaf:name>
+      <gnome:userid>ebassi</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:ebassi gnome org"/>
+    </foaf:Person>
+  </maintainer>
+</Project>


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