Author: adelbene
Date: Sat Dec  7 15:11:59 2013
New Revision: 1548926

URL: http://svn.apache.org/r1548926
Log:
Regenearated PDF and solved a problem with code:html closing tag.

Modified:
    wicket/common/site/trunk/_site/guide/all-docs.html
    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/spring/resources.html
    wicket/common/site/trunk/_site/guide/guide/chapter5.html
    wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html
    wicket/common/site/trunk/_site/guide/guide/single.html
    wicket/common/site/trunk/_site/guide/guide/single.pdf
    
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc

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=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/all-docs.html (original)
+++ wicket/common/site/trunk/_site/guide/all-docs.html Sat Dec  7 15:11: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/gapi/DefaultPackage/BootStrap.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html 
(original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html Sat 
Dec  7 15:11:59 2013
@@ -6,7 +6,7 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
 <title>BootStrap (Groovy Documentation)</title>
 <meta name="date" content="2013-12-07">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

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=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html 
(original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html 
Sat Dec  7 15:11:59 2013
@@ -6,7 +6,7 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
 <title>UrlMappings (Groovy Documentation)</title>
 <meta name="date" content="2013-12-07">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

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=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/spring/resources.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/spring/resources.html Sat Dec  7 
15:11:59 2013
@@ -6,7 +6,7 @@
 
 <html>
 <head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
 <title>resources (Groovy Documentation)</title>
 <meta name="date" content="2013-12-07">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: wicket/common/site/trunk/_site/guide/guide/chapter5.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/chapter5.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/chapter5.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/chapter5.html Sat Dec  7 
15:11:59 2013
@@ -252,22 +252,20 @@ replace(fragment);</pre></div>
 
 
 <h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code: 
null</div>
-&#60;wicket:head&#62;
-       &#60;script type="text/javascript"&#62;
-               function myPanelFunction(){
-               }
+Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre>&#60;wicket:head&#62;
+       &#60;script type=<span 
class="java&#45;quote">"text/javascript"</span>&#62;
+               function myPanelFunction()&#123;
+               &#125;
          &#60;/script&#62;<p class="paragraph"/>       &#60;style&#62;
-        .myPanelClass{
-               font-weight: bold;
+        .myPanelClass&#123;
+               font&#45;weight: bold;
                color: red;
-         }      
+         &#125;         
        &#60;/style&#62;
 &#60;/wicket:head&#62;
 &#60;body&#62;
        &#60;wicket:panel&#62;<p class="paragraph"/>    &#60;/wicket:panel&#62;
-&#60;/body&#62;        
-<div class="code"><pre><div class="error">code: null</div><p 
class="paragraph"/>Wicket will take care of placing the content of 
<code>&#60;wicket:head&#62;</code> inside the <code>&#60;head&#62;</code> tag 
of the final page.<p class="paragraph"/><blockquote class="note">
+&#60;/body&#62;</pre></div><p class="paragraph"/>Wicket will take care of 
placing the content of <code>&#60;wicket:head&#62;</code> inside the 
<code>&#60;head&#62;</code> tag of the final page.<p 
class="paragraph"/><blockquote class="note">
 The <code>&#60;wicket:head&#62;</code> tag can also be used with children 
pages/panels which extend parent markup using tag 
<code>&#60;wicket:extend&#62;</code>.
 </blockquote><p class="paragraph"/><blockquote class="note">
 The content of the <code>&#60;wicket:head&#62;</code> tag is added to the 
header section once per component class. In other words, if we add multiple 
instances of the same panel to a page, the <code>&#60;head&#62;</code> tag will 
be populated just once with the content of <code>&#60;wicket:head&#62;</code>.

Modified: wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html Sat Dec  7 
15:11:59 2013
@@ -157,22 +157,20 @@ function addJsClass() {
                 
 
 <h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code: 
null</div>
-&#60;wicket:head&#62;
-       &#60;script type="text/javascript"&#62;
-               function myPanelFunction(){
-               }
+Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre>&#60;wicket:head&#62;
+       &#60;script type=<span 
class="java&#45;quote">"text/javascript"</span>&#62;
+               function myPanelFunction()&#123;
+               &#125;
          &#60;/script&#62;<p class="paragraph"/>       &#60;style&#62;
-        .myPanelClass{
-               font-weight: bold;
+        .myPanelClass&#123;
+               font&#45;weight: bold;
                color: red;
-         }      
+         &#125;         
        &#60;/style&#62;
 &#60;/wicket:head&#62;
 &#60;body&#62;
        &#60;wicket:panel&#62;<p class="paragraph"/>    &#60;/wicket:panel&#62;
-&#60;/body&#62;        
-<div class="code"><pre><div class="error">code: null</div><p 
class="paragraph"/>Wicket will take care of placing the content of 
<code>&#60;wicket:head&#62;</code> inside the <code>&#60;head&#62;</code> tag 
of the final page.<p class="paragraph"/><blockquote class="note">
+&#60;/body&#62;</pre></div><p class="paragraph"/>Wicket will take care of 
placing the content of <code>&#60;wicket:head&#62;</code> inside the 
<code>&#60;head&#62;</code> tag of the final page.<p 
class="paragraph"/><blockquote class="note">
 The <code>&#60;wicket:head&#62;</code> tag can also be used with children 
pages/panels which extend parent markup using tag 
<code>&#60;wicket:extend&#62;</code>.
 </blockquote><p class="paragraph"/><blockquote class="note">
 The content of the <code>&#60;wicket:head&#62;</code> tag is added to the 
header section once per component class. In other words, if we add multiple 
instances of the same panel to a page, the <code>&#60;head&#62;</code> tag will 
be populated just once with the content of <code>&#60;wicket:head&#62;</code>.

Modified: wicket/common/site/trunk/_site/guide/guide/single.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/single.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/single.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/single.html Sat Dec  7 15:11:59 
2013
@@ -897,22 +897,20 @@ replace(fragment);</pre></div>
 
 
 <h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code: 
null</div>
-&#60;wicket:head&#62;
-       &#60;script type="text/javascript"&#62;
-               function myPanelFunction(){
-               }
+Panel's markup can also contain HTML tags which must go inside header section 
of the final page, like tags <code>&#60;script&#62;</code> or 
<code>&#60;style&#62;</code>. To tell Wicket to put these tags inside page 
<code>&#60;head&#62;</code>, we must surround them with the 
<code>&#60;wicket:head&#62;</code> tag.<p class="paragraph"/>Considering the 
markup of a generic panel, we can use <code>&#60;wicket:head&#62;</code> tag in 
this way:<p class="paragraph"/><div class="code"><pre>&#60;wicket:head&#62;
+       &#60;script type=<span 
class="java&#45;quote">"text/javascript"</span>&#62;
+               function myPanelFunction()&#123;
+               &#125;
          &#60;/script&#62;<p class="paragraph"/>       &#60;style&#62;
-        .myPanelClass{
-               font-weight: bold;
+        .myPanelClass&#123;
+               font&#45;weight: bold;
                color: red;
-         }      
+         &#125;         
        &#60;/style&#62;
 &#60;/wicket:head&#62;
 &#60;body&#62;
        &#60;wicket:panel&#62;<p class="paragraph"/>    &#60;/wicket:panel&#62;
-&#60;/body&#62;        
-<div class="code"><pre><div class="error">code: null</div><p 
class="paragraph"/>Wicket will take care of placing the content of 
<code>&#60;wicket:head&#62;</code> inside the <code>&#60;head&#62;</code> tag 
of the final page.<p class="paragraph"/><blockquote class="note">
+&#60;/body&#62;</pre></div><p class="paragraph"/>Wicket will take care of 
placing the content of <code>&#60;wicket:head&#62;</code> inside the 
<code>&#60;head&#62;</code> tag of the final page.<p 
class="paragraph"/><blockquote class="note">
 The <code>&#60;wicket:head&#62;</code> tag can also be used with children 
pages/panels which extend parent markup using tag 
<code>&#60;wicket:extend&#62;</code>.
 </blockquote><p class="paragraph"/><blockquote class="note">
 The content of the <code>&#60;wicket:head&#62;</code> tag is added to the 
header section once per component class. In other words, if we add multiple 
instances of the same panel to a page, the <code>&#60;head&#62;</code> tag will 
be populated just once with the content of <code>&#60;wicket:head&#62;</code>.

Modified: wicket/common/site/trunk/_site/guide/guide/single.pdf
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/single.pdf?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
 (original)
+++ 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
 Sat Dec  7 15:11:59 2013
@@ -21,7 +21,7 @@ Considering the markup of a generic pane
 
        </wicket:panel>
 </body>        
-{code:html}
+{code}
 
 Wicket will take care of placing the content of @<wicket:head>@ inside the 
@<head>@ tag of the final page.
 


Reply via email to