Updates/fixes for the release
diff --git a/src/main/docgen/LICENSE.txt b/src/main/docgen/LICENSE.txt
new file mode 100644
index 0000000..1a410cc
--- /dev/null
+++ b/src/main/docgen/LICENSE.txt
@@ -0,0 +1,45 @@
+Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+==============================================================================
+END LICENSE
+
+
+FreeMarker subcomponents with different copyright owners
+--------------------------------------------------------
+
+FreeMarker, both in its source code and binary form (freemarker.jar)
+includes a number of files that are licensed by the Apache Software
+Foundation under the Apache License, Version 2.0. This is the same
+license as the license of FreeMaker, but the copyright owner is the
+Apache Software Foundation. These files are:
+  
+    freemarker/ext/jsp/web-app_2_2.dtd
+    freemarker/ext/jsp/web-app_2_3.dtd
+    freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd
+    freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd
+
+
+Historical notes
+----------------
+
+FreeMarker 1.x was released under the LGPL license. Later, by
+community consensus, we have switched over to a BSD-style license. As
+of FreeMarker 2.2pre1, the original author, Benjamin Geer, has
+relinquished the copyright in behalf of Visigoth Software Society.
+
+With FreeMarker 2.3.21 the license has changed to Apache License,
+Version 2.0, and the owner has changed from Visigoth Software Society
+to three of the FreeMarker 2.x developers, Attila Szegedi, Daniel
+Dekany, and Jonathan Revusky.
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index ba7f2b0..8ddad33 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -128,7 +128,7 @@
 <dependency>
   <groupId>org.freemarker</groupId>
   <artifactId>freemarker</artifactId>
-  <version>2.3.22</version>
+  <version>2.3.23</version>
 &lt;/dependency&gt;</programlisting>
 
       <note>
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index 8eb70a2..6ed5ccc 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -1,7 +1,7 @@
 //charset: UTF-8
 
 deployUrl: "http://freemarker.org/"
-// onlineTrackerHTML: "docgen-misc/googleAnalytics.html"
+onlineTrackerHTML: "docgen-misc/googleAnalytics.html"
 offline: false
 simpleNavigationMode
 timeZone: "GMT"
diff --git a/src/main/docgen/favicon.png b/src/main/docgen/favicon.png
index d6b0ccf..ce0de20 100644
--- a/src/main/docgen/favicon.png
+++ b/src/main/docgen/favicon.png
Binary files differ
diff --git a/src/main/docgen/logo.png b/src/main/docgen/logo.png
index b24ca70..193dc11 100644
--- a/src/main/docgen/logo.png
+++ b/src/main/docgen/logo.png
Binary files differ