Author: ivaynberg
Date: Fri Mar 25 16:37:16 2011
New Revision: 1085456

URL: http://svn.apache.org/viewvc?rev=1085456&view=rev
Log:
corrected some marketing speak from PACKT's side

Modified:
    wicket/common/site/trunk/_config.yml
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/learn/books/awc.html
    wicket/common/site/trunk/learn/books/awc.md

Modified: wicket/common/site/trunk/_config.yml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_config.yml?rev=1085456&r1=1085455&r2=1085456&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Fri Mar 25 16:37:16 2011
@@ -11,7 +11,7 @@ maruku:
   png_dir:    images/latex
   png_url:    /images/latex
   toc:        true
-exclude:    readme.md
+exclude:    readme.md,tmp,regenerate.sh
 wicket:
     version:    1.4.16
     released:   2011-02-25

Modified: wicket/common/site/trunk/_site/atom.xml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1085456&r1=1085455&r2=1085456&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Fri Mar 25 16:37:16 2011
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml"; rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2011-03-25T08:57:59-07:00</updated>
+ <updated>2011-03-25T09:32:57-07:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>

Modified: wicket/common/site/trunk/_site/learn/books/awc.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/awc.html?rev=1085456&r1=1085455&r2=1085456&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Fri Mar 25 16:37:16 2011
@@ -152,7 +152,7 @@
 
 <p>You will learn how to integrate with client-side technologies such as 
JavaScript libraries or Flash components, which will help you to build your 
application faster. You will discover how to use Wicket paradigms to factor out 
commonly used code into custom Components, which will reduce the maintenance 
cost of your application, and how to leverage the existing Wicket Components to 
make your own code simpler.</p>
 
-<p>A straightforward Cookbook with over 75 highly focused practical recipes to 
make your web application development easier with the Wicket web framework</p>
+<p>A straightforward Cookbook with highly focused practical recipes to make 
your web application development easier with the Wicket web framework</p>
 
 <h2 id='what_you_will_learn_from_this_book'>What you will learn from this 
book</h2>
 

Modified: wicket/common/site/trunk/learn/books/awc.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/books/awc.md?rev=1085456&r1=1085455&r2=1085456&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/books/awc.md (original)
+++ wicket/common/site/trunk/learn/books/awc.md Fri Mar 25 16:37:16 2011
@@ -11,7 +11,7 @@ Apache Wicket Cookbook provides you with
 
 You will learn how to integrate with client-side technologies such as 
JavaScript libraries or Flash components, which will help you to build your 
application faster. You will discover how to use Wicket paradigms to factor out 
commonly used code into custom Components, which will reduce the maintenance 
cost of your application, and how to leverage the existing Wicket Components to 
make your own code simpler.
 
-A straightforward Cookbook with over 75 highly focused practical recipes to 
make your web application development easier with the Wicket web framework
+A straightforward Cookbook with highly focused practical recipes to make your 
web application development easier with the Wicket web framework
 
 ## What you will learn from this book ##
 


Reply via email to