husted 02/03/02 20:52:28 Modified: doc kickstart.xml index.xml Log: Update to emphasize that Javadocs are included in the documentation bundle with everything else. Revision Changes Path 1.4 +28 -2 jakarta-struts/doc/kickstart.xml Index: kickstart.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/kickstart.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kickstart.xml 3 Mar 2002 01:45:23 -0000 1.3 +++ kickstart.xml 3 Mar 2002 04:52:28 -0000 1.4 @@ -94,8 +94,34 @@ </section> <section href="help" name="Where can I get help with Struts?"> -<p>The Struts package comes complete with a <a href="http://jakarta.apache.org/struts/userGuide/index.html">users guide</a> to introduce people to the framework and its underlying technologies. Various components also have their own in-depth developers guide, to cover more advanced topics. Comprehesive <a href="http://jakarta.apache.org/struts/api-1.0/index.html">Javadocs</a> are included along with the <b>full source code</b>. The <a href="http://jakarta.apache.org/site/mail.html">Strut's mailing list</a> is also very active, and welcomes posts from new users.</p> -<p>There are also many third-party tutorials, articles, and books that cover Struts. See our <a href="resources.html#tutorials">Resources page</a> for current listings and links. Two very useful resources are the <a href="http://www.mail-archive.com/index.php3?hunt=struts">mailing list archives</a> and the <a href="http://www.jguru.com/forums/Struts">Struts Forum at JGuru</a>.</p> +<p>The Struts package comes complete with a +<a href="http://jakarta.apache.org/struts/userGuide/index.html">Users Guide</a> to +introduce people to the framework and its underlying technologies. Various components +also have their own in-depth Developers Guide, to cover more advanced topics. Comprehesive +<a href="http://jakarta.apache.org/struts/api-1.0/index.html">Javadocs</a> are included +along with the <b>full source code</b>. For your convenience, these are bundled together as +a self-installing application (<code>struts-documentation.war</code>). This is the same +bundle that is deployed as the +<a href="http://jakarta.apache.org/struts/">Struts Web site</a>. +</p> +<p> +The +<a href="http://jakarta.apache.org/site/mail.html">Strut's mailing list</a> is also +very active, and welcomes posts from new users. Before posting a new question, be +sure to consult the +<a href="http://www.mail-archive.com/struts-user%40jakarta.apache.org/"> +<b>MAILING LIST ARCHIVE</b></a> and the very excellent +<a href="http://www.tuxedo.org/~esr/faqs/smart-questions.html"> +How To Ask Questions The Smart Way</a> by Eric Raymond. Please do be sure +to <a href="http://expita.com/nomime.html">turn off HTML</a> in your +email client before posting. +</p> +<p> +There are also many third-party tutorials, articles, and books that cover Struts. +See our +<a href="resources.html#tutorials">Resources page</a> for current listings and +links. +</p> </section> <section href="support" name="Is commercial support available?"> 1.18 +17 -5 jakarta-struts/doc/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/index.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- index.xml 3 Mar 2002 01:45:23 -0000 1.17 +++ index.xml 3 Mar 2002 04:52:28 -0000 1.18 @@ -66,6 +66,18 @@ <section name="Learning About Struts" href="Docs"> + <p> + The <b>official documentation</b> for the framework is provided both online + and as a self-installing WAR in the distribution + (<code>struts-documentation.war</code>). This includes the + <a href="kickstart.html">Kickstart</a> and + <a href="newbie.html">Newbie</a> FAQs, + <a href="userGuide/index.html">Users Guide</a>, + <a href="api/index.html">Javadocs</a>, and everything else you find here. + You are invited to preview the documentation online, and then install the + application locally for closer study. + </p> + <blockquote> Note: Most of the links in this section refer to the <b>Nightly Build</b>. When learning about Struts, <b>be sure to refer to the documentation for the @@ -86,10 +98,10 @@ <p> A concise <a href="userGuide/index.html"><b>Users Guide</b></a> is also provided - with the distribution. The User Guide introduces the Model-View-Controller + with the distribution. The Users Guide introduces the Model-View-Controller architecture, and how it relates to the major components of Struts. Several <b>Developer - Guides</b> are provided with the User Guide, to help you get started with the Struts JSP - tag extensions and utility packages. The User Guide also includes detailed installation + Guides</b> supplement the Users Guide. These help you get started with the Struts JSP + tag extensions and utility packages. The Users Guide also includes detailed installation instructions and release notes for each version of the framework. </p> @@ -249,10 +261,10 @@ will have to do this for you, and it may never get done. (Sad but true.) If you are submitting new material, it is important to decide exactly where you would put this in relation to the rest of the documentation. Someone has to figure that - out before it can be added, and that someone might as well be you. + out before it can added, and that someone might as well you. </p> <p> - New additions for the Resources page should be posted as an enhancement request to + New additions for the Resources page should posted as an enhancement request to <a href="#Bugs">Bugzilla</a>. </p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>