You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by al...@apache.org on 2011/09/11 19:51:06 UTC

svn commit: r1169489 - in /myfaces/html5/trunk/src/site/apt: building.apt gettingstarted.apt index.apt

Author: aliok
Date: Sun Sep 11 17:51:06 2011
New Revision: 1169489

URL: http://svn.apache.org/viewvc?rev=1169489&view=rev
Log:
MFHTML5-5

Modified:
    myfaces/html5/trunk/src/site/apt/building.apt
    myfaces/html5/trunk/src/site/apt/gettingstarted.apt
    myfaces/html5/trunk/src/site/apt/index.apt

Modified: myfaces/html5/trunk/src/site/apt/building.apt
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/apt/building.apt?rev=1169489&r1=1169488&r2=1169489&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/apt/building.apt (original)
+++ myfaces/html5/trunk/src/site/apt/building.apt Sun Sep 11 17:51:06 2011
@@ -24,14 +24,14 @@ Checking out the source
  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 @@ Building The Project
   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 @@ Building The Project
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 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.
 

Modified: myfaces/html5/trunk/src/site/apt/gettingstarted.apt
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/apt/gettingstarted.apt?rev=1169489&r1=1169488&r2=1169489&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/apt/gettingstarted.apt (original)
+++ myfaces/html5/trunk/src/site/apt/gettingstarted.apt Sun Sep 11 17:51:06 2011
@@ -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

Modified: myfaces/html5/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/apt/index.apt?rev=1169489&r1=1169488&r2=1169489&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/apt/index.apt (original)
+++ myfaces/html5/trunk/src/site/apt/index.apt Sun Sep 11 17:51:06 2011
@@ -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.