You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/06 02:36:07 UTC

svn commit: r1565035 - in /myfaces/site/cms-site/trunk/content/wiki/core: user-guide.mdtext user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext

Author: lu4242
Date: Thu Feb  6 01:36:07 2014
New Revision: 1565035

URL: http://svn.apache.org/r1565035
Log:
port documentation from cwiki to apache cms

Modified:
    myfaces/site/cms-site/trunk/content/wiki/core/user-guide.mdtext
    myfaces/site/cms-site/trunk/content/wiki/core/user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/core/user-guide.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/core/user-guide.mdtext?rev=1565035&r1=1565034&r2=1565035&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/core/user-guide.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/core/user-guide.mdtext Thu Feb  6 01:36:07 2014
@@ -1,5 +1,8 @@
 Title: MyFaces Core User Guide
 
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
+
 <p>JavaServer&trade; Faces (JSF) is a web application framework
 specification (JSR314, JSR252, JSR127) based around the
 model-view-controller pattern. </p>

Modified: myfaces/site/cms-site/trunk/content/wiki/core/user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/core/user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext?rev=1565035&r1=1565034&r2=1565035&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/core/user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/core/user-guide/getting-started/using-myfaces-in-a-project-built-with-maven.mdtext Thu Feb  6 01:36:07 2014
@@ -1,7 +1,5 @@
 Title: Using MyFaces in a project built with Maven
 
-<h2>Using MyFaces in a project built with Maven</h2>
-
 <p>MyFaces can easily be added to a project built with Maven.  The
 instruction below should work with version MyFaces 1.1.2+ and Maven 2.0.4+
 <a