You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/02/29 23:55:46 UTC

cvs commit: jakarta-struts/xdocs/faqs helping.xml kickstart.xml

martinc     2004/02/29 14:55:46

  Modified:    .        build.xml project.xml
               conf/share MANIFEST.MF
               contrib  project.xml
               contrib/artimus/WEB-INF build.xml
               contrib/scaffold/conf/framework manifest
               contrib/scaffold/conf/sample manifest
               contrib/struts-chain/src/conf MANIFEST.MF
               contrib/struts-el build.xml
               contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl
                        userGuide.xsl
               contrib/struts-faces build.xml
               contrib/struts-faces/src/conf MANIFEST.MF struts-doc.xsl
               contrib/struts-faces/src/example2/org/apache/struts/webapp/example2
                        ApplicationResources.properties
               doc      index.xml
               doc/faqs helping.xml kickstart.xml
               doc/stylesheets struts.xsl
               web/tiles-documentation/common footer.jsp
               web/tiles-documentation/examples/tiles footer.jsp
               xdocs    faq.fml
               xdocs/faqs helping.xml kickstart.xml
  Log:
  Correct the ASF name, per Greg Stein's note.
  
  Revision  Changes    Path
  1.130     +1 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.xml	27 Feb 2004 06:26:42 -0000	1.129
  +++ build.xml	29 Feb 2004 22:55:45 -0000	1.130
  @@ -353,7 +353,7 @@
               version="true"
               windowtitle="Apache Struts API Documentation"
               doctitle="<h1>Apache Struts Framework (Version ${project.version})</h1>"
  -            bottom="Copyright © 2000-${year} - Apache Software Foundation">
  +            bottom="Copyright © 2000-${year} - The Apache Software Foundation">
               <classpath refid="compile.classpath"/>
           </javadoc>
       </target>
  
  
  
  1.25      +1 -1      jakarta-struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	27 Feb 2004 14:27:04 -0000	1.24
  +++ project.xml	29 Feb 2004 22:55:45 -0000	1.25
  @@ -5,7 +5,7 @@
     <id>struts</id>
     <currentVersion>1.2.1-dev</currentVersion>
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
       <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
  
  
  
  1.10      +2 -2      jakarta-struts/conf/share/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/MANIFEST.MF,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MANIFEST.MF	29 Jan 2004 19:06:16 -0000	1.9
  +++ MANIFEST.MF	29 Feb 2004 22:55:45 -0000	1.10
  @@ -1,10 +1,10 @@
   Manifest-Version: 1.0
   Extension-Name: Struts Framework
   Specification-Title: Struts Framework
  -Specification-Vendor: Apache Software Foundation
  +Specification-Vendor: The Apache Software Foundation
   Specification-Version: 1.2.0
   Implementation-Title: Struts Framework
  -Implementation-Vendor: Apache Software Foundation
  +Implementation-Vendor: The Apache Software Foundation
   Implementation-Vendor-Id: org.apache
   Implementation-Version: 1.2.0
   Class-Path: 
  
  
  
  1.4       +1 -1      jakarta-struts/contrib/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	10 Jan 2004 23:43:51 -0000	1.3
  +++ project.xml	29 Feb 2004 22:55:45 -0000	1.4
  @@ -7,7 +7,7 @@
     <currentVersion>1.0</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://www.apache.org</url>
       <inceptionYear>2000</inceptionYear>
         <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  
  
  
  1.4       +2 -2      jakarta-struts/contrib/artimus/WEB-INF/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/WEB-INF/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	18 Jan 2004 13:43:07 -0000	1.3
  +++ build.xml	29 Feb 2004 22:55:45 -0000	1.4
  @@ -67,7 +67,7 @@
               version="true"
               windowtitle="Artimus API Documentation"
               doctitle="&lt;h1&gt;${project.title} Documentation (Version ${project.version})&lt;/h1&gt;"
  -            bottom="Copyright &#169; 2001 - Apache Software Foundation"/>
  +            bottom="Copyright &#169; 2001 - The Apache Software Foundation"/>
       </target>
   
       <!-- Build binary distribution -->
  
  
  
  1.2       +2 -2      jakarta-struts/contrib/scaffold/conf/framework/manifest
  
  Index: manifest
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/scaffold/conf/framework/manifest,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- manifest	23 Dec 2001 19:32:50 -0000	1.1
  +++ manifest	29 Feb 2004 22:55:45 -0000	1.2
  @@ -3,8 +3,8 @@
   
   Name: @project.name.file@/
   Specification-Title: @project.name.text@
  -Specification-Vendor: Apache Software Foundation
  -Implementation-Vendor: Apache Software Foundation
  +Specification-Vendor: The Apache Software Foundation
  +Implementation-Vendor: The Apache Software Foundation
   Specification-Version: @version@
   Implementation-Version: @version@
   Implementation-Title: @project.name.file@
  
  
  
  1.2       +2 -2      jakarta-struts/contrib/scaffold/conf/sample/manifest
  
  Index: manifest
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/scaffold/conf/sample/manifest,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- manifest	23 Dec 2001 19:32:50 -0000	1.1
  +++ manifest	29 Feb 2004 22:55:45 -0000	1.2
  @@ -3,8 +3,8 @@
   
   Name: @project.name.file@/sample
   Specification-Title: @project.name.text@ Sample
  -Specification-Vendor: Apache Software Foundation
  -Implementation-Vendor: Apache Software Foundation
  +Specification-Vendor: The Apache Software Foundation
  +Implementation-Vendor: The Apache Software Foundation
   Specification-Version: @version@
   Implementation-Version: @version@
   Implementation-Title: @project.name.file@-sample
  
  
  
  1.2       +2 -2      jakarta-struts/contrib/struts-chain/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-chain/src/conf/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.MF	11 Aug 2003 04:55:34 -0000	1.1
  +++ MANIFEST.MF	29 Feb 2004 22:55:45 -0000	1.2
  @@ -1,5 +1,5 @@
   Extension-Name: @package@
  -Specification-Vendor: Apache Software Foundation
  +Specification-Vendor: The Apache Software Foundation
   Specification-Version: 1.0
  -Implementation-Vendor: Apache Software Foundation
  +Implementation-Vendor: The Apache Software Foundation
   Implementation-Version: @version@
  
  
  
  1.22      +1 -1      jakarta-struts/contrib/struts-el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	27 Feb 2004 06:32:22 -0000	1.21
  +++ build.xml	29 Feb 2004 22:55:45 -0000	1.22
  @@ -262,7 +262,7 @@
              version="true"
              windowtitle="Apache Struts-EL API Documentation"
              doctitle="&lt;h1&gt;Apache Struts-EL Framework (Version ${project.version})&lt;/h1&gt;"
  -           bottom="Copyright &#169; 2000-${year} - Apache Software Foundation">
  +           bottom="Copyright &#169; 2000-${year} - The Apache Software Foundation">
              <classpath refid="compile.classpath"/>
     </javadoc>
    </target>
  
  
  
  1.4       +2 -2      jakarta-struts/contrib/struts-el/doc/stylesheets/proposals.xsl
  
  Index: proposals.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/doc/stylesheets/proposals.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- proposals.xsl	7 Jan 2003 05:57:36 -0000	1.3
  +++ proposals.xsl	29 Feb 2004 22:55:45 -0000	1.4
  @@ -72,7 +72,7 @@
         <tr><td colspan="2">
           <div align="center"><font color="{$body-link}" size="-1">Struts Nightly Build<br/>
           <em>
  -        Copyright (c) 2000-2003, Apache Software Foundation
  +        Copyright (c) 2000-2004, The Apache Software Foundation
           </em></font></div>
           <img src="../images/struts-power.gif" align="right" border="0"/>
         </td></tr>
  
  
  
  1.4       +2 -2      jakarta-struts/contrib/struts-el/doc/stylesheets/struts.xsl
  
  Index: struts.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/doc/stylesheets/struts.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts.xsl	7 Jan 2003 05:57:36 -0000	1.3
  +++ struts.xsl	29 Feb 2004 22:55:45 -0000	1.4
  @@ -69,7 +69,7 @@
   
         <tr><td colspan="2">
           <div align="center"><font color="{$body-link}" size="-1"><em>
  -        Copyright (c) 2000-2003, Apache Software Foundation
  +        Copyright (c) 2000-2004, The Apache Software Foundation
           </em></font></div>
           <img src="images/struts-power.gif" align="right" border="0"/>
         </td></tr>
  
  
  
  1.3       +2 -2      jakarta-struts/contrib/struts-el/doc/stylesheets/userGuide.xsl
  
  Index: userGuide.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/doc/stylesheets/userGuide.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- userGuide.xsl	7 Jan 2003 05:57:36 -0000	1.2
  +++ userGuide.xsl	29 Feb 2004 22:55:45 -0000	1.3
  @@ -71,7 +71,7 @@
   
         <tr><td colspan="2">
           <div align="center"><font color="{$body-link}" size="-1"><em>
  -        Copyright (c) 2000-2003, Apache Software Foundation
  +        Copyright (c) 2000-2004, The Apache Software Foundation
           </em></font></div>
           <img src="../images/struts-power.gif" align="right" border="0"/>
         </td></tr>
  
  
  
  1.10      +1 -1      jakarta-struts/contrib/struts-faces/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	25 Jan 2004 07:57:36 -0000	1.9
  +++ build.xml	29 Feb 2004 22:55:45 -0000	1.10
  @@ -201,7 +201,7 @@
             packagenames="org.apache.struts.*"
              windowtitle="${project.name} (Version ${project.version})"
                 doctitle="${project.name} (Version ${project.version})"
  -                bottom="Copyright &#169; 2003 - Apache Software Foundation">
  +                bottom="Copyright &#169; 2003-2004 - The Apache Software Foundation">
         <classpath refid="classpath"/>
       </javadoc>
   
  
  
  
  1.2       +2 -2      jakarta-struts/contrib/struts-faces/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/src/conf/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.MF	7 Mar 2003 03:22:42 -0000	1.1
  +++ MANIFEST.MF	29 Feb 2004 22:55:45 -0000	1.2
  @@ -1,5 +1,5 @@
   Extension-Name: @package@
  -Specification-Vendor: Apache Software Foundation
  +Specification-Vendor: The Apache Software Foundation
   Specification-Version: 1.0
  -Implementation-Vendor: Apache Software Foundation
  +Implementation-Vendor: The Apache Software Foundation
   Implementation-Version: @version@
  
  
  
  1.3       +2 -2      jakarta-struts/contrib/struts-faces/src/conf/struts-doc.xsl
  
  Index: struts-doc.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/src/conf/struts-doc.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- struts-doc.xsl	4 Jun 2003 17:38:13 -0000	1.2
  +++ struts-doc.xsl	29 Feb 2004 22:55:45 -0000	1.3
  @@ -30,7 +30,7 @@
       <xsl:apply-templates select="taglib"/>
       <hr/>
       <div align="center"><font color="{$body-link}" size="-1"><em>
  -    Copyright (c) 2003, Apache Software Foundation
  +    Copyright (c) 2003-2004, The Apache Software Foundation
       </em></font></div>
       </body>
       </html>
  
  
  
  1.2       +1 -1      jakarta-struts/contrib/struts-faces/src/example2/org/apache/struts/webapp/example2/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/src/example2/org/apache/struts/webapp/example2/ApplicationResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources.properties	31 Dec 2003 07:17:48 -0000	1.1
  +++ ApplicationResources.properties	29 Feb 2004 22:55:45 -0000	1.2
  @@ -27,7 +27,7 @@
   errors.header=<h3><font color="red">Validation Error</font></h3>You must correct the following error(s) before proceeding:<ul>
   errors.ioException=I/O exception rendering error messages: {0}
   expired.password=User Password has expired for {0}
  -footer.value=Copyright (C) 1999-2004, Apache Software Foundation
  +footer.value=Copyright (C) 1999-2004, The Apache Software Foundation
   header.value=Struts + Faces + Tiles
   heading.autoConnect=Auto
   heading.subscriptions=Current Subscriptions
  
  
  
  1.54      +1 -1      jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- index.xml	27 Nov 2003 04:06:51 -0000	1.53
  +++ index.xml	29 Feb 2004 22:55:45 -0000	1.54
  @@ -61,7 +61,7 @@
       Struts is part of the
       <a href="http://jakarta.apache.org">Apache Jakarta Project</a>,
       sponsored by the
  -    <a href="http://www.apache.org">Apache Software Foundation</a>.
  +    <a href="http://www.apache.org">The Apache Software Foundation</a>.
       The official Struts home page is at
       <a href="http://jakarta.apache.org/struts">
       http://jakarta.apache.org/struts</a>.
  
  
  
  1.10      +2 -2      jakarta-struts/doc/faqs/helping.xml
  
  Index: helping.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/helping.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- helping.xml	27 Jan 2004 10:33:57 -0000	1.9
  +++ helping.xml	29 Feb 2004 22:55:45 -0000	1.10
  @@ -157,8 +157,8 @@
       name="How can I contribute to the Struts source code?">
   
   <p>
  -Struts is distributed by the <a href="http://apache.org/">
  -Apache Software Foundation</a>.
  +Struts is distributed by <a href="http://apache.org/">
  +The Apache Software Foundation</a>.
   These are the same people who distribute the Apache Web server.
   Like all ASF projects, Struts is managed as a &quot;meritocracy&quot;,
   where everyone's contribution is welcome.
  
  
  
  1.15      +2 -2      jakarta-struts/doc/faqs/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- kickstart.xml	27 Nov 2003 04:06:52 -0000	1.14
  +++ kickstart.xml	29 Feb 2004 22:55:45 -0000	1.15
  @@ -63,7 +63,7 @@
   </section>
   
   <section href="who" name="Who wrote Struts?">
  -<p>Struts was created by Craig R. McClanahan, and donated to the Apache Software Foundation in May 2000. Craig is the primary developer of both Struts and <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat 4</a>, the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container. With stable releases of Struts and Tomcat 4 in circulation, Craig is now the Specification Lead for <a href="http://jcp.org/jsr/detail/127.jsp">JavaServer Faces (JSR-127)</a>, and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.</p>
  +<p>Struts was created by Craig R. McClanahan, and donated to The Apache Software Foundation in May 2000. Craig is the primary developer of both Struts and <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat 4</a>, the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container. With stable releases of Struts and Tomcat 4 in circulation, Craig is now the Specification Lead for <a href="http://jcp.org/jsr/detail/127.jsp">JavaServer Faces (JSR-127)</a>, and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.</p>
   <p>There are now many active committers to the Struts project, working cooperatively from around the globe. Other Java developers are invited to <a href="helping.html#contribute">contribute to the project</a>. Struts is an <a href="http://jakarta.apache.org/">Apache Jakarta</a>  project, with the common mission to &quot;provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion&quot;. All told, 17 individual developers and committers contributed to the Struts 1.0 codebase.</p>
   </section>
   
  @@ -72,7 +72,7 @@
   </section>
   
   <section href="license" name="How is Struts licensed?">
  -<p>Struts is copyrighted software available under a &quot;free-to-use-license&quot; by the Apache Software Foundation. The license appears at the head of every source code file. A reference copy of the license is available <a href="http://www.apache.org/LICENSE-1.1">here</a>.</p>
  +<p>Struts is copyrighted software available under a &quot;free-to-use-license&quot; by The Apache Software Foundation. The license appears at the head of every source code file. A reference copy of the license is available <a href="http://www.apache.org/LICENSE-1.1">here</a>.</p>
   </section>
   
   <section href="usage" name="Can Struts be used in a commercial product?">
  
  
  
  1.20      +2 -2      jakarta-struts/doc/stylesheets/struts.xsl
  
  Index: struts.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- struts.xsl	22 Feb 2004 20:06:01 -0000	1.19
  +++ struts.xsl	29 Feb 2004 22:55:45 -0000	1.20
  @@ -138,7 +138,7 @@
             <xsl:value-of select="$relative-path"/><xsl:value-of select="$powered-logo"/>
           </xsl:variable>
           <img src="{$src}" alt="Powered by Struts" id="powered-logo"/>
  -        Copyright (c) 2000-2004, Apache Software Foundation <span class="noprint">- 
  +        Copyright (c) 2000-2004, The Apache Software Foundation <span class="noprint">- 
           <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a></span>
         </div>
         <xsl:comment>end footer</xsl:comment>
  
  
  
  1.5       +1 -1      jakarta-struts/web/tiles-documentation/common/footer.jsp
  
  Index: footer.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/common/footer.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- footer.jsp	8 Jan 2004 17:11:52 -0000	1.4
  +++ footer.jsp	29 Feb 2004 22:55:46 -0000	1.5
  @@ -2,7 +2,7 @@
   
   <div align="center">
     <font color="#023264" size="-1">
  -    <em>         Copyright &copy; 2000-2003, Apache Software Foundation         </em>
  +    <em>         Copyright &copy; 2000-2004, The Apache Software Foundation         </em>
   	<br>
       <em>                        and Cedric Dumoulin                        </em>
     </font>
  
  
  
  1.4       +1 -1      jakarta-struts/web/tiles-documentation/examples/tiles/footer.jsp
  
  Index: footer.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/examples/tiles/footer.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- footer.jsp	8 Jan 2004 17:11:52 -0000	1.3
  +++ footer.jsp	29 Feb 2004 22:55:46 -0000	1.4
  @@ -1,7 +1,7 @@
   <hr>
   <div align="center">
     <font color="#023264" size="-1">
  -    <em>         Copyright &copy; 2001, Apache Software Foundation         </em>
  +    <em>         Copyright &copy; 2001-2004, The Apache Software Foundation         </em>
   	<br>
       <em>                        and Cedric Dumoulin                        </em>
     </font>
  
  
  
  1.3       +1 -1      jakarta-struts/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/xdocs/faq.fml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.fml	29 Nov 2003 07:27:33 -0000	1.2
  +++ faq.fml	29 Feb 2004 22:55:46 -0000	1.3
  @@ -83,7 +83,7 @@
         <question>How is Struts licensed?</question>
         <answer>
           Struts is copyrighted software available under a 
  -        &quot;free-to-use-license&quot; by the Apache Software Foundation. 
  +        &quot;free-to-use-license&quot; by The Apache Software Foundation. 
           The license appears at the head of every source code file. A reference
           copy of the license is available 
           <a href="http://www.apache.org/LICENSE-1.1">here</a>.
  
  
  
  1.2       +2 -2      jakarta-struts/xdocs/faqs/helping.xml
  
  Index: helping.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/xdocs/faqs/helping.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- helping.xml	29 Nov 2003 07:27:31 -0000	1.1
  +++ helping.xml	29 Feb 2004 22:55:46 -0000	1.2
  @@ -148,8 +148,8 @@
       name="How can I contribute to the Struts source code?">
   
   <p>
  -Struts is distributed by the <a href="http://apache.org/">
  -Apache Software Foundation</a>.
  +Struts is distributed by <a href="http://apache.org/">
  +The Apache Software Foundation</a>.
   These are the same people who distribute the Apache Web server. 
   Like all ASF projects, Struts is managed as a &quot;meritocracy&quot;, 
   where everyone's contribution is welcome. 
  
  
  
  1.2       +2 -2      jakarta-struts/xdocs/faqs/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/xdocs/faqs/kickstart.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- kickstart.xml	29 Nov 2003 07:27:31 -0000	1.1
  +++ kickstart.xml	29 Feb 2004 22:55:46 -0000	1.2
  @@ -63,7 +63,7 @@
   </section>
   
   <section href="who" name="Who wrote Struts?">
  -<p>Struts was created by Craig R. McClanahan, and donated to the Apache Software Foundation in May 2000. Craig is the primary developer of both Struts and <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat 4</a>, the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container. With stable releases of Struts and Tomcat 4 in circulation, Craig is now the Specification Lead for <a href="http://jcp.org/jsr/detail/127.jsp">JavaServer Faces (JSR-127)</a>, and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.</p>
  +<p>Struts was created by Craig R. McClanahan, and donated to The Apache Software Foundation in May 2000. Craig is the primary developer of both Struts and <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat 4</a>, the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container. With stable releases of Struts and Tomcat 4 in circulation, Craig is now the Specification Lead for <a href="http://jcp.org/jsr/detail/127.jsp">JavaServer Faces (JSR-127)</a>, and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.</p>
   <p>There are now many active committers to the Struts project, working cooperatively from around the globe. Other Java developers are invited to <a href="helping.html#contribute">contribute to the project</a>. Struts is an <a href="http://jakarta.apache.org/">Apache Jakarta</a>  project, with the common mission to &quot;provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion&quot;. All told, 17 individual developers and committers contributed to the Struts 1.0 codebase.</p>
   </section>
   
  @@ -72,7 +72,7 @@
   </section>
   
   <section href="license" name="How is Struts licensed?">
  -<p>Struts is copyrighted software available under a &quot;free-to-use-license&quot; by the Apache Software Foundation. The license appears at the head of every source code file. A reference copy of the license is available <a href="http://www.apache.org/LICENSE-1.1">here</a>.</p>
  +<p>Struts is copyrighted software available under a &quot;free-to-use-license&quot; by The Apache Software Foundation. The license appears at the head of every source code file. A reference copy of the license is available <a href="http://www.apache.org/LICENSE-1.1">here</a>.</p>
   </section>
   
   <section href="usage" name="Can Struts be used in a commercial product?">
  
  
  

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