cookbook: Add acknowledgment section
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 29 Jun 2010 17:04:52 +0000 (18:04 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 29 Jun 2010 17:04:52 +0000 (18:04 +0100)
And fix the URLs.

doc/cookbook/clutter-cookbook.xml.in

index fc6d0b1..f9a390c 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY appurl "http://clutter-project.org">
-<!ENTITY docurl "http://clutter-project.org/docs/">
+<!ENTITY appurl "http://www.clutter-project.org">
+<!ENTITY docurl "http://docs.clutter-project.org/docs/clutter-cookbook">
 <!ENTITY author_mail "ebassi@linux.intel.com">
 <!ENTITY apiversion "@CLUTTER_API_VERSION@">
 ]>
@@ -85,7 +85,7 @@
       <title>About Clutter</title>
 
       <para>Clutter is an free and open source software library for creating
-      fast, visually rich and animated graphical user interfaces.</para>
+      portable, dynamic, compelling and fast graphical user interfaces.</para>
 
       <para>Clutter uses OpenGL (and, optionally, OpenGL ES on mobile and
       embedded platforms) for rendering the user interface elements, but
     </section>
 
     <section>
+      <title>Acknowledgments</title>
+
+      <para>This book has been written taking the inspiration from the Perl
+      Cookbook, authored by Tom Christiansen and Nathan Torkington.</para>
+
+      <para>Various recipes throughout the book have been written by Elliot
+      Smith.</para>
+    </section>
+
+    <section>
       <title>Where to get Clutter</title>
 
       <para>You can obtain Clutter from <ulink url="&appurl;">&appurl;</ulink>.</para>