Author: papegaaij
Date: Wed May  9 10:32:20 2012
New Revision: 1336057

URL: http://svn.apache.org/viewvc?rev=1336057&view=rev
Log:
fixed some links in authroles and added a line about the pygments module

Modified:
    wicket/common/site/trunk/_site/contribute/write.html
    wicket/common/site/trunk/_site/learn/projects/authroles.html
    wicket/common/site/trunk/contribute/write.md
    wicket/common/site/trunk/learn/projects/authroles.md

Modified: wicket/common/site/trunk/_site/contribute/write.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/write.html?rev=1336057&r1=1336056&r2=1336057&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/write.html (original)
+++ wicket/common/site/trunk/_site/contribute/write.html Wed May  9 10:32:20 
2012
@@ -179,6 +179,8 @@
 <div class='highlight'><pre><code class='console'><span class='go'>gem install 
jekyll</span>
 </code></pre>
 </div>
+<p>You also need to install the Pygments Python module.</p>
+
 <h2 id='checkout'>Check out from SVN</h2>
 
 <p>Before you can edit the site, you need to check it out from SVN:</p>

Modified: wicket/common/site/trunk/_site/learn/projects/authroles.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/authroles.html?rev=1336057&r1=1336056&r2=1336057&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/authroles.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/authroles.html Wed May  9 
10:32:20 2012
@@ -172,9 +172,9 @@
 <p>For more documentation use the following links:</p>
 
 <ul>
-<li><a 
href='http://wicket.apache.org/apidocs/1.4/org/apache/wicket/authentication/package-frame.html'>Authentication
 API</a></li>
+<li><a 
href='http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html'>Authentication
 API</a></li>
 
-<li><a 
href='http://wicket.apache.org/apidocs/1.4/org/apache/wicket/authorization/package-frame.html'>Authorization
 API</a></li>
+<li><a 
href='http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html'>Authorization
 API</a></li>
 </ul>
 
 <p>Note that for the instantiation check Wicket will invoke the constructor 
hierarchy of your component, but will throw an exception if the authorization 
check fails.</p>
@@ -217,16 +217,16 @@
 <p>More elaborate security solutions exist in the following projects:</p>
 
 <ul>
-<li><a 
href='https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/shiro-security'>Wicket
 Shiro</a> - integration between Apache Shiro and Wicket</li>
+<li><a 
href='https://github.com/wicketstuff/core/tree/core-1.5.x/jdk-1.5-parent/shiro-security'>Wicket
 Shiro</a> - integration between Apache Shiro and Wicket</li>
 
-<li><a 
href='https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-security-parent'>Wicket
 Security</a> - JAAS inspired, principal based security framework</li>
+<li><a 
href='https://github.com/wicketstuff/core/tree/core-1.5.x/jdk-1.5-parent/wicket-security-parent'>Wicket
 Security</a> - JAAS inspired, principal based security framework</li>
 </ul>
 
 <p>If other security solutions are available for Wicket, <a 
href='https://issues.apache.org/jira/browse/WICKET'>let us know</a>.</p>
 
 <h2 id='example'>Example</h2>
 
-<p>The Wicket Examples project contains a <a 
href='http://wicketstuff.org/wicket14/authorization'>complete example</a> of 
limiting access to pages and components using roles based authorization. It 
also contains an <a 
href='http://wicketstuff.org/wicket14/authentication'>authentication 
example</a>.</p>
+<p>The Wicket Examples project contains a <a 
href='http://wicket-library.com/wicket-examples/authorization'>complete 
example</a> of limiting access to pages and components using roles based 
authorization. It also contains an <a 
href='http://wicket-library.com/wicket-examples/authentication'>authentication 
example</a>.</p>
 
 <p>Click on the source links to see the related source code.</p>
 

Modified: wicket/common/site/trunk/contribute/write.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/contribute/write.md?rev=1336057&r1=1336056&r2=1336057&view=diff
==============================================================================
--- wicket/common/site/trunk/contribute/write.md (original)
+++ wicket/common/site/trunk/contribute/write.md Wed May  9 10:32:20 2012
@@ -32,6 +32,8 @@ website](http://github.com/mojombo/jekyl
 gem install jekyll
 {% endhighlight %}
 
+You also need to install the Pygments Python module.
+
 ## Check out from SVN ## {#checkout}
 
 Before you can edit the site, you need to check it out from SVN:

Modified: wicket/common/site/trunk/learn/projects/authroles.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/projects/authroles.md?rev=1336057&r1=1336056&r2=1336057&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/projects/authroles.md (original)
+++ wicket/common/site/trunk/learn/projects/authroles.md Wed May  9 10:32:20 
2012
@@ -31,8 +31,8 @@ strategy is installed in the security se
 
 For more documentation use the following links:
 
-* [Authentication 
API](http://wicket.apache.org/apidocs/1.4/org/apache/wicket/authentication/package-frame.html)
-* [Authorization 
API](http://wicket.apache.org/apidocs/1.4/org/apache/wicket/authorization/package-frame.html)
+* [Authentication 
API](http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html)
+* [Authorization 
API](http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html)
 
 Note that for the instantiation check Wicket will invoke the constructor
 hierarchy of your component, but will throw an exception if the authorization
@@ -90,11 +90,9 @@ provided authorization annotations.
 
 More elaborate security solutions exist in the following projects:
 
- * [Wicket
-   
Shiro](https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/shiro-security)
 -
+ * [Wicket 
Shiro](https://github.com/wicketstuff/core/tree/core-1.5.x/jdk-1.5-parent/shiro-security)
 -
    integration between Apache Shiro and Wicket
- * [Wicket
-   
Security](https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-security-parent)
+ * [Wicket 
Security](https://github.com/wicketstuff/core/tree/core-1.5.x/jdk-1.5-parent/wicket-security-parent)
    - JAAS inspired, principal based security framework
 
 If other security solutions are available for Wicket, [let us
@@ -103,9 +101,10 @@ know](https://issues.apache.org/jira/bro
 ## Example ##
 
 The Wicket Examples project contains a [complete
-example](http://wicketstuff.org/wicket14/authorization) of limiting access to
-pages and components using roles based authorization. It also contains an
-[authentication example](http://wicketstuff.org/wicket14/authentication).
+example](http://wicket-library.com/wicket-examples/authorization) of limiting
+access to pages and components using roles based authorization. It also 
contains
+an [authentication
+example](http://wicket-library.com/wicket-examples/authentication).
 
 Click on the source links to see the related source code.
 


Reply via email to