[pybliographer] Add missing project metadata in doap file



commit 5102f8eee7ae5f30125694bb001edfd952e5ba71
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Aug 15 11:12:29 2013 -0700

    Add missing project metadata in doap file

 pybliographer.doap |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/pybliographer.doap b/pybliographer.doap
index 7b2529c..6bffb0b 100644
--- a/pybliographer.doap
+++ b/pybliographer.doap
@@ -4,11 +4,25 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">pybliographer</name>
+  <name xml:lang="en">Pybliographer</name>
+  <shortname xml:lang="en">pybliographer</shortname>
   <shortdesc xml:lang="en">Bibliography Manager</shortdesc>
+  <description xml:lang="en">Pybliographer is a tool for managing bibliographic databases.</description>
   <homepage rdf:resource="http://pybliographer.org"; />
   <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/pybliographer-general"; />
-  <bug-database rdf:resource="http://sourceforge.net/p/pybliographer/bugs/"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=pybliographer"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
+  <download-page rdf:resource="http://download.gnome.org/sources/pybliographer/"/>
+
+  <programming-language>Python</programming-language>
+
+  <repository>
+    <GitRepository>
+      <browse rdf:resource="http://git.gnome.org/browse/pybliographer/"/>
+      <location rdf:resource="git://git.gnome.org/pybliographer"/>
+    </GitRepository>
+  </repository>
 
   <maintainer>
     <foaf:Person>


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