[richfaces-svn-commits] JBoss Rich Faces SVN: r9227 - in trunk/docs/cdkguide/en/src/main/docbook: includes and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 25 12:28:03 EDT 2008


Author: artdaw
Date: 2008-06-25 12:28:03 -0400 (Wed, 25 Jun 2008)
New Revision: 9227

Added:
   trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
Removed:
   trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml
Modified:
   trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
   trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml
   trunk/docs/cdkguide/en/src/main/docbook/master.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
   trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
Log:
http://jira.jboss.com/jira/browse/RF-3692 - TOC was fixed

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -13,20 +13,6 @@
     <para>
      Simple component (panel maybe) TBD
     </para>
-	<section id="skeleton" xreflabel="skeleton">
-		<?dbhtml filename="skeleton.html"?>
-		<title>Building the component skeleton</title>
-		<para>
-		 TBD Skeleton
-		</para>
-	</section>
-	<section id="structure" xreflabel="structure">
-		<?dbhtml filename="structure.html"?>
-		<title>Component project structure</title>
-		<para>
-		 TBD structure
-		</para>
-	</section>
 </section>
 
 

Deleted: trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/csrenderer.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="csrenderer" xreflabel="csrenderer">
-    <?dbhtml filename="csrenderer.html"?>
-    <sectioninfo>
-        <keywordset>
-            <keyword>renderer</keyword>
-            <keyword>UI</keyword>
-            <keyword>CDK</keyword>
-	    <keyword>Guide</keyword>
-        </keywordset>
-    </sectioninfo>
-		<title>Creating a client-specific Renderer</title>
-		<para>
-		 client-specific Renderer
-		</para>
-
-</section>
-
-

Added: trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml	                        (rev 0)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/rssubclass.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="rssubclass" xreflabel="rssubclass">
+    <?dbhtml filename="rssubclass.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>renderer</keyword>
+            <keyword>UI</keyword>
+            <keyword>CDK</keyword>
+	    <keyword>Guide</keyword>
+        </keywordset>
+    </sectioninfo>
+		<title>Creating a renderer-specific subclass</title>
+		<para>
+		 renderer-specific subclass
+		</para>
+</section>
+
+

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/skin.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -18,5 +18,8 @@
 		<para>
 			XCSS
 		</para>
+		<para>
+			Dynamic images
+		</para>
 	</section>
 </section>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/taghandler.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -9,7 +9,7 @@
 			<keyword>Guide</keyword>
 		</keywordset>
 	</sectioninfo>			
-	<title>Creating a JSP tag handler and TLD</title>
+	<title>Creating tag classes and descriptor for JSP and Facelets</title>
 	<para>
 		Creating a JSP tag handler and TLD
 	</para>

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -13,4 +13,7 @@
 	<para>
 	How to write your renderer with the help of template.
 	</para>
+	<para>
+		How to create base class
+	</para>
 </section>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/ui.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -9,7 +9,7 @@
 	    <keyword>Guide</keyword>
         </keywordset>
     </sectioninfo>
-		<title>Configuration file creation</title>
+		<title>Configuring component</title>
 		<para>
 			UI Component generation
 		</para>

Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -17,11 +17,11 @@
 <!ENTITY ccreate SYSTEM "includes/ccreate.xml">
 <!ENTITY ui SYSTEM "includes/ui.xml">
 <!ENTITY protoui SYSTEM "includes/protoui.xml">
-<!ENTITY csrenderer SYSTEM "includes/csrenderer.xml">
 <!ENTITY template SYSTEM "includes/template.xml">
 <!ENTITY skin SYSTEM "includes/skin.xml">
 <!ENTITY register SYSTEM "includes/register.xml">
 <!ENTITY taghandler SYSTEM "includes/taghandler.xml">
+<!ENTITY rssubclass SYSTEM "includes/rssubclass.xml">
 <!--Check the links page -->
 <!ENTITY links SYSTEM "modules/links.xml">
 ]>
@@ -72,10 +72,9 @@
 	&pcreate;
 	&ccreate;
 	&protoui;
-	&csrenderer;
 
-<section id="rssubclass" xreflabel="rssubclass">
-    <?dbhtml filename="rssubclass.html"?>
+<section id="crenderer" xreflabel="crenderer">
+    <?dbhtml filename="crenderer.html"?>
     <sectioninfo>
         <keywordset>
             <keyword>renderer</keyword>
@@ -84,14 +83,17 @@
 	    <keyword>Guide</keyword>
         </keywordset>
     </sectioninfo>
-		<title>Creating a renderer-specific subclass</title>
+		<title>Creating a Renderer</title>
 		<para>
-		 renderer-specific subclass
+		 Renderer
 		</para>
-
 	&template;
 	&skin;
 </section>
+
+
+
+	&rssubclass;
 	&ui;
 	&register;
 	&taghandler;

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -9,9 +9,9 @@
         </keywordset>
     </chapterinfo>
 
-    <title>CDK usage and development in different IDEs</title>
+    <title>Creating projects in different IDEs</title>
     <para>
-      Integration with Eclipse, IDEA.
+      Eclipse, IDEA.
     </para>
 
 </chapter>
\ No newline at end of file

Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml	2008-06-25 15:46:05 UTC (rev 9226)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml	2008-06-25 16:28:03 UTC (rev 9227)
@@ -13,5 +13,8 @@
     <para>
       To start working with the project, it's necessary to have Maven installed.
     </para>
+	<para>
+		JDK 1.5
+	</para>	
 
 </chapter>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list