husted      01/09/17 18:40:35

  Modified:    doc/userGuide volunteers.xml resources.xml kickstart.xml
  Log:
  Add "next" link to pages.
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-struts/doc/userGuide/volunteers.xml
  
  Index: volunteers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/volunteers.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- volunteers.xml    2001/09/17 19:57:36     1.4
  +++ volunteers.xml    2001/09/18 01:40:35     1.5
  @@ -270,4 +270,6 @@
   Struts community by helping others understand, and also by contributing 
   ideas and code to help make Struts even better than it already is.</p>
   
  +  <p>Next: <a href="../index.html">Struts Home</a></p>
  +
   </section></chapter></body></document>
  
  
  
  1.7       +2 -1      jakarta-struts/doc/userGuide/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/resources.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- resources.xml     2001/09/17 19:57:36     1.6
  +++ resources.xml     2001/09/18 01:40:35     1.7
  @@ -143,7 +143,7 @@
   
   <section name="Other Resource Pages" href="other"> 
   <p><a href="http://www.jguru.com/faq/home.jsp?topic=Struts";><b>JGuru FAQ</b></a></p>
  -<p><a href="http://husted.com/about/struts/";><b>Scaffolding</b></a> by <a 
href="mailto:[EMAIL PROTECTED]";>Husted dot Com</a>.</p>
  +<p><a href="http://husted.com/about/struts/scaffolding.htm";><b>Scaffolding</b></a> 
by <a href="mailto:[EMAIL PROTECTED]";>Husted dot Com</a>.</p>
   <p><a href="http://habweb.de/struts/";><b>German Translation of Users Guide</b></a> 
by Hartmut Bernecker.</p>
   <p><a href="http://java.sun.com/docs/books/tutorial/";><b>Javasoft 
Tutorials</b></a></p>
   <p><a href="http://archives.java.sun.com";><b>Javasoft Mailing Lists</b></a></p>
  @@ -213,6 +213,7 @@
     <li><b>U</b><b>pco</b> -<a href="http://www.upco.co.uk";>upco.co.uk</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Jon Ridgeway</a>.</li>
     <li><b>viadee <font size="1">UNTERNEHMENSBERATUNG GmbH</font></b> - <a 
href="http://www.viadee.de/";>www.viadee.de</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Frido Budde</a>.</li>
   </ul>
  +  <p>Next: <a href="kickstart.html">Kickstart FAQ</a></p>
   </section>
   
   </chapter></body></document>
  
  
  
  1.2       +42 -4     jakarta-struts/doc/userGuide/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/kickstart.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- kickstart.xml     2001/09/17 19:57:36     1.1
  +++ kickstart.xml     2001/09/18 01:40:35     1.2
  @@ -13,6 +13,7 @@
       <li><a href="#how">How does Struts work?</a></li>
       <li><a href="#compat">Is Struts compatible with other Java 
technologies?</a></li>
       <li><a href="#who">Who wrote Struts?</a></li>
  +    <li><a href="#struts">Why is it called Struts?</a></li>
       <li><a href="#license">How is Struts licensed?</a></li>
       <li><a href="#usage">Can Struts be used in a commercial application?</a></li>
   
  @@ -30,6 +31,7 @@
     
       <li><a href="#bugs">Where can I report bugs or make feature requests?</a></li>
       <li><a href="#contribute">How can I contribute to the development of 
Struts?</a></li>
  +    <li><a href="#release">When is the next release coming out?</a></li>
       <li><a href="#unsubscribe">How do I unsubscribe from the mailing list?</a></li>
     </ul>
   </section>
  @@ -46,6 +48,14 @@
   <p>Yes. Struts is committed to supporting industry standards. Our lead developer is 
a member of <a 
href="http://java.sun.com/aboutJava/communityprocess/jsr/jsr_052_jsptaglib.html";>JSR052</a>,
 Sun's Expert group for developing a standard library of custom JSP tags. A primary 
design criteria is that Struts must be compatible with Sun's J2EE platform for 
corporate enterprises. In fact, Struts really acts as an integrator of Java 
technologies, so that they can be used in the &quot;real world&quot;.</p>
   </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 actively leads the Struts project, and is also the lead 
developer on the Tomcat 4.0 project. There are now several committers to the Struts 
project, working cooperatively from around the globe. Other Java developers are 
invited to <a href="#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;.</p>
  +</section>
  +
  +<section href="struts" name="Why is it called Struts?">
  +<p>It's a reference to Struts in the architechtural sense - To brace, strengthen, 
or provide structure.</p>
  +</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>
   </section>
  @@ -55,10 +65,6 @@
   <p>In addition, contributions of patches, improved code, new features, or even just 
requests for features are also welcome.</p>
   </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 actively leads the Struts project, and is also the lead 
developer on the Tomcat 4.0 project. There are now several committers to the Struts 
project, working cooperatively from around the globe. Other Java developers are 
invited to <a href="#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;.</p>
  -</section>
  -
   <section href="where" name="Where I can I get a copy of Struts?">
   <p>The best place to download Struts is at <a 
href="http://jakarta.apache.org/struts/";>jakarta.apache.org/struts</a>. The nightly 
builds are very stable, and recommended as the best place to start today.</p>
   </section>
  @@ -122,8 +128,40 @@
   <p>You can start by joining the Struts User list. If you enjoy participating there, 
then sign up for the Struts Developer list too. If you find any problems with Struts, 
or find a missing feature, you can enter a record to our <a 
href="http://jakarta.apache.org/site/bugs.html";>Bugzilla</a> database.</p>
   </section>
   
  +<section href="release" name="When is the next release coming out?">
  +<p>Here is the truth regarding releases:</p>
  +<p>Jakarta products are released on the basis of merit, and ~not~ according
  +to a strict timetable. The volunteers devote whatever time they can to working
  +on the product. But all volunteers have real jobs and real lives, that 
  +do take precedence. Since Struts does have have paid personnel working 
  +on the project, we simply cannot make date-orientated commitments.</p>
  +<p>All Jakarta products must circulate a public beta before release. If a
  +beta is not in circulation, then it's a good bet that a release is not
  +forthcoming any time soon. Products sometimes go through several betas
  +before final release. So if this is beta 1, then it still may not be
  +released any time soon.</p>
  +<p>The bottom line is that Jakarta takes releases very seriously. We do not
  +compromise the quality of our software by watching the calendar (and
  +then ship something ready or not). A release is ready when it is ready.</p>
  +<p>That may sound flip, but it ~is~ the truth. The delivery of
  +production-quality, leading-edge software is not something anyone can 
  +prognasticate. If anyone tries, they are lying to you. That, we won't 
  +do ;-)</p>
  +<p>What we ~will~ do is release all of our development software as soon as it
  +is developed. This way you can judge for yourself how quickly the
  +development is proceeding, and whether what is being developed will meet
  +your needs. If you need a feature right now, you can use the nightly
  +build, or roll your own patch. There are no private CVS's or a private
  +development lists. What you see is what we got. If you are following the
  +DEV list, then you know everything the developers know. Really, you do.</p>
  +
  +</section>
  +
   <section href="unsubscribe" name="How do I unsubscribe from the mailing list?">
   <p><b>From the email account used to subscribe to the list,</b> <a 
href="mailto:[EMAIL PROTECTED]";>send a blank message</a> to 
&lt; <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>&gt;.</p>
  +
  +  <p>Next: <a href="volunteers.html">Who We Are</a></p>
  +
   </section>
   
   </chapter></body></document>
  
  
  

Reply via email to