[pitivi-web] Add doap file



commit ee7d11cb40ec05b71f8dce8295c511331bb72bd3
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue Jun 15 21:47:38 2021 +0200

    Add doap file

 pitivi-web.doap | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
---
diff --git a/pitivi-web.doap b/pitivi-web.doap
new file mode 100644
index 0000000..bebdb2a
--- /dev/null
+++ b/pitivi-web.doap
@@ -0,0 +1,32 @@
+<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">pitivi-web</name>
+  <shortdesc xml:lang="en">Pitivi website</shortdesc>
+  <description>The Pitivi website</description>
+
+  <homepage rdf:resource="https://www.pitivi.org/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/Infrastructure/pitivi-web"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <programming-language>HTML</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Thibault Saunier</foaf:name>
+      <foaf:mbox rdf:resource="mailto:tsaunier gnome org" />
+      <gnome:userid>tsaunier</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Alexandru Băluț</foaf:name>
+      <foaf:mbox rdf:resource="mailto:alexandru balut gmail com" />
+      <gnome:userid>alexbalut</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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