You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ra...@apache.org on 2011/08/31 23:27:33 UTC

svn commit: r1163826 - /incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext

Author: raminder
Date: Wed Aug 31 21:27:33 2011
New Revision: 1163826

URL: http://svn.apache.org/viewvc?rev=1163826&view=rev
Log:
fixed typos and fixed grammatical errors

Modified:
    incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext?rev=1163826&r1=1163825&r2=1163826&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext Wed Aug 31 21:27:33 2011
@@ -18,27 +18,27 @@ Notice:    Licensed to the Apache Softwa
 
 One of the (main) goals of Rave is to create an extendible platform. This document is to help Rave users (developers) to customize rave based on needs.
 
-Just to get you started we have created a Rave Sandbox and created a vanilla extension to implement Custom user service and to customize login page look and feel. 
+Just to get you started we have created a Rave Sandbox and created a vanilla extension to implement CustomUserService and to personalize login page look and feel. 
 Main objective of that vanilla extension is to provide reusable build environment with required minimal dependencies.
-Extension developers will be able to use build file provide and add extra project dependencies. 
+Extension developers will be able to use build file provide and add additional project dependencies. 
 
 ##### Prerequisites 
 
-Need to build Rave locally where you are developing extensions
+Need to build Rave locally where you are developing extensions.
 
 ##### Rave Vanilla Extension Location
 
-    svn co https://svn.apache.org/repos/asf/incubator/rave/sandbox/rave-extensions/rave-vanilla-extension
+    svn co http://svn.apache.org/repos/asf/incubator/rave/sandbox/rave-extensions/rave-vanilla-extension
     cd rave-vanilla-extension
     mvn cargo:start
 
 ##### Customizations
 
-  - User Service : Extension implements rave UserService interface as CustomUserService. To use CustomUserService while login you need to update
+  - User Service : Extension implements rave UserService interface as CustomUserService. To use CustomUserService for login you need to update
 Application Security context provided in ~/src/main/webapp/WEB-INF/applicationContext-security.xml and add name for customUserService. 
   
   - Login page : This is just to demonstrate that if you have your own login page and style sheets you can copy them to right location and they will be 
-included in portal war along with other rave files. If you will have the same same Rave war files will be replaced with your version of files.
+included in portal war along with other rave files. If you will have the same files name as in Rave war, they will be replaced with your version of files.
 
 ###TODO other customizations points in RAVE.