[richfaces-svn-commits] JBoss Rich Faces SVN: r13708 - in trunk/docs: migrationguide/en/src/main/docbook/modules and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 20 14:26:45 EDT 2009


Author: smukhina
Date: 2009-04-20 14:26:45 -0400 (Mon, 20 Apr 2009)
New Revision: 13708

Modified:
   trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/ui_conf.xml
   trunk/docs/migrationguide/en/src/main/docbook/modules/scope.xml
   trunk/docs/realworld_app_guide/en/src/main/docbook/modules/application_overview.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
   trunk/docs/userguide/en/src/main/docbook/included/editor.xml
   trunk/docs/userguide/en/src/main/docbook/included/effect.xml
   trunk/docs/userguide/en/src/main/docbook/included/extendedDataTable.xml
   trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
   trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
   trunk/docs/userguide/en/src/main/docbook/included/poll.xml
   trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
https://jira.jboss.org/jira/browse/RF-6023  Demonstrative pronouns as links, lot's of pronouns are replaced with more meaningful phrases  

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/register.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -44,8 +44,8 @@
 ...]]></programlisting>
 		</listitem>
 	</itemizedlist>
-	<para>
-		<ulink url="examples/resource-config.xml">Here</ulink> you could find a complete example of the <property>resource-config.xml</property> 
+	<para>In this
+		<ulink url="examples/resource-config.xml">resource-config.xml files</ulink> you could find a complete example of the <property>resource-config.xml</property> 
 		for the <emphasis role="bold"><property>&lt;inputDate&gt;</property></emphasis> component.
 	</para>
 	<section id="resconf">

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rendererbase.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -187,7 +187,7 @@
 }
 ...]]></programlisting>
 	<para>
-		You could find the whole example of the <code>InputDateRendererBase</code> class <ulink url="examples/InputDateRendererBase.java">here</ulink>.
+		You could find the whole example of the <code>InputDateRendererBase</code> class in<ulink url="examples/InputDateRendererBase.java">InputDateRendererBase.java file</ulink>.
 	</para>
         </section>
 </section>

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -73,7 +73,7 @@
 		</listitem>
 	</itemizedlist>
 	<para>
-		You could find a complete <property>inputDate.xcss</property> <ulink url="examples/inputDate.xcss">here</ulink>.
+		You could find a complete <property>inputDate.xcss</property> in <ulink url="examples/inputDate.xcss">inputDate.xcss file</ulink>.
 	</para>	
 	
 	<!--section>

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/ui_conf.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/ui_conf.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/ui_conf.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -199,8 +199,8 @@
 &html_events;
 &ui_input_attributes;
 ...]]></programlisting>
-	<para>
-		<ulink url="examples/inputDate.xml">Here</ulink> is a full example of the <property>inputDate.xml</property> for the 
+	<para>In 
+		<ulink url="examples/inputDate.xml">inputDate.xml file </ulink> there is a full example of the <property>inputDate.xml</property> for the 
 		<emphasis role="bold"><property>&lt;inputDate&gt;</property></emphasis> component.
 	</para>
 	<para>
@@ -218,7 +218,7 @@
 			<property>&amp;html_events;</property>,  <property>&amp;ui_input_attributes;</property>, etc.). 
 		</para>
 		<para>
-			You could find all the entities <ulink url="http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/generator/src/main/resources/META-INF/schema/entities">here</ulink>.
+			You could find all the entities in<ulink url="http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/generator/src/main/resources/META-INF/schema/entities">RichFaces repository</ulink>.
 		</para>
 		
 		<!--

Modified: trunk/docs/migrationguide/en/src/main/docbook/modules/scope.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/modules/scope.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/migrationguide/en/src/main/docbook/modules/scope.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -22,7 +22,7 @@
           <para>
               It is assumed that you are familiar with basic tenets of <property>RichFaces</property> framework.
               If you are newbie in <property>RichFaces</property> you can find
