You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Christian Meder <ch...@absolutegiganten.org> on 2005/09/27 00:26:38 UTC

[3/5] Minor fixes for Struts Core documentation

* substitute a couple of tabs with space indentation
-- 
Christian Meder, email: chris@absolutegiganten.org

The Way-Seeking Mind of a tenzo is actualized 
by rolling up your sleeves.

                (Eihei Dogen Zenji)

Index: milestones.xml
===================================================================
--- milestones.xml	(revision 291028)
+++ milestones.xml	(working copy)
@@ -96,12 +96,12 @@
                     <li>
                         Move to Commons Resources (if available)
                     </li>
-		            <li>
+                    <li>
                         (TODO) Add a Ant-style properties file to make
                         variable substitutions within the XML elements,
                         as found in iBATIS and Spring.
                     </li>
-		            <li>
+                    <li>
                         (Pending) Bundle subproject GA releases into
                         Linux-style  distributions
                         (Struts Classic 1.3.0 = (Core 1.3.x + Taglibs 1.3.x +
@@ -111,24 +111,24 @@
 		        <p>
 		            Experimental members (TODO)
 		        </p>
-		        <ul>
-		            <li>
+                <ul>
+                    <li>
                         ActionCommand - A <i>Commons Chain</i>
                         Command<i>-like</i> interface with one method:
                         <code>void Execute(ActionContext context)</code>
                     </li>
-		            <li>
+                    <li>
                         ActionContext - A <i>Commons Chain Context</i> that
                         implements the Action class logical API (same
                         signatures).
                     </li>
-		            <li>
+                    <li>
                         ViewContext - A <i>Commons Chain Context</i> that
                         implements the combined
                         <a href="http://jakarta.apache.org/velocity/tools/struts/">
                         VelocityStruts</a> logical API (same signatures).
                     </li>
-		        </ul>
+                </ul>
             </subsection>
 
             <a name="struts_1_4_x"/>
@@ -138,13 +138,13 @@
                         Consider adding support for Portlets by specifying an
                         alternate Request Processor catalog.
                     </li>
-		            <li>
+                    <li>
                         Consider combining DTDs.
                     </li>
-		            <li>
+                    <li>
                         Consider adding catalog element.
                     </li>
-		            <li>
+                    <li>
                         Consider refactoring for Spring.
                     </li>
                 </ul>
@@ -152,35 +152,35 @@
 
             <a name="struts_1_5_x"/>
 	        <subsection  name="Struts Classic 1.5.x">
-		        <ul>
-    		        <li>
+                <ul>
+                    <li>
                         Consider a "smart" action type: executes Action class
                         or ActionCommand interface, as given, in either
                         request or session scope.
                     </li>
-	    	        <li>
+                    <li>
                         Consider a "populate" method on ActionForm.
                     </li>
-		            <li>
+                    <li>
                         Consider a "FormContext" mechanism.
                     </li>
-		        </ul>
+                </ul>
 	        </subsection>
 
             <a name="struts_1_6_x"/>
             <subsection name="Struts Classic 1.6.x">
-		        <ul>
-    		        <li>
+                <ul>
+                    <li>
                         Consider multiple controllers.
                     </li>
-	    	        <li>
+                    <li>
                         Consider an alternate configuration file.
                     </li>
                     <li>
                         Consider "Nested" or "hierarchical" and
                         locale-sensitive modules
                     </li>
-		        </ul>
+                </ul>
 	        </subsection>
 
             <a name="struts_1_x_x"/>
@@ -207,7 +207,8 @@
                             </li>
                             <li>
                                 <a href="http://strutstestcase.sourceforge.net/">
-                                TestCase</a></li>
+                                TestCase</a>
+                            </li>
                         </ul>
                     </li>
                     <li>
@@ -221,7 +222,8 @@
 	</section>
         <section>
           <p class="right">Back:
-          <a href="roadmap.html">Roadmap</a></p>
+          <a href="roadmap.html">Roadmap</a>
+	  </p>
         </section>
 
     </body>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org