[libgda] Improved the DOAP file



commit 636445629de799ce7c31ee07900d97e7e97179d4
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Oct 26 21:42:27 2011 +0200

    Improved the DOAP file
    
    Added a description part and pointer to more online ressources

 libgda.doap |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/libgda.doap b/libgda.doap
index 7aff3b7..58dd0be 100644
--- a/libgda.doap
+++ b/libgda.doap
@@ -4,17 +4,21 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <!--
-  This is a DOAP template file.  It contains Pulse's best guesses at
-  some basic content.  You should verify the information in this file
-  and modify anything that isn't right.  Add the corrected file to your
-  source code repository to help tools better understand your project.
-  -->
-
   <name xml:lang="en">libgda</name>
   <shortdesc xml:lang="en">Database access library</shortdesc>
+  <description>Libgda is a (relatively small) database access library:
+* it is a wrapper like ODBC but with more features to access several database engines
+* features a meta data extractor (to know all about database objects in a common way)
+* comes with an SQL console application (like mysql, psql or sqlite3 consoles)
+* relies on GLib, coded in C, its API is easy to use
+* at the moment supports SQLite (and SQLCipher), MySQL, PostgreSQL, MSAccess, Berkeley Db (and is SQL extension), Oracle and JDBC (allows access to any database through a JDBC driver), work is in progress for other database types (such as Firebird). There is also a special feature which allows one to connect to a database hidden behing a web server (through specific PHP scripts)
+* LGPL licensed for the libraries and GPL licensed for the tools.
+
+See http://www.gnome-db.org for more information.</description>
   <homepage rdf:resource="http://www.gnome-db.org/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-db-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/libgda/"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libgda"; />
 
   <maintainer>
     <foaf:Person>



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