You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2013/10/23 23:19:00 UTC

svn commit: r1535187 - in /wicket/common/site/trunk/_site/guide: ./ css/ gapi/ gapi/DefaultPackage/ gapi/spring/ img/

Author: adelbene
Date: Wed Oct 23 21:18:59 2013
New Revision: 1535187

URL: http://svn.apache.org/r1535187
Log:
Updated generated files take 3, hopefully the last...

Modified:
    wicket/common/site/trunk/_site/guide/all-docs.html
    wicket/common/site/trunk/_site/guide/css/custom-pdf.css
    wicket/common/site/trunk/_site/guide/css/custom.css
    wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html
    wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
    wicket/common/site/trunk/_site/guide/gapi/deprecated-list.html
    wicket/common/site/trunk/_site/guide/gapi/help-doc.html
    wicket/common/site/trunk/_site/guide/gapi/index-all.html
    wicket/common/site/trunk/_site/guide/gapi/spring/resources.html
    wicket/common/site/trunk/_site/guide/img/InterComponentsEventsExample-screenshot.png
    wicket/common/site/trunk/_site/guide/img/JMX-console2.png
    wicket/common/site/trunk/_site/guide/img/JMX-console3.png
    wicket/common/site/trunk/_site/guide/img/JMX-console4.png
    wicket/common/site/trunk/_site/guide/img/browser-back.png
    wicket/common/site/trunk/_site/guide/img/eclipse-classpath-variables.png
    wicket/common/site/trunk/_site/guide/img/edit-label-example-screenshot.png
    wicket/common/site/trunk/_site/guide/img/final-login-page.png
    wicket/common/site/trunk/_site/guide/img/inmethod-grid1.png
    wicket/common/site/trunk/_site/guide/img/inmethod-grid2.png
    wicket/common/site/trunk/_site/guide/img/layout-include.png
    wicket/common/site/trunk/_site/guide/img/layout-mock.png
    wicket/common/site/trunk/_site/guide/img/layout.png
    wicket/common/site/trunk/_site/guide/img/netbeans-maven-import.png
    wicket/common/site/trunk/_site/guide/img/page-id.png
    wicket/common/site/trunk/_site/guide/img/page-panel-hierarchy.png
    wicket/common/site/trunk/_site/guide/img/quickstart-webpage.png
    wicket/common/site/trunk/_site/guide/img/reload-page.png
    wicket/common/site/trunk/_site/guide/img/requesthandling-general.png
    wicket/common/site/trunk/_site/guide/img/tinymce.png
    wicket/common/site/trunk/_site/guide/img/tomcat-admin-sessions.png
    wicket/common/site/trunk/_site/guide/img/uml-component.png
    wicket/common/site/trunk/_site/guide/img/uml-form-component.png
    wicket/common/site/trunk/_site/guide/img/uml-imodel.png
    wicket/common/site/trunk/_site/guide/img/validator-type-hierachy.png
    wicket/common/site/trunk/_site/guide/img/wicket-cache.png
    wicket/common/site/trunk/_site/guide/index.html

Modified: wicket/common/site/trunk/_site/guide/all-docs.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/all-docs.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/all-docs.html (original)
+++ wicket/common/site/trunk/_site/guide/all-docs.html Wed Oct 23 21:18:59 2013
@@ -9,5 +9,6 @@
         <a href="gapi/index.html">Groovy API docs</a><br />
 		<a href="guide/index.html">Manual (Page per chapter)</a><br />
 		<a href="guide/single.html">Manual (Single page)</a><br />
+		<a href="guide/single.pdf">Manual (PDF)</a><br />
     </body>
 </html>

Modified: wicket/common/site/trunk/_site/guide/css/custom-pdf.css
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/css/custom-pdf.css?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/css/custom-pdf.css (original)
+++ wicket/common/site/trunk/_site/guide/css/custom-pdf.css Wed Oct 23 21:18:59 2013
@@ -1,3 +1,35 @@
 /*
    Dummy stylesheet allowing for some customisation of pdf output without having to copy and modify the other stylesheets.
-*/
\ No newline at end of file
+*/
+
+ body{
+   font-family:helvetica,arial,sans-serif!important;
+   font-size: 10pt!important;
+ } 
+
+.paragraph{
+   font-family:helvetica,arial,sans-serif!important;	
+}
+
+.code pre {
+    page-break-inside: auto!important;
+}
+
+.bq {
+    page-break-inside: auto!important;
+}
+
+table {
+    page-break-inside: auto!important;
+}
+
+.paragraph{
+ text-indent: 1em!important;
+}
+
+h1{
+  font-size:3em!important;
+  text-align:right;
+  padding-bottom: 30px;	
+}
+