-              <property>RichFaces</property> documentation <ulink url="http://www.jboss.org/jbossrichfaces/docs/index.html">here</ulink>.
+              <property>RichFaces</property> documentation on <ulink url="http://www.jboss.org/jbossrichfaces/docs/index.html">RichFaces project page</ulink>.
           </para>
       </listitem>
       <listitem>

Modified: trunk/docs/realworld_app_guide/en/src/main/docbook/modules/application_overview.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/modules/application_overview.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/modules/application_overview.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -103,7 +103,7 @@
                   The loader repository is a specific feature of JBoss projects architecture. 
                   It's used to prevent classes of one application being used by classes of another application  when two or more applications running on the same server. 
                   Jboss class loading uses the concept of a class loader repository. 
-                  It needs a little getting used to, so some its features should be described here:
+                  It needs a little getting used to, so some its features should be described:
             </para>
                   
             <itemizedlist>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -221,11 +221,11 @@
         <tbody>
           <row>
             <entry>rich-datalist</entry>
-            <entry>Defines styles for a html &lt;ul&gt; element</entry>
+            <entry>Defines styles for an html &lt;ul&gt; element</entry>
           </row>
           <row>
             <entry>rich-list-item</entry>
-            <entry>Defines styles for a html &lt;li&gt; element</entry>
+            <entry>Defines styles for an html &lt;li&gt; element</entry>
           </row>
         </tbody>
       </tgroup>

Modified: trunk/docs/userguide/en/src/main/docbook/included/editor.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/editor.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/editor.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -239,7 +239,7 @@
   
                     <para>
                               You also might want to add some custom plug-ins to your editor. 
-                              You can read about how to create a  plugin in <ulink url="http://wiki.moxiecode.com/index.php/TinyMCE:Creating_Plugin">here</ulink>.
+                              You can read about how to create a  plugin in <ulink url="http://wiki.moxiecode.com/index.php/TinyMCE:Creating_Plugin">TinyMCE Wiki article</ulink>.
                     </para>
                     
                     <para>
@@ -327,7 +327,7 @@
                     
                     <para>The <emphasis role="bold"> <property>&lt;rich:editor&gt;</property></emphasis> 
                               component has a build-in converter that renders HTML code generated by the editor 
-                              to Seam text (you can read more Seam text <ulink url="http://docs.jboss.org/seam/1.1.5.GA/reference/en/html/text.html">here</ulink>.), it also interprets Seam text
+                              to Seam text (you can read more on Seam  in <ulink url="http://docs.jboss.org/seam/1.1.5.GA/reference/en/html/text.html">Seam guide</ulink>.), it also interprets Seam text
                               passed to the <emphasis role="bold"> <property>&lt;rich:editor&gt;</property></emphasis> and renders it to HTML. 
                               The converter can be enable with the <emphasis><property>&quot;useSeamText&quot;</property></emphasis> attribute.</para>
                     <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -221,15 +221,15 @@
     	<emphasis role="bold">
     		<property>&lt;a4j:poll&gt;</property>
     	</emphasis>
-    	components and
+      components and figure out how to create an HTML banner from
     	<ulink
     		url="http://wiki.jboss.org/auth/wiki/CreateAHTMLBannerUsingEffectsAndPoll">
-    		here
+    	  &quot;Creating HTML Banner Using Effects And Poll RichFaces Wiki&quot; article
     	</ulink>
-    	how to create a HTML banner.
+    	.
     </para>
-    <para>
-      <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/SlideShow">Here</ulink>
+    <para>In the
+      <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/SlideShow">RichFaces Cookbook article</ulink>
       you can find information how to make a Slide Show with help of the
       <emphasis role="bold">
         <property>&lt;rich:effect&gt;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/extendedDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/extendedDataTable.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/extendedDataTable.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -139,8 +139,8 @@
                                         </imageobject>
                               </mediaobject>
                     </figure>
-                    <para>Information about sorting and filtering can be found <link linkend="sort"
-                                        >here</link>.
+                    <para>Information about sorting and filtering can be found in <link linkend="sort"
+                                        >RichFaces Developer Guide section on sorting</link>.
                     </para>
                     <para>
                           For external filtering 
