You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/09/19 01:48:34 UTC

svn commit: r290014 - in /myfaces/forrest/trunk/content/xdocs: gettingstarted.xml index.xml

Author: mmarinschek
Date: Sun Sep 18 16:48:29 2005
New Revision: 290014

URL: http://svn.apache.org/viewcvs?rev=290014&view=rev
Log:
included links to the updated examples distribution

Modified:
    myfaces/forrest/trunk/content/xdocs/gettingstarted.xml
    myfaces/forrest/trunk/content/xdocs/index.xml

Modified: myfaces/forrest/trunk/content/xdocs/gettingstarted.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/gettingstarted.xml?rev=290014&r1=290013&r2=290014&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/gettingstarted.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/gettingstarted.xml Sun Sep 18 16:48:29 2005
@@ -10,6 +10,19 @@
 <body>
 
 <section>
+    <title>Examples Application</title>
+    <p>
+        Your first step with Apache MyFaces should be to have
+        a look at our examples application. You can do that
+        by going to our working distribution on <link href="http://www.irian.at/home.jsf?document=open_source.html">
+          http://www.irian.at/home.jsf?document=open_source.html</link>
+        or by deploying the examples application yourself. All
+        you need to do to get up and running is to follow the steps below!
+    </p>
+</section>
+
+
+<section>
     <title>What you need for the Examples Application</title>
     <ul>
 		<li>Tomcat 5.x. Download <link href="http://jakarta.apache.org/tomcat/index.html">here</link>.</li>

Modified: myfaces/forrest/trunk/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/index.xml?rev=290014&r1=290013&r2=290014&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/index.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/index.xml Sun Sep 18 16:48:29 2005
@@ -7,18 +7,34 @@
   <body>
     <section>
       <title>Welcome to The MyFaces Project</title>
-      <p>This is the official homepage of the first free open source JavaServer(tm) Faces implementation called "MyFaces".</p>
+      <p>This is the official homepage of the first free open source
+          JavaServer(tm) Faces implementation called "Apache MyFaces".</p>
     </section>
     <section>
       <title>What is JavaServer(tm) Faces?</title>
       <p>
-      	JavaServer(tm) Faces is a new and upcoming web application framework that accomplishes the MVC paradigm.
-      	 It is comparable to the well-known <link href="http://struts.apache.org/">Struts Framework</link> but has features and concepts that are beyond those of Struts.
-Look at <link href="http://java.sun.com/j2ee/javaserverfaces/">Sun's JavaServer(tm) Page</link> to learn more about the <link href="http://www.jcp.org/en/jsr/detail?id=127">Java Specification Request 127</link> and to download the specification. They also provide a useful Tutorial there.
-
+      	JavaServer(tm) Faces is a new and upcoming web application framework
+        that accomplishes the MVC paradigm. It is comparable to the well-known
+        <link href="http://struts.apache.org/">Struts Framework</link> but has features
+        and concepts that are beyond those of Struts; especially the component orientation.
+        Look at <link href="http://java.sun.com/j2ee/javaserverfaces/">Sun's JavaServer(tm)
+        Page</link> to learn more about the
+        <link href="http://www.jcp.org/en/jsr/detail?id=127">Java Specification Request 127
+        </link> and to download the specification. You can also find a useful Tutorial there!
+      </p>
+    </section>
+    <section>
+      <title>Jumpstart into Apache MyFaces</title>
+      <p>
+          Make sure to have a look at our examples - you can find a working
+          distribution at <link href="http://www.irian.at/home.jsf?document=open_source.html">
+          http://www.irian.at/home.jsf?document=open_source.html</link>.
+          Find instructions on installing them yourselves in our 'Getting Started' section.
+          If you can't find information you need on these pages, make sure you
+          also go to our WIKI at <link href="http://wiki.apache.org/myfaces">
+          http://wiki.apache.org/myfaces</link>
       </p>
     </section>
-
       <section>
           <title>September 12, 2005 - Current codebase passed the TCK!</title>
           <p>
@@ -79,6 +95,7 @@
         <ul>
             <li><link href="http://www.jsfcentral.com/">JSFCentral</link></li>
             <li><link href="http://www.jamesholmes.com/JavaServerFaces/">James Holmes' JSF Resources</link></li>
+            <li><link href="http://wiki.apache.org/myfaces/UsefulLinks">Additional links in the WIKI</link></li>
         </ul>
     </section>