MFHTML5-5

git-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1169489 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/building.apt b/src/site/apt/building.apt
index 77a28f4..808cfae 100644
--- a/src/site/apt/building.apt
+++ b/src/site/apt/building.apt
@@ -24,14 +24,14 @@
  To check out the sources, you need to run the following command
 
 +----------------------------------------------+ 
- $ svn checkout http://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk html5-comp-lib-project
+ $ svn checkout http://svn.apache.org/repos/asf/myfaces/html5/trunk myfaces-html5-project
 +----------------------------------------------+
 
  The project consists of 2 submodules
  
- * html5-comp-lib-core : The component library
+ * myfaces-html5-core : The component library
  
- * html5-comp-lib-examples : The example component showcase application
+ * myfaces-html5-demo : The component showcase application
  
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -44,7 +44,7 @@
   mvn install
 +----------------------------------------------+
 
-  Since the dependencies are downloaded by Maven, building the whole project (core, shared and showcase) will take around 3 minutes 
+  Since the dependencies are downloaded by Maven, building the whole project (core and showcase) will take around 3 minutes
   for the first time, (if the dependencies are not installed previously on your machine) depending on your internet connection. 
 
 
@@ -53,14 +53,14 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Running Showcase Application
 
-  You need to go to html5-comp-lib-examples folder and run a jetty:run to run the showcase application:
+  You need to go to myfaces-html5-demo folder and run a jetty:run to run the showcase application:
 
 +----------------------------------------------+
-  cd html5-comp-lib-examples
+  cd myfaces-html5-demo
   mvn jetty:run
 +----------------------------------------------+
   
-  The showcase application will be running at <http://localhost:8080/html5-comp-lib-examples/index.jsf>
+  The showcase application will be running at <http://localhost:8080/myfaces-html5-demo/index.jsf>
   
   Again, since the dependencies are downloaded by Maven, running the showcase application will take about 2 minutes for the first time.
 
diff --git a/src/site/apt/gettingstarted.apt b/src/site/apt/gettingstarted.apt
index 7a1e4b7..9f64351 100644
--- a/src/site/apt/gettingstarted.apt
+++ b/src/site/apt/gettingstarted.apt
@@ -22,12 +22,8 @@
 Using in your project:
 
  No maven repo is available at the moment. So, you need to download the binaries and put them into your WEB-INF/lib folder.
- No extra dependencies than a JSF implementation is required. All you have to do is putting <html5-comp-lib-core-0.x.x-SNAPSHOT.jar> into your WEB-INF/lib, just like any other web project artifact.
+ All you have to do is putting <myfaces-html5-core-x.x.x.jar> into your WEB-INF/lib, just like any other web project artifact.
 
- You can download the binaries from {{{http://people.apache.org/~aliok/GSoC/tagged/jars/binaries.zip}here}}. But these binaries may not be up-to-date.
- 
- You can download the sample application WAR from {{{http://people.apache.org/~aliok/GSoC/tagged/jars/examples.zip}here}}. Dependencies are already included 
- in the WAR file, so this might be a good starting point. 
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ No newline at end of file
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index ab10d43..d6d6f75 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -21,6 +21,6 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Summary
 
-  This project delivers a new set of JSF components to integrate browsers with Java Server Faces server-side rendering technology.
+  This project delivers a new set of Html5 enabled JSF components.
   
   An online running example application is deployed at <<{{{http://bit.ly/myfaces-html5-demo}this}}>> location.