[wiki-web] Land DOAP file



commit fef5fb2cc95754050332a6c9868c74559ba7cb3c
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 17:37:19 2019 +0200

    Land DOAP file

 wiki-web.doap | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/wiki-web.doap b/wiki-web.doap
new file mode 100644
index 0000000..beca26e
--- /dev/null
+++ b/wiki-web.doap
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>wiki-web</name>
+  <shortname>wiki-web</shortname>
+  <description>GNOME Moin Moin instance on Openshift</description>
+  <shortdesc>GNOME Moin Moin instance on Openshift</shortdesc>
+
+  <homepage rdf:resource="https://www.gnome.org"/>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/Infrastructure/wiki-web/issues"; />
+  <programming-language>Python</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>GNOME Sysadmins</foaf:name>
+      <foaf:mbox rdf:resource="mailto:gnome-sysadmin gnome org"/>
+      <gnome:userid>root</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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