[richfaces-svn-commits] JBoss Rich Faces SVN: r12206 - trunk/docs/userguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 12 05:55:26 EST 2009


Author: msorokin
Date: 2009-01-12 05:55:26 -0500 (Mon, 12 Jan 2009)
New Revision: 12206

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-398
Corrected a mistake

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-01-12 10:27:37 UTC (rev 12205)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-01-12 10:55:26 UTC (rev 12206)
@@ -1945,7 +1945,7 @@
 			</itemizedlist>
 		</section>
 		<section id="BiuldInSkinnability">
-			<title>Built-in skinnability in RichFaces</title>
+			<title>Built-in Skinnability in RichFaces</title>
 			<para> RichFaces gives an opportunity to incorporate <property>skinnability</property>
 				into UI design. With this framework you can easily use named skin parameters in
 				properties files to control the appearance of the skins that are applied
@@ -3057,7 +3057,7 @@
 			</section>
 		</section>
 		<section>
-			<title>Client-side script for extended skinning support</title>
+			<title>Client-side Script for Extended Skinning Support</title>
 			<para>As it was mentioned earlier in the guide, extended skinning of standard HTML
 				controls is applied automatically: the browser type is detected and if a browser
 				doesn&apos;t fully support extended skinning feature, only basic skinning is
@@ -3106,7 +3106,7 @@
 <link href='/ YOUR_PROJECT_NAME /a4j_3_2_2-SNAPSHOT/org/richfaces/skin.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__.jsf' type='text/css' rel='stylesheet' class='component' />
 ]]></programlisting>
 			<note>
-				<para> Now necessary to use resources prefix <code>a4j/versionXXX</code> instead of
+				<para> Now it&apos;s necessary to use  <code>a4j/versionXXX</code> resources prefix  instead of
 						<code>a4j_versionXXX</code>. Base64 encoder changed to use
 						&apos;<code>!</code>&apos; instead of &apos;<code>.</code>&apos;. </para>
 			</note>
@@ -3172,8 +3172,8 @@
 		<section id="PlugnSkin" role="new">
 			<?dbhtml filename="PlugnSkin.html"?>
 			<title>Plug-n-Skin</title>
-			<para> Plug-n-Skin is a feature that gives a developer an opportunity to easily create,
-				customize and plug into a project a custom skin. The skin can be created basing on
+			<para> Plug-n-Skin is a feature that gives you an opportunity to easily create,
+				customize and plug into your project a custom skin. The skin can be created basing on
 				parameters of some predefined RichFaces skin. </para>
 			<para> The feature also provides an option to unify the appearance of rich controls with
 				standard HTML elements. </para>
@@ -3198,21 +3198,21 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>DarchetypeVersion</code> indicates the RichFaces version. For example,
+						<code>-DarchetypeVersion</code> indicates the RichFaces version. For example,
 							<code>&quot;3.3.0-SNAPSHOT&quot;</code>
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>DartifactId</code> artifact id of the project </para>
+						<code>-DartifactId</code> artifact id of the project </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>DgroupId</code> group id of the project </para>
+						<code>-DgroupId</code> group id of the project </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>Dversion</code> the version of the project you create, by default it
+						<code>-Dversion</code> the version of the project you create, by default it
 						is <code>&quot;1.0.-SNAPSHOT&quot;</code>
 					</para>
 				</listitem>
@@ -3231,11 +3231,11 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>Dname</code> defines the name of the new skin </para>
+						<code>-Dname</code> defines the name of the new skin </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>Dpackage</code> base package of the skin. By default
+						<code>-Dpackage</code> base package of the skin. By default
 						&quot;groupId&quot; of the project is used. </para>
 				</listitem>
 			</itemizedlist>
@@ -3243,11 +3243,11 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>DbaseSkin</code> defines the name of the base skin. </para>
+						<code>-DbaseSkin</code> defines the name of the base skin. </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>DcreateExt</code> if set to &quot;true&quot;, extended CSS classes are
+						<code>-DcreateExt</code> if set to &quot;true&quot;, extended CSS classes are
 						added. For more information, please, see <link linkend="StControlsSkinning">
 							&quot;Standard controls skinning&quot;
 						</link>




More information about the richfaces-svn-commits mailing list