@@ -148,7 +148,7 @@
                           component supports <emphasis><property>&quot;filter&quot;</property></emphasis> facet
                           for <emphasis role="bold"><property>&lt;rich:column&gt;</property></emphasis> component.
                           In this facet you can define your own controls for filtering which will be positioned like built-in filter controls.
-                          Rest of the filter scenario is the same as described <link linkend="filter">here</link>.
+                          Rest of the filter scenario is the same as described <link linkend="filter">RichFaces Developer Guide section on filtering</link>.
                     </para>
 
                     <para> In the example <emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -295,7 +295,7 @@
             </listitem>
             <listitem>
                 <para>A number of additional entry object properties are also available, which can
-                    be found <link linkend="objectProperties">here</link>. </para>
+                    be found <link linkend="objectProperties">RichFaces Developer Guide section on object properties</link>. </para>
             </listitem>
         </itemizedlist>
 
@@ -320,8 +320,8 @@
                     For example,
                         <code>onupload=&quot;alert(event.memo.entry.fileName);&quot; </code>
                     will display a message with the name of the file at the very moment when upload
-                    operation starts. A full list of properties can be found <link
-                        linkend="objectPropertiesWithAttributes">here</link>.</para>
+                    operation starts. A full list of properties can be found in <link
+                        linkend="objectPropertiesWithAttributes">RichFaces Developer Guide section on properties and their attributes</link>.</para>
             </listitem>
 
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -346,10 +346,10 @@
   
     <section>
       <title>Relevant Resources Links</title>
-      <para>More information about jQuery framework and its features you can read <ulink
-          url="http://jquery.com/">here</ulink>.</para>
-      <para>How to use jQuery with other libraries see <ulink
-          url="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">here</ulink>.</para>
+      <para>More information about jQuery framework and its features you can read in<ulink
+        url="http://jquery.com/">jQuery official documentation</ulink>.</para>
+      <para>How to use jQuery with other libraries see also in<ulink
+        url="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">jQuery official documentation</ulink>.</para>
 
     <para>
 	  Some additional information about usage of component can be found 

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -49,7 +49,7 @@
         </para>
         <note>
             <title>Note:</title>
-            <para>Now the listener can not be called from the column facet. This is a temporary limitation. The additional information is <ulink url="https://jira.jboss.org/jira/browse/RF-5327">here</ulink>.</para>
+            <para>Now the listener can not be called from the column facet. This is a temporary limitation. The additional information can be found in <ulink url="https://jira.jboss.org/jira/browse/RF-5327">RichFaces Jira</ulink>.</para>
         </note>
         <para> The <emphasis>
             <property>&quot;sourceValue&quot; </property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -176,7 +176,7 @@
                     <para> Information about the <emphasis>
                                         <property>&quot;process&quot;</property>
                               </emphasis> attribute usage you can find <link linkend="process"
-                              >here</link>. </para>
+                              >RichFaces Developer Guide section about &quot;process&quot; attribute </link>. </para>
           </section>
           
           <section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -180,10 +180,10 @@
 
   <section>
   	<title>Relevant resources links</title>
-  	<para>
+  	<para>In
   		<ulink
   			url="http://wiki.jboss.org/wiki/CreateABannerUsingEffectsAndPoll">
-  			Here
+  		  RichFaces Wiki article &quot;Creating a Banner Using Effects and Poll&quot;
   		</ulink>
   		you can get additional information how to create an image
   		banner using
@@ -194,15 +194,15 @@
   		<emphasis role="bold">
   			<property>&lt;a4j:poll&gt;</property>
   		</emphasis>
-  		components and
+  	  components and also you can figure out how to create an HTML banner  in 
   		<ulink
   			url="http://wiki.jboss.org/auth/wiki/CreateAHTMLBannerUsingEffectsAndPoll">
