[br.gnome.org] Add doap file



commit e6444a2f4ba318e76f283e45970dcebb91750892
Author: Rafael Fontenelle <rffontenelle gmail com>
Date:   Mon Sep 3 20:07:00 2018 +0000

    Add doap file

 br.gnome.org.doap | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/br.gnome.org.doap b/br.gnome.org.doap
new file mode 100644
index 0000000..486fae0
--- /dev/null
+++ b/br.gnome.org.doap
@@ -0,0 +1,23 @@
+<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">br.gnome.org</name>
+  <shortdesc xml:lang="en">Brazilian GNOME community website</shortdesc>
+  <description>This repository holds the procedures, instructions, files
+  and other information which are made available on the website of the
+  Brazilian GNOME community.</description>
+  <bug-database rdf:resource="https://gitlab.gnome.org/Infrastructure/br.gnome.org/issues"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-br-list"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>HTML</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rafael Fontenelle</foaf:name>
+      <gnome:userid>rafaelff</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
\ No newline at end of file


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