Author: msorokin
Date: 2009-03-20 13:32:07 -0400 (Fri, 20 Mar 2009)
New Revision: 13071
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/home.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6419
added some features
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/home.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/home.xhtml 2009-03-20
17:18:18 UTC (rev 13070)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/home.xhtml 2009-03-20
17:32:07 UTC (rev 13071)
@@ -16,27 +16,17 @@
<rich:panel>
- <f:facet name="header">Welcome to RichFaces Docs</f:facet>
+ <f:facet name="header">RichFaces Documentation Application
</f:facet>
- <ul>
-
- <li>Ant build script</li>
- <li>Deployment to JBoss AS (EAR or WAR)</li>
- <li>Development and production profiles</li>
- <li>Integration testing using TestNG and Embedded JBoss</li>
- <li>JavaBean or EJB 3.0 Seam components</li>
- <li>JPA entity classes</li>
- <li>A configurable DataSource and JPA EntityManager</li>
- <li>Templated Facelets views</li>
- <li>RichFaces panels and tables</li>
- <li>Default CSS stylesheet</li>
- <li>Internationalization support</li>
-
- </ul>
-
+ <p>
+ RichFaces documentation team from now on (3.3.1 version of RichFaces)
+ will be using RDA while documenting RichFaces components.
+ The main idea of the application is to make sure that all code snippets we provide
in the Guide are working in a real application. Besides, it will help us keep the
examples in one place so that any doc team member can continue what the other has started.
+ </p>
+
</rich:panel>