summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2014-07-31 19:35:39 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2014-07-31 19:35:39 +0200
commit3a76e5ac02ab3f215ee553b656e18e172c8c9d3f (patch)
tree0b9869faa55a6f0cdbdb6be06db3888228e982eb
parent6ab8bb8ba8ea2b7c407bb96edf99b7b93cb437ac (diff)
downloadlibgdata-3a76e5ac02ab3f215ee553b656e18e172c8c9d3f.tar.gz
doap: add <programming-language>
-rw-r--r--libgdata.doap3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgdata.doap b/libgdata.doap
index 957af805..3d6e231c 100644
--- a/libgdata.doap
+++ b/libgdata.doap
@@ -1,12 +1,13 @@
<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">libgdata</name>
<shortdesc xml:lang="en">GLib-based library for accessing online service APIs using the GData protocol</shortdesc>
- <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<description xml:lang="en">libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/libgdata"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
<download-page rdf:resource="http://download.gnome.org/sources/libgdata/"/>
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libgdata"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+ <programming-language>C</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Philip Withnall</foaf:name>