[gnome-online-accounts] doap: Miscellaneous updates and style fixes



commit 5458b25addbac6f81dd01bb6ae67c49ec4791c01
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 20 13:15:15 2013 +0100

    doap: Miscellaneous updates and style fixes
    
    Add shortname, license, programming-language and repository, and update
    the description and homepage.

 gnome-online-accounts.doap |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)
---
diff --git a/gnome-online-accounts.doap b/gnome-online-accounts.doap
index dcbd3a7..008f971 100644
--- a/gnome-online-accounts.doap
+++ b/gnome-online-accounts.doap
@@ -5,15 +5,32 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">GNOME Online Accounts</name>
-  <shortdesc xml:lang="en">Single sign-on framework for GNOME</shortdesc>
-  <description>GNOME Online Accounts provides interfaces so that applications
-and libraries in GNOME can access the user's online accounts. It has providers
-for Google, ownCloud, Facebook, Flickr, Windows Live, Microsoft Exchange and
-Kerberos.</description>
-  <homepage rdf:resource="https://live.gnome.org/GnomeOnlineAccounts"; />
+  <shortname xml:lang="en">gnome-online-accounts</shortname>
+
+  <shortdesc xml:lang="en">
+    Single sign-on framework for GNOME
+  </shortdesc>
+  <description xml:lang="en">
+    GNOME Online Accounts provides interfaces so that applications and
+    libraries in GNOME can access the user's online accounts. It has
+    providers for Google, ownCloud, Facebook, Flickr, Windows Live,
+    Microsoft Exchange, IMAP/SMTP, Jabber, SIP and Kerberos.
+  </description>
+
+  <homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-online-accounts"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts"; />
 
+  <programming-language>C</programming-language>
+
+  <repository>
+    <GitRepository>
+      <location rdf:resource="git://git.gnome.org/gnome-online-accounts" />
+      <browse rdf:resource="https://git.gnome.org/browse/gnome-online-accounts/"; />
+    </GitRepository>
+  </repository>
+
   <maintainer>
     <foaf:Person>
       <foaf:name>Debarshi Ray</foaf:name>


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