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:14:24 UTC

svn commit: r1195380 - /incubator/rave/site/trunk/content/rave/documentation/index.mdtext

Author: jasha
Date: Mon Oct 31 09:14:24 2011
New Revision: 1195380

URL: http://svn.apache.org/viewvc?rev=1195380&view=rev
Log:
Group security documentation in overview, make customizing more visible in overview

Modified:
    incubator/rave/site/trunk/content/rave/documentation/index.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/index.mdtext?rev=1195380&r1=1195379&r2=1195380&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/index.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/index.mdtext Mon Oct 31 09:14:24 2011
@@ -21,16 +21,21 @@ Notice:    Licensed to the Apache Softwa
      - [Host configuration](host-configuration.html)
      - [SSL Configuring](configure-ssl.html)
      - [Database configuration](configure-database.html)
-  - [Customizing](customizing.html)
+
+## [Customizing](customizing.html)
+  - [Adding a custom application context](custom-app-context.html)
+  - [Adding a new Widget Renderer](custom-widget-renderer.html)
+  - [Working with the Script Manager](script-manager.html)
 
 ## Security
   - [Rave Model Permission Overview](security-model-permission.html)
+  - [How to Implement Permission Security for a New Rave Model Object](new-model-permission-impl.html)
+  - [How to Override the Default Permission Security for and Existing Rave Model Object](model-permission-override.html)
+  - [How to configure Single Sign-On](sso-login.html)
 
 ## Howto
   - [Extend Rave to build your own portal](rave-extensions.html)
   - [Use Rave as OAuth consumer (OpenSocial)](oauth-consumer.html)
-  - [How to Implement Permission Security for a New Rave Model Object](new-model-permission-impl.html)
-  - [How to Override the Default Permission Security for and Existing Rave Model Object](model-permission-override.html)
   - [Customize the look and feel](custom-gui.html)
   - [Translate the portal](translate-portal.html)