You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/10/31 10:15:36 UTC

svn commit: r797768 - in /websites/production/rave: ./ content/rave/documentation/index.html content/rave/documentation/sso-login.html

Author: jasha
Date: Mon Oct 31 09:15:35 2011
New Revision: 797768

Log:
Add SSO extension documentation, group security items in overview, add customizing items in overview

Added:
    websites/production/rave/content/rave/documentation/sso-login.html
      - copied unchanged from r797767, websites/staging/rave/trunk/content/rave/documentation/sso-login.html
Modified:
    websites/production/rave/   (props changed)
    websites/production/rave/content/rave/documentation/index.html

Propchange: websites/production/rave/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Oct 31 09:15:35 2011
@@ -1 +1 @@
-/websites/staging/rave/trunk:787226-797500
+/websites/staging/rave/trunk:787226-797767

Modified: websites/production/rave/content/rave/documentation/index.html
==============================================================================
--- websites/production/rave/content/rave/documentation/index.html (original)
+++ websites/production/rave/content/rave/documentation/index.html Mon Oct 31 09:15:35 2011
@@ -76,18 +76,24 @@
 <li><a href="configure-database.html">Database configuration</a></li>
 </ul>
 </li>
-<li><a href="customizing.html">Customizing</a></li>
+</ul>
+<h2 id="customizingcustomizinghtml"><a href="customizing.html">Customizing</a></h2>
+<ul>
+<li><a href="custom-app-context.html">Adding a custom application context</a></li>
+<li><a href="custom-widget-renderer.html">Adding a new Widget Renderer</a></li>
+<li><a href="script-manager.html">Working with the Script Manager</a></li>
 </ul>
 <h2 id="security">Security</h2>
 <ul>
 <li><a href="security-model-permission.html">Rave Model Permission Overview</a></li>
+<li><a href="new-model-permission-impl.html">How to Implement Permission Security for a New Rave Model Object</a></li>
+<li><a href="model-permission-override.html">How to Override the Default Permission Security for and Existing Rave Model Object</a></li>
+<li><a href="sso-login.html">How to configure Single Sign-On</a></li>
 </ul>
 <h2 id="howto">Howto</h2>
 <ul>
 <li><a href="rave-extensions.html">Extend Rave to build your own portal</a></li>
 <li><a href="oauth-consumer.html">Use Rave as OAuth consumer (OpenSocial)</a></li>
-<li><a href="new-model-permission-impl.html">How to Implement Permission Security for a New Rave Model Object</a></li>
-<li><a href="model-permission-override.html">How to Override the Default Permission Security for and Existing Rave Model Object</a></li>
 <li><a href="custom-gui.html">Customize the look and feel</a></li>
 <li><a href="translate-portal.html">Translate the portal</a></li>
 </ul>