Author: adelbene
Date: Sun Oct 20 18:36:29 2013
New Revision: 1533944

URL: http://svn.apache.org/r1533944
Log:
toc file and chapter 14_3 changed to produce a good pdf version of the guide.

Modified:
    
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter14/chapter14_3.gdoc
    wicket/common/site/trunk/_site/guide/guide/src/docs/guide/toc.yml

Modified: 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter14/chapter14_3.gdoc
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter14/chapter14_3.gdoc?rev=1533944&r1=1533943&r2=1533944&view=diff
==============================================================================
--- 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter14/chapter14_3.gdoc
 (original)
+++ 
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter14/chapter14_3.gdoc
 Sun Oct 20 18:36:29 2013
@@ -43,11 +43,11 @@ public class CustomPanel extends Panel {
 
 Wicket will take care of generating a valid URL for file calendar.jpg. URLs 
for package resources have the following structure:
 
-@<path to application root>/wicket/resource/<fully qualified class 
name>/<resource file name> -<ver-<id>>[.<file extension>]@
+@&lt;path to application root>/wicket/resource/&lt;fully qualified 
classname>/&lt;resource file name> -&lt;ver-&lt;id>>[.&lt;file extension>]@
 
 In our example the URL for our picture file calendar.jpg is the following:
 
-@./wicket/resource/org.wicketTutorial.CustomPanel/calendar-ver-1297887542000.jpg@
+@./wicket/resource/org.wicketTutorial.CustomPanel/ 
calendar-ver-1297887542000.jpg@
 
 The first part of the URL is the relative path to the application root. In our 
example our page is already at the application's root so we have only a 
single-dotted segment. The next two segments, wicket and resource, are 
respectively the namespace and the identifier for resources seen in paragraph 
8.6.4. 
 
@@ -76,4 +76,4 @@ In paragraph 8.3 we have used tag <wicke
 </wicket:link>
 {code}
 
-In the example above Wicket will populate the attribute src with the URL 
corresponding to the package resource icon.png. <wicket:link> supports also tag 
<link> for CSS files and tag <script> for JavaScript files.
\ No newline at end of file
+In the example above Wicket will populate the attribute src with the URL 
corresponding to the package resource icon.png. <wicket:link> supports also tag 
<link> for CSS files and tag <script> for JavaScript files.

Modified: wicket/common/site/trunk/_site/guide/guide/src/docs/guide/toc.yml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/src/docs/guide/toc.yml?rev=1533944&r1=1533943&r2=1533944&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/src/docs/guide/toc.yml (original)
+++ wicket/common/site/trunk/_site/guide/guide/src/docs/guide/toc.yml Sun Oct 
20 18:36:29 2013
@@ -18,7 +18,7 @@ chapter4:
   chapter4_1: Header, footer, left menu, content, etc...
   chapter4_2: Here comes the inheritance!
   chapter4_3: Divide et impera!  
-  chapter4_4: Markup inheritance with the <wicket:extend> tag
+  chapter4_4: Markup inheritance with the wicket:extend tag
   chapter4_5: Summary
 chapter5:
   title: Keeping control over HTML
@@ -30,7 +30,7 @@ chapter5:
   chapter5_6: Adding header contents to the final page
   chapter5_7: Using stub markup in our pages/panels
   chapter5_8: How to render component body only
-  chapter5_9: Hiding decorating elements with the <wicket:enclosure> tag
+  chapter5_9: Hiding decorating elements with the wicket:enclosure tag
   chapter5_10: Surrounding existing markup with Border
   chapter5_11: Summary
 chapter6:
@@ -58,7 +58,7 @@ chapter9:
   title: Wicket Links and URL generation
   chapter9_1: PageParameters
   chapter9_2: Bookmarkable links
-  chapter9_3: Automatically creating bookmarkable links with tag <wicket:link>
+  chapter9_3: Automatically creating bookmarkable links with tag wicket:link
   chapter9_4: External links
   chapter9_5: Stateless links
   chapter9_6: Generating structured and clear URLs


Reply via email to