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:22:06 UTC

[1/5] Minor fixes for Struts Core documentation

* reference faqs directly without ./faqs
* substitute Struts with Struts Core
* use indentation consistently
* remove spurious "or"
-- 
Christian Meder, email: chris@absolutegiganten.org

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

                (Eihei Dogen Zenji)


Index: index.xml
===================================================================
--- index.xml	(revision 291028)
+++ index.xml	(working copy)
@@ -40,7 +40,7 @@
         <a href="http://db.apache.org/ojb/">Object Relational Bridge</a>.
         For the <strong>View</strong>, Core works well with
         <a href="http://java.sun.com/products/jsp/">JavaServer Pages</a>,
-        including <a href="./faqs/kickstart.html#jsf">JSTL and JSF</a>,
+        including <a href="faqs/kickstart.html#jsf">JSTL and JSF</a>,
         as well as
         <a href="http://jakarta.apache.org/velocity/tools/struts/">Velocity Templates</a>,
         <a href="http://stxx.sourceforge.net/">XSLT</a>,
@@ -119,13 +119,13 @@
     ]]></code></pre>
 
     <p>
-        There are several other resources you can specify in an Apache
-        Struts configuration file.
+        There are several other resources you can specify in an Struts 
+        Core configuration file.
         You can specify validations for the ActionForms in an XML descriptor,
         using the <a href="userGuide/dev_validator.html">Struts Validator</a>.
         A standard extension, <a href="userGuide/dev_tiles.html">Tiles</a>,
         helps you build pages from smaller fragments.
-        </p>
+    </p>
 
     <p>
         Struts Core is an extensible framework.
@@ -135,10 +135,10 @@
         <code>set-property</code> feature.
         This is one reason why there are so many
         <a href="http://wiki.apache.org/struts/StrutsResources/">contributor
-        extensions</a> for Struts.
+        extensions</a> for Struts Core.
         Core provides a base framework, but you can still write <b>your</b>
         application <b>your</b> way.
-     </p>
+    </p>
 
     <p>
         For more about Struts Core and its underlying technologies, see the
@@ -148,7 +148,7 @@
 
 </subsection>
 
- <subsection name="Is Struts Core the best choice for every project?">
+<subsection name="Is Struts Core the best choice for every project?">
 
     <p>
         No. If you need to write a very simple application, with a handful of
@@ -161,19 +161,19 @@
         But, if you are writing a more complicated application,
         with dozens of pages,
         that need to be maintained over time, then Struts Core can help.
-        For more about whether Model 1 or or MVC/Model 2 is right for you, see
+        For more about whether Model 1 or MVC/Model 2 is right for you, see
         <a href="http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html">
         Understanding JavaServer Pages Model 2 architecture</a> and
         <a href="http://www.scioworks.net/devnews/articles/struts_adoption_issues/index.html">
         Issues in Struts Adoption</a>.
-     </p>
+    </p>
 
 </subsection>
 </section>
 
 <section>
    <p class="right">
-   Next: <a href="learning.html">Learning about Struts Core</a>
+        Next: <a href="learning.html">Learning about Struts Core</a>
    </p>
 </section>
 


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


Re: [1/5] Minor fixes for Struts Core documentation

Posted by Ted Husted <te...@gmail.com>.
These were helpful, but it's better to attach patches to Bugzilla
tickets, since patches rarely survive passing through mail clients any
more.

I did make the changes indicated, with the exception of some of the
indentation changes. Since the changes are peer reviewed, potentially
by hundreds of people, we try to minimize unecessary change. I do
agree we need to fix such things, but we should try to do that either
while we are fixing something else that would affect that line, or in
a separate commit that does nothing but make formatting changes,
without changing any of the content whatsoever.

Thanks, again, Christian.

-Ted.

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