[odoo-web] Land doap file



commit 8f7340ff7968412c2f8b9ee553071ed615078ee3
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 14 10:34:43 2019 +0100

    Land doap file

 odoo-web.doap | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/odoo-web.doap b/odoo-web.doap
new file mode 100644
index 0000000..226f22d
--- /dev/null
+++ b/odoo-web.doap
@@ -0,0 +1,23 @@
+<?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>Odoo</name>
+  <shortname>odoo-web</shortname>
+  <description>GNOME Foundation Odoo instance</description>
+  <shortdesc>GNOME Foundation Odoo instance</shortdesc>
+
+  <homepage rdf:resource="https://odoo.gnome.org"/>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>Dockerfile</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]