-  			here
+  		  RichFaces Wiki article &quot;Creating an HTML Banner Using Effects and Poll&quot;
   		</ulink>
-  		how to create a HTML banner.
+  		.
   	</para>
-    <para>
-      <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/SlideShow">Here</ulink>
+    <para>In
+      <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/SlideShow">RichFaces  Cookbook article on Slide Show"</ulink>
       you can find information how to make a Slide Show with help of the
       <emphasis role="bold">
         <property>&lt;rich:effect&gt;</property></emphasis>
@@ -210,10 +210,10 @@
         <property>&lt;a4j:poll&gt;</property>
       </emphasis> components.
     </para>
-  	<para>
+  	<para>On 
   		<ulink
   			url="http://livedemo.exadel.com/richfaces-demo/richfaces/poll.jsf?c=poll">
-  			Here
+  			RichFaces Live Demo page
   		</ulink>
   		you can see the example of
   		<emphasis role="bold">
@@ -222,8 +222,8 @@
   		usage and sources for the given example.
   	</para>
   	<para>
-  		The aditional information about component usage you can find
-  		here :
+  	  The additional information about component usage you can find
+  		in
   		<ulink
   			url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=103909">
   			RichFaces Users Forum

Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -70,7 +70,7 @@
       >On RichFaces LiveDemo page </ulink> you can found some additional information for <emphasis role="bold">
         <property>&lt;a4j:portlet&gt;</property>
       </emphasis> component usage. </para>
-    <para> The aditional information about component usage you can find here: <ulink
+    <para> The additional information about component usage you can find here: <ulink
         url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=107325"
         >Ajax4Jsf Users Forum</ulink>.
     </para>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2009-04-20 17:20:11 UTC (rev 13707)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2009-04-20 18:26:45 UTC (rev 13708)
@@ -81,7 +81,7 @@
                         can be added from Tomahawk 1.1.6 is used. See the solution to the problem
                                 <ulink
                                 url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=118526&amp;postdays=0&amp;postorder=asc&amp;start=0"
-                                >here.</ulink></para>
+                                >RichFaces forum.</ulink></para>
         </section>
 
         <section>
@@ -89,12 +89,12 @@
                 <title>Why RichFaces library contains &lt;rich:dataTable&gt; component,
                         though there is the standard &lt;h:dataTable&gt;?</title>
                 <para>The article about <emphasis role="bold"
-                        >&lt;rich:dataTable&gt;</emphasis> flexibility can be found <ulink
+                        >&lt;rich:dataTable&gt;</emphasis> flexibility can be found in the <ulink
                                 url="http://labs.jboss.com/wiki/RichFacesArticleDataTable"
-                        >here</ulink>.</para>
-                <para>Source code (SVN) could be found <ulink
+                                >article about dataTable</ulink>.</para>
+                <para>Source code (SVN) could be found in the <ulink
                                 url="http://anonsvn.jboss.org/repos/richfaces/trunk/samples/richfaces-art-datatable/"
-                                >here</ulink>.</para>
+                                >RichFaces repository</ulink>.</para>
                 <para> Online demo for a Web application is available on <ulink
                                 url=" http://livedemo.exadel.com/richfaces-art-datatable/"
                         >RichFaces Live Demo page</ulink>.</para>
@@ -424,7 +424,7 @@
                 <title>How to apply skins to the standard input components?</title>
                 <para>The answer could be found <ulink
                                 url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=103494"
-                                >here</ulink>.</para>
+                                >RichFaces forum</ulink>.</para>
         </section>
 
         <section>
@@ -459,9 +459,9 @@
         <section>
                 <?dbhtml filename="subTableincombinationwithdataTable.html"?>
                 <title>How to use subTable in combination with dataTable?</title>
-                <para>The answer could be found <ulink
+                <para>The answer could be found in <ulink
                                 url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4059044#4059044"
-                                >here</ulink>.</para>
+                                >RichFaces forum</ulink>.</para>
         </section>
 
         <section id="Truepagination">




More information about the richfaces-svn-commits mailing list