You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/12/17 14:47:48 UTC

svn commit: r604867 - in /myfaces/core/trunk/src/site: apt/ apt/index.apt site.xml

Author: skitching
Date: Mon Dec 17 05:47:47 2007
New Revision: 604867

URL: http://svn.apache.org/viewvc?rev=604867&view=rev
Log:
Site rework

Added:
    myfaces/core/trunk/src/site/apt/
    myfaces/core/trunk/src/site/apt/index.apt
Modified:
    myfaces/core/trunk/src/site/site.xml

Added: myfaces/core/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/apt/index.apt?rev=604867&view=auto
==============================================================================
--- myfaces/core/trunk/src/site/apt/index.apt (added)
+++ myfaces/core/trunk/src/site/apt/index.apt Mon Dec 17 05:47:47 2007
@@ -0,0 +1,36 @@
+ ------
+ Myfaces Core 1.1
+ ------
+
+MyFaces Core 1.1 Project
+
+  This project provides an implementation of the JavaServer Faces 1.1 (JSF 1.1) specification.
+
+    * The API submodule implements all of the classes that are defined in the specification. 
+      If you are looking for API documentation about the classes that your JSF application
+      needs to use, then see the javadoc for the API module.
+
+    * The Impl submodule provides "invisible" support classes that user code does not directly
+      invoke, but which is needed for a working JSF framework. Examples are the renderer classes
+      for the standard JSF components.
+
+  These two libraries (myfaces-api.jar and myfaces-impl.jar) are deployed together with your
+  code to form a JSF web application.
+
+  If you want to know more about how JavaServer(tm) Faces works, take a look at the documentation
+  referenced from the main MyFaces site.
+
+  The JavaServer Faces 1.2 specification was issued on 11 May 2006, and the Apache MyFaces project
+  also provides an implementation of this api. In general, JSF 1.2 should be used unless there
+  are specific reasons to use this older specification.
+
+Requirements
+
+  JSF 1.1 requires java 1.3 or later, JSP 1.2, JSTL 1.0, and a Java Servlet 2.3 implementation.
+
+Specifications
+
+  MyFaces implements {{{http://www.jcp.org/en/jsr/detail?id=127}Java Specification Request 127}}.
+  Each major release of MyFaces is certified against the Sun TCK to ensure compliance.
+
+  The JSF 1.1 specification was issued on 11 March 2004.

Modified: myfaces/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/site.xml?rev=604867&r1=604866&r2=604867&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/site.xml (original)
+++ myfaces/core/trunk/src/site/site.xml Mon Dec 17 05:47:47 2007
@@ -45,13 +45,10 @@
 
         <menu name="MyFaces Projects" inherit="top">
             <item name="Core JSF-1.1"     href="http://myfaces.apache.org/core11/index.html" collapse="false">
-              <item name="API"            href="http://myfaces.apache.org/core11/myfaces-api/index.html"/>
-              <item name="Implementation" href="http://myfaces.apache.org/core11/myfaces-impl/index.html"/>
-            </item>
-            <item name="Core JSF-1.2"     href="http://myfaces.apache.org/core12/index.html" collapse="true">
-              <item name="API"            href="http://myfaces.apache.org/core12/myfaces-api/index.html"/>
-              <item name="Implementation" href="http://myfaces.apache.org/core12/myfaces-impl/index.html"/>
+              <item name="API"            href="myfaces-api/index.html"/>
+              <item name="Impl"           href="myfaces-impl/index.html"/>
             </item>
+            <item name="Core JSF-1.2"     href="http://myfaces.apache.org/core12/index.html"/>
             <item name="Tomahawk"         href="http://myfaces.apache.org/tomahawk/index.html"/>
             <item name="Sandbox"          href="http://myfaces.apache.org/sandbox/index.html"/>
             <item name="Tobago"           href="http://myfaces.apache.org/tobago/index.html"/>