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/04 03:35:03 UTC

svn commit: r1564162 - /myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext

Author: lu4242
Date: Tue Feb  4 02:35:03 2014
New Revision: 1564162

URL: http://svn.apache.org/r1564162
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext?rev=1564162&r1=1564161&r2=1564162&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-utils.mdtext Tue Feb  4 02:35:03 2014
@@ -1,31 +1,23 @@
 Title: MyFaces Commons Utils
-<p>MyFaces Commons Utils is a project that aims to build an API that
-contains some basic utility classes used by JSF libraries. </p>
 
-<p>Originally this code comes from MyFaces shared project, so it is used
+MyFaces Commons Utils is a project that aims to build an API that
+contains some basic utility classes used by JSF libraries. 
+
+Originally this code comes from MyFaces shared project, so it is used
 internally by MyFaces Core. But the code in shared can change over the
 time. In MyFaces Commons Utils, a cleanup has been done, removing unused
-code, refactoring some parts and adding a better documentation.</p>
-
-<p>In this module you can find utility classes for:</p>
+code, refactoring some parts and adding a better documentation.
 
-<ul>
-	<li>Create you custom component bundles (like javax.faces.Messages
-bundle in MyFaces Core) (see
-org.apache.myfaces.commons.util.MessageUtils).</li>
-	<li>Utility method for web config parameters (see
-org.apache.myfaces.commons.util.WebConfigParamUtils).</li>
-	<li>Detect portlet/servlet environment (see
-org.apache.myfaces.commons.util.ExternalContextUtils).</li>
-	<li>Iterator for SelectItem (see
-org.apache.myfaces.commons.util.SelectItemsIterator).</li>
-	<li>String utilities.</li>
-	<li>Array utilities.</li>
-	<li>Class utilities.</li>
-	<li>.....</li>
-</ul>
+In this module you can find utility classes for:
 
+	* Create you custom component bundles (like javax.faces.Messages
+    bundle in MyFaces Core) (see org.apache.myfaces.commons.util.MessageUtils).
+	* Utility method for web config parameters (see org.apache.myfaces.commons.util.WebConfigParamUtils).
+	* Detect portlet/servlet environment (see org.apache.myfaces.commons.util.ExternalContextUtils).
+	* Iterator for SelectItem (see org.apache.myfaces.commons.util.SelectItemsIterator).
+	* String utilities.
+	* Array utilities.
+	* Class utilities.
+	* .....
 
-<p>Take a look at the <a
-href="http://myfaces.apache.org/commons20/myfaces-commons-utils20/apidocs/index.html">javadoc
-of this module</a> for more details</p>
+Take a look at the <a href="http://myfaces.apache.org/commons20/myfaces-commons-utils20/apidocs/index.html">javadoc of this module</a> for more details