[json-glib] [docs] Update the README file



commit 41649f049637864cfce21f6615c7d8bcaf3f03b8
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Jun 18 10:03:23 2009 +0100

    [docs] Update the README file

 README |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/README b/README
index ed10c91..3b6ee98 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 JSON-GLib - A JSON parser for GLib-based libraries and applications
-===================================================================
+===============================================================================
 
 JSON-GLib implements a full JSON parser using GLib and GObject.
 
@@ -27,11 +27,11 @@ REQUIREMENTS
 In order to build JSON-GLib you will need:
 
   * pkg-config
-  * gtk-doc >= 1.8
+  * gtk-doc >= 1.11
   * GLib >= 2.16
 
 INSTALLATION
-------------
+-------------------------------------------------------------------------------
 To build JSON-GLib just run:
 
   $ ./configure
@@ -39,7 +39,7 @@ To build JSON-GLib just run:
   # make install
 
 BUGS
-----
+-------------------------------------------------------------------------------
 
 If you find a bug in JSON-GLib, please create a Bugzilla entry here:
 
@@ -54,15 +54,15 @@ Attaching:
   symbols obtained through gdb is greatly appreaciated
 
 HACKING
--------
+-------------------------------------------------------------------------------
 
 JSON-GLib is developed mainly inside a GIT repository available at:
 
-  git://github.com/ebassi/json-glib.git
+  http://git.gnome.org/cgit/json-glib
 
 You can clone the GIT repository with:
 
-  git clone git://github.com/ebassi/json-glib.git
+  git clone git://git.gnome.org/json-glib
 
 If you want to contribute functionality or bug fixes to JSON-GLib you
 can either notify me to pull from your GIT repository or send me a set
@@ -74,7 +74,17 @@ or:
 
   git send-email -k -s
 
-AUTHOR
-------
+Make sure you always run the test suite when you are fixing bugs. New
+features should come with a test unit.
+
+AUTHOR, COPYRIGHT AND LICENSING
+-------------------------------------------------------------------------------
 JSON-GLib has been written by Emmanuele Bassi
-Copyright (C) 2007  OpenedHand Ltd.
+
+JSON-GLib is released under the terms of the GNU Lesser General Public License,
+either version 2.1 or (at your option) any later version.
+
+See the file COPYING for details.
+
+Copyright (C) 2007  OpenedHand Ltd
+Copyright (C) 2009  Intel Corp.



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