Modified: wicket/common/site/trunk/_site/guide/css/custom.css
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/css/custom.css?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/css/custom.css (original)
+++ wicket/common/site/trunk/_site/guide/css/custom.css Wed Oct 23 21:18:59 2013
@@ -51,3 +51,9 @@ h1, h2, #main a, #main .project strong, 
 #navigation .separator {
     background: none!important;
 }
+
+@media print
+  {
+   #col2 {display:none!important;}
+  }
+

Modified: wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html Wed Oct 23 21:18:59 2013
@@ -6,9 +6,9 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Tue Oct 01 09:51:47 CEST 2013 -->
+<!-- Generated by groovydoc (2.0.5) on Wed Oct 23 23:12:37 CEST 2013 -->
 <title>BootStrap (Groovy Documentation)</title>
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <link href="../groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="../groovy.ico" type="image/x-icon" rel="icon">
@@ -185,7 +185,7 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
                 <tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
                 <b>Methods inherited from class java.lang.Object</b>
                 </th></tr>
-                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
+                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
                 </table>
                 &nbsp;
 

Modified: wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html Wed Oct 23 21:18:59 2013
@@ -6,9 +6,9 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Tue Oct 01 09:51:47 CEST 2013 -->
+<!-- Generated by groovydoc (2.0.5) on Wed Oct 23 23:12:37 CEST 2013 -->
 <title>UrlMappings (Groovy Documentation)</title>
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <link href="../groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="../groovy.ico" type="image/x-icon" rel="icon">
@@ -175,7 +175,7 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
                 <tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
                 <b>Methods inherited from class java.lang.Object</b>
                 </th></tr>
-                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
+                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
                 </table>
                 &nbsp;
 

Modified: wicket/common/site/trunk/_site/guide/gapi/deprecated-list.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/deprecated-list.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/deprecated-list.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/deprecated-list.html Wed Oct 23 21:18:59 2013
@@ -2,9 +2,9 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<!-- Generated by groovydoc (2.0.8) on  -->
+<!-- Generated by groovydoc (2.0.5) on  -->
 <title>Deprecated API (wicket-userguide)</title>
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="groovy.ico" type="image/x-icon" rel="icon">

Modified: wicket/common/site/trunk/_site/guide/gapi/help-doc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/help-doc.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/help-doc.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/help-doc.html Wed Oct 23 21:18:59 2013
@@ -3,11 +3,11 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<!-- Generated by groovydoc (2.0.8) on  -->
+<!-- Generated by groovydoc (2.0.5) on  -->
 <title>API Help (wicket-userguide)</title>
 <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="groovy.ico" type="image/x-icon" rel="icon">
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 
 <script type="text/javascript">

Modified: wicket/common/site/trunk/_site/guide/gapi/index-all.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/index-all.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/index-all.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/index-all.html Wed Oct 23 21:18:59 2013
@@ -2,9 +2,9 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<!-- Generated by groovydoc (2.0.8) on  -->
+<!-- Generated by groovydoc (2.0.5) on  -->
 <title>Index (wicket-userguide)</title>
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="groovy.ico" type="image/x-icon" rel="icon">

Modified: wicket/common/site/trunk/_site/guide/gapi/spring/resources.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/spring/resources.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/spring/resources.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/spring/resources.html Wed Oct 23 21:18:59 2013
@@ -6,9 +6,9 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Tue Oct 01 09:51:47 CEST 2013 -->
+<!-- Generated by groovydoc (2.0.5) on Wed Oct 23 23:12:37 CEST 2013 -->
 <title>resources (Groovy Documentation)</title>
-<meta name="date" content="2013-10-01">
+<meta name="date" content="2013-10-23">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <link href="../groovy.ico" type="image/x-icon" rel="shortcut icon">
 <link href="../groovy.ico" type="image/x-icon" rel="icon">
@@ -160,7 +160,7 @@ spring</FONT>
                 <tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
                 <b>Methods inherited from class java.lang.Object</b>
                 </th></tr>
-                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
+                <tr class="TableRowColor"><td colspan='2'>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</td></tr>
                 </table>
                 &nbsp;
 

