[json-glib] docs: Add links to online resources



commit 7dad6e7473852b687e12e737874d532261dbc343
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Mar 13 18:06:14 2017 +0000

    docs: Add links to online resources
    
    Link the built API reference on developer.gnome.org, and the JSON
    website.

 doc/reference/json-glib-docs.xml |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/doc/reference/json-glib-docs.xml b/doc/reference/json-glib-docs.xml
index 71782cd..cd7fec6 100644
--- a/doc/reference/json-glib-docs.xml
+++ b/doc/reference/json-glib-docs.xml
@@ -9,8 +9,14 @@
 
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
   <bookinfo>
-    <title>JSON-GLib Reference Manual</title>
-    <releaseinfo>for JSON-GLib &package_version;</releaseinfo>
+    <title>&package_name; Reference Manual</title>
+    <releaseinfo>
+      <para>This document is the API reference for for &package_name; &package_version;.</para>
+      <para>
+        The latest version of this API reference is also available
+        <ulink role="online-location" url="https://developer.gnome.org/json-glib/";>online</ulink>.
+      </para>
+    </releaseinfo>
 
     <copyright>
       <year>2007, 2008</year>
@@ -46,7 +52,7 @@
 
     </bookinfo>
 
-  <part id="json-glib">
+  <part id="json-overview">
     <title>JSON-GLib Overview</title>
 
     <partintro>
@@ -57,6 +63,12 @@
     data types and API.
     </para>
 
+    <para>
+    JSON (JavaScript Object Notation) is a lightweight data-interchange
+    format. More information on the grammar is <ulink type="http"
+    url="http://json.org";>available on json.org</ulink>.
+    </para>
+
     </partintro>
 
   </part>
@@ -136,9 +148,9 @@
     <title>JSON-GLib Additional Reference</title>
 
     <chapter id="tools">
-        <title>JSON-GLib Tools</title>
-        <xi:include href="json-glib-format.xml"/>
-        <xi:include href="json-glib-validate.xml"/>
+      <title>JSON-GLib Tools</title>
+      <xi:include href="json-glib-format.xml"/>
+      <xi:include href="json-glib-validate.xml"/>
     </chapter>
 
     <chapter>


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