[seed] Improving the doap file



commit 146c1dd93ab3a520529f277f1baace7fbf219f22
Author: Danilo Cesar Lemes de Paula <danilo cesar collabora co uk>
Date:   Mon Aug 8 18:31:48 2016 -0300

    Improving the doap file

 seed.doap |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/seed.doap b/seed.doap
index 22c00d0..474268a 100644
--- a/seed.doap
+++ b/seed.doap
@@ -1,3 +1,4 @@
+<?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/";
@@ -5,9 +6,20 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">Seed</name>
+  <shortname>Seed</shortname>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
+
   <shortdesc xml:lang="en">GNOME WebKit Javascript bindings</shortdesc>
+
+  <description xml:lang="en">GNOME WebKit Javascript bindings</description>
+
   <homepage rdf:resource="http://live.gnome.org/Seed"; />
-  <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/mpl"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=seed"/>
+
+
   <programming-language>C</programming-language>
   <programming-language>JavaScript</programming-language>
 
@@ -18,6 +30,7 @@
       <gnome:userid>racarr</gnome:userid>
     </foaf:Person>
   </maintainer>
+
   <maintainer>
     <foaf:Person>
       <foaf:name>Tim Horton</foaf:name>
@@ -25,6 +38,7 @@
       <gnome:userid>hortont</gnome:userid>
     </foaf:Person>
   </maintainer>
+
   <maintainer>
     <foaf:Person>
       <foaf:name>Alan Knowles</foaf:name>
@@ -32,6 +46,7 @@
       <gnome:userid>alank</gnome:userid>
     </foaf:Person>
   </maintainer>
+
   <maintainer>
     <foaf:Person>
       <foaf:name>Danilo Cesar Lemes de Paula</foaf:name>
@@ -39,4 +54,5 @@
       <gnome:userid>danilocesar</gnome:userid>
     </foaf:Person>
   </maintainer>
+
 </Project>


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