Modified: wicket/common/site/trunk/_site/guide/img/InterComponentsEventsExample-screenshot.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/InterComponentsEventsExample-screenshot.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/JMX-console2.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/JMX-console2.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/JMX-console3.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/JMX-console3.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/JMX-console4.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/JMX-console4.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/browser-back.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/browser-back.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/eclipse-classpath-variables.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/eclipse-classpath-variables.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/edit-label-example-screenshot.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/edit-label-example-screenshot.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/final-login-page.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/final-login-page.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/inmethod-grid1.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/inmethod-grid1.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/inmethod-grid2.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/inmethod-grid2.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/layout-include.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/layout-include.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/layout-mock.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/layout-mock.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/layout.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/layout.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/netbeans-maven-import.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/netbeans-maven-import.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/page-id.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/page-id.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/page-panel-hierarchy.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/page-panel-hierarchy.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/quickstart-webpage.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/quickstart-webpage.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/reload-page.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/reload-page.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/requesthandling-general.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/requesthandling-general.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/tinymce.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/tinymce.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/tomcat-admin-sessions.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/tomcat-admin-sessions.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/uml-component.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/uml-component.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/uml-form-component.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/uml-form-component.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/uml-imodel.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/uml-imodel.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/validator-type-hierachy.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/validator-type-hierachy.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/img/wicket-cache.png
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/img/wicket-cache.png?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
Binary files - no diff available.

Modified: wicket/common/site/trunk/_site/guide/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/index.html?rev=1535187&r1=1535186&r2=1535187&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/index.html (original)
+++ wicket/common/site/trunk/_site/guide/index.html Wed Oct 23 21:18:59 2013
@@ -86,10 +86,10 @@ function addJsClass(el) {
         <div id="header">
             <div class="images clearfix">
                 
-                <span id="logo"><a href="/" target="_blank"><img height="80px" src="http://comsysto.github.io/wicket-userguide/img/apache-wicket.png"/></a></span>
+                <span id="logo"><a href="/" target="_blank"><img height="80px" src="http://wicket.apache.org/guide/img/apache-wicket.png"/></a></span>
                 
                 
-                <span id="sponsor"><a href="http://www.comsysto.com/" target="_blank"><img height="60px" src="http://comsysto.github.io/wicket-userguide/img/comsysto-logo.png"/></a></span>
+                <span id="sponsor"><a href="http://www.apache.org/" target="_blank"><img height="60px" src="http://www.apache.org/images/asf_logo.gif"/></a></span>
                 
             </div>
             <p>Free Online Guide for Apache Wicket framework</p>
@@ -146,7 +146,7 @@ function addJsClass(el) {
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter4.html#chapter4_3"><strong>4.3</strong><span>Divide et impera!</span></a></div>
                             
-                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter4.html#chapter4_4"><strong>4.4</strong><span>Markup inheritance with the &lt;wicket:extend&gt; tag</span></a></div>
+                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter4.html#chapter4_4"><strong>4.4</strong><span>Markup inheritance with the wicket:extend tag</span></a></div>
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter4.html#chapter4_5"><strong>4.5</strong><span>Summary</span></a></div>
                             
@@ -168,7 +168,7 @@ function addJsClass(el) {
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter5.html#chapter5_8"><strong>5.8</strong><span>How to render component body only</span></a></div>
                             
-                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter5.html#chapter5_9"><strong>5.9</strong><span>Hiding decorating elements with the &lt;wicket:enclosure&gt; tag</span></a></div>
+                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter5.html#chapter5_9"><strong>5.9</strong><span>Hiding decorating elements with the wicket:enclosure tag</span></a></div>
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter5.html#chapter5_10"><strong>5.10</strong><span>Surrounding existing markup with Border</span></a></div>
                             
@@ -216,7 +216,7 @@ function addJsClass(el) {
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter9.html#chapter9_2"><strong>9.2</strong><span>Bookmarkable links</span></a></div>
                             
-                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter9.html#chapter9_3"><strong>9.3</strong><span>Automatically creating bookmarkable links with tag &lt;wicket:link&gt;</span></a></div>
+                            <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter9.html#chapter9_3"><strong>9.3</strong><span>Automatically creating bookmarkable links with tag wicket:link</span></a></div>
                             
                             <div class="toc-item" style="margin-left:10px"><a href="./guide/chapter9.html#chapter9_4"><strong>9.4</strong><span>External links</span></a></div>
                             
@@ -478,17 +478,7 @@ function addJsClass(el) {
 
         <div id="footer">
             
-Copyright &copy; 2013 — <a href="http://www.comsysto.com" target="_blank">comSysto GmbH</a>
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-43124634-1', 'comsysto.com');
-  ga('send', 'pageview');
-
-</script>
+Copyright &copy; 2013 — <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>
 
             
         </div>