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 2008/01/03 21:55:33 UTC

svn commit: r608628 - in /myfaces/site/trunk/src/site: fml/faq.fml fml/jsf11/ fml/jsf12/ resources/css/ site.xml xdoc/jsf11/ xdoc/jsf12/

Author: skitching
Date: Thu Jan  3 12:55:32 2008
New Revision: 608628

URL: http://svn.apache.org/viewvc?rev=608628&view=rev
Log:
css now defined by myfaces skin; docs moved to core modules.

Removed:
    myfaces/site/trunk/src/site/fml/jsf11/
    myfaces/site/trunk/src/site/fml/jsf12/
    myfaces/site/trunk/src/site/resources/css/
    myfaces/site/trunk/src/site/xdoc/jsf11/
    myfaces/site/trunk/src/site/xdoc/jsf12/
Modified:
    myfaces/site/trunk/src/site/fml/faq.fml
    myfaces/site/trunk/src/site/site.xml

Modified: myfaces/site/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/fml/faq.fml?rev=608628&r1=608627&r2=608628&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/fml/faq.fml (original)
+++ myfaces/site/trunk/src/site/fml/faq.fml Thu Jan  3 12:55:32 2008
@@ -5,32 +5,30 @@
       <question>What is MyFaces?</question>
       <answer>
         <p>
-          MyFaces is a Open Source Implementation of the JavaServer Faces Framework.
-          See the <a href="http://jcp.org/en/jsr/detail?id=127">JSR 127</a> and
-          <a href="http://jcp.org/en/jsr/detail?id=252">JSR 252</a>for more info.
+          MyFaces is a family of projects related to the JavaServer Faces (JSF) specification published
+          as part of the Java Community Process. The "core" project is an implementation of that
+          specification. Other MyFaces projects implement related specifications (eg the Portlet 
+          Bridge), or add features to any JSF implementation (not just the Myfaces Core).
+        </p>
+        <p>
+          See the documentation within the various projects for further details.
         </p>
       </answer>
     </faq>
     <faq id="2">
-      <question>Does MyFaces work with Tomcat 5.5?</question>
+      <question>Does MyFaces Core work with Tomcat 5.5?</question>
       <answer>
         <p>
-          Yes, Apache MyFaces works with Tomcat5.5.
-          If you see a blank page in your browser, try to remove the JAR files
-          <code>jsp-2.0.jar</code> and <code>commons-el.jar</code> of the
-          folder <code>WEB-INF/lib</code>.
+          MyFaces Core 1.1.x works with Tomcat5.5. MyFaces Core 1.2.x requires Tomcat 6.0
+          or later.
         </p>
       </answer>
     </faq>
     <faq id="3">
-      <question>Can I use MyFaces extensions (aka Tomahawk) with the JSF RI?</question>
+      <question>Can I use MyFaces extensions (eg Tomahawk) with Sun's Reference Implementation (RI)?</question>
       <answer>
         <p>
-          Yes, most of the Apache MyFaces extensions work with JSF RI. Follow the
-          instructions in the section "Using the MyFaces extensions (aka Tomahawk)
-          in your own web application" under
-          <a href="http://myfaces.apache.org/gettingstarted.html">http://myfaces.apache.org/gettingstarted.html</a>.
-          If you notice problems please submit a ticket on <a href="issue.html">JIRA</a>.
+          Yes, most of the Apache MyFaces projects work any JSF implementation, not just MyFaces Core.
         </p>
       </answer>
     </faq>

Modified: myfaces/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/site.xml?rev=608628&r1=608627&r2=608628&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/site.xml (original)
+++ myfaces/site/trunk/src/site/site.xml Thu Jan  3 12:55:32 2008
@@ -17,7 +17,7 @@
 -->
 <project name="MyFaces">
     <bannerLeft>
-        <name>MyFaces</name>
+        <name>Apache MyFaces</name>
         <src>images/myfaces-logo.png</src>
         <href>http://myfaces.apache.org/</href>
     </bannerLeft>
@@ -26,55 +26,59 @@
         <src>images/easter.png</src>
         <href>http://myfaces.apache.org/</href>
     </bannerRight>
+    <skin>
+      <groupId>org.apache.myfaces.maven</groupId>
+      <artifactId>myfaces-site-skin</artifactId>
+      <version>1-SNAPSHOT</version>
+    </skin>
     <body>
         <links>
-            <item name="Apache" href="http://www.apache.org/"/>
-            <item name="MyFaces" href="index.html"/>
-            <item name="API" href="api/index.html"/>
-            <item name="Impl" href="impl/index.html"/>
-            <item name="Tomahawk" href="tomahawk/index.html"/>
-            <item name="Sandbox" href="sandbox/index.html"/>
-            <item name="Tobago" href="tobago/index.html"/>
-            <item name="Trinidad" href="trinidad/index.html"/>
-            <item name="Orchestra" href="orchestra/index.html"/>
+            <item name="Apache"         href="http://www.apache.org/"/>
+            <item name="MyFaces"        href="http://myfaces.apache.org/index.html"/>
+            <item name="Core JSF-1.1"   href="core11/index.html"/>
+            <item name="Core JSF-1.2"   href="core12/index.html"/>
+            <item name="Trinidad"       href="trinidad/index.html"/>
+            <item name="Tobago"         href="tobago/index.html"/>
+            <item name="Tomahawk"       href="tomahawk/index.html"/>
+            <item name="Sandbox"        href="sandbox/index.html"/>
+            <item name="Orchestra"      href="orchestra/index.html"/>
             <item name="Portlet Bridge" href="portlet-bridge/index.html"/>
         </links>
 
-        <menu name="Apache MyFaces">
-            <item name="News archive" href="news-archive.html"/>
-            <item name="Download" href="download.html" />
-            <item name="Mailing Lists" href="mail-lists.html" />
+        <menu name="Apache MyFaces" inherit="top">
+            <item name="Overview"       href="index.html"/>
+            <item name="News archive"   href="news-archive.html"/>
+            <item name="Download"       href="download.html" />
+            <item name="Mailing Lists"  href="mail-lists.html" />
         </menu>
 
-        <menu name="MyFaces Projects">
-            <item name="Overview" href="index.html"/>
-            <item name="Introduction to JSF" href="jsfintro.html"/>            
-            <item name="API" href="api/index.html"/>
-            <item name="Impl" href="impl/index.html"/>
-            <item name="Tomahawk" href="tomahawk/index.html"/>
-            <item name="Sandbox" href="sandbox/index.html"/>
-            <item name="Tobago" href="tobago/index.html"/>
-            <item name="Trinidad" href="trinidad/index.html"/>
-            <item name="Orchestra" href="orchestra/index.html"/>
+        <menu name="MyFaces Projects" inherit="top">
+            <item name="Core JSF-1.1"   href="core11/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Core JSF-1.2"   href="core12/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Trinidad"       href="trinidad/index.html"/>
+            <item name="Tobago"         href="tobago/index.html"/>
+            <item name="Tomahawk"       href="tomahawk/index.html"/>
+            <item name="Sandbox"        href="sandbox/index.html"/>
+            <item name="Orchestra"      href="orchestra/index.html"/>
             <item name="Portlet Bridge" href="portlet-bridge/index.html"/>
         </menu>
 
-        <menu name="Documentation">
-            <item name="Getting Started" href="gettingstarted.html"/>
-            <item name="MyFaces and RI" href="risamples.html"/>
-            <item name="FAQ" href="faq.html"/>
-            <item name="Javadoc" href="javadoc.html"/>
-            <item name="Wiki" href="http://wiki.apache.org/myfaces"/>
-            <item name="Compatibility" href="compatibility.html"/>
-            <item name="Tomcat Configuration" href="tomcat.html"/>
+        <menu name="Useful Documentation">
+            <item name="Wiki"           href="http://wiki.apache.org/myfaces"/>
+            <item name="FAQ"            href="faq.html"/>
+            <item name="Compatibility"  href="compatibility.html"/>
         </menu>
 
-        ${reports}
+        <menu ref="reports"/>
 
-        <menu name="Foundation">
-            <item name="ASF" href="http://apache.org/" />
-            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
-            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+        <menu name="Foundation" inherit="top">
+            <item name="ASF"            href="http://www.apache.org/" />
+            <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
+            <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
         </menu>
 
     </body>