husted 2003/11/26 20:06:52 Modified: doc index.xml learning.xml project.xml status.xml using.xml volunteers.xml doc/faqs kickstart.xml newbie.xml project.xml doc/stylesheets struts.xsl doc/userGuide building_view.xml preface.xml project.xml Log: Move resource area to SourceForge site. Revision Changes Path 1.53 +11 -81 jakarta-struts/doc/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/index.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- index.xml 7 Oct 2003 22:26:36 -0000 1.52 +++ index.xml 27 Nov 2003 04:06:51 -0000 1.53 @@ -39,15 +39,15 @@ Struts provides its own <strong>Controller</strong> component and integrates with <a href="userGuide/preface.html#layers"> other technologies</a> to provide the Model and the View. - For the <strong>Model</strong>, Struts can interact with standard <a href="resources/models.html">data access - technologies</a>, like <a href="http://java.sun.com/products/jdbc/">JDBC</a> and + For the <strong>Model</strong>, Struts can interact with standard data access + technologies, like <a href="http://java.sun.com/products/jdbc/">JDBC</a> and <a href="http://java.sun.com/products/ejb/">EJB</a>, as well as most any third-party packages, like Hibernate, iBATIS, or Object Relational Bridge. For the <strong>View</strong>, Struts 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>, as well as Velocity Templates, XSLT, and - <a href="resources/views.html">other presentation systems</a>. + other presentation systems. </p> <p> @@ -67,6 +67,14 @@ http://jakarta.apache.org/struts</a>. </p> + <p> + Struts is a volunteer project and all support for the framework is provided by unpaid volunteers. + This documentation bundle and the mailing lists are the primary ways to learn how to use Struts. + The next few pages are devoted to helping you understand what resources are available to you. + Since Struts is a volunteer project, and our resources are limited, it is important that we first help you + help yourself. + </p> + </section> <section name="Struts in a Nutshell" href="nutshell"> @@ -157,14 +165,6 @@ Guide</a> and the Developer Guides. </p> - <p> - Struts is a volunteer project and all support for the framework is provided by unpaid volunteers. - This documentation bundle and the mailing lists are the primary ways to learn how to use Struts. - The next few pages are devoted to helping you understand what resources are available to you. - Since Struts is a volunteer project, and our resources are limited, it is important that we first help you - help yourself. - </p> - </section> <section name="Is Struts the best choice for every project?"> @@ -185,76 +185,6 @@ </p> </section> - -<section name="Books about Struts" href="books"> - - <div class="center"> - <a href="resources/books.html"> - <img class="book" - src="images/books/0471213020.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/0596003285.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/0672324725.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/0971661901.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/1558608621.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/1861007817.jpg" - width="49" - height="60" - alt=""/> - </a> - - <a href="resources/books.html"> - <img class="book" - src="images/books/1930110502.jpg" - width="49" - height="60" - alt=""/> - </a> - </div> - - <p> - The Apache Software Foundation does not provide printed manuals, - but several third-party books about Struts are available. - A current list of books about Struts is maintained in the - <a href="resources/books.html">resource area</a>. - Links to excerpts are provided when available. - </p> - -</section> <section> <p> 1.17 +47 -46 jakarta-struts/doc/learning.xml Index: learning.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/learning.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- learning.xml 11 Nov 2003 21:23:32 -0000 1.16 +++ learning.xml 27 Nov 2003 04:06:51 -0000 1.17 @@ -190,11 +190,6 @@ </li> </ul> - <p> - See the <a href="resources/examples.html">Resources section</a> for a complete listing of freely-available - Struts examples. - </p> - </section> <section name="Learning More About Struts" href="More"> @@ -219,7 +214,7 @@ OR THE <a href="mailto:[EMAIL PROTECTED]"> USER LIST DIGEST</a> BEFORE POSTING</strong>. </p> - + <p> Please note that the Struts User list enjoys a "casual friday" policy. More off-topic messages are tolerated on Fridays so long as the message is prefixed with the token [FRIDAY]. @@ -228,45 +223,6 @@ Posting [FRIDAY] articles on any other weekday is <strong>strongly discouraged</strong>. We thank you for your cooperation. - - - <p> - The Struts <a href="resources/index.html"><strong>Resources</strong></a> page - provides links to other material published about Struts, including: - </p> - - <ul> - - <li> - <a href="resources/books.html">books</a>, - </li> - - <li> - <a href="resources/articles.html">articles</a>, - </li> - - <li> - <a href="resources/tutorials.html">tutorials</a>, - </li> - - <li> - <a href="resources/seminars.html">seminars</a>, and - </li> - - <li> - <a href="resources/examples.html">sample applications</a>. - </li> - - </ul> - - <p> - The Struts <a href="news/index.html"><strong>News & Status</strong></a> page - highlights current events affecting the framework and overvies the current - project status. - </p> - - <p> - The <a href="status.html"><strong>Roadmap</strong></a> page outlines our tentative plans for future development. </p> <p> @@ -275,7 +231,7 @@ Any member of the community (that means you!) is invited to post new material to the Wiki. However, the Wiki is not the place to ask incidental questions. <strong>All support questions should be directed to the <a href="using.html#Lists">Struts User list</a> or - <a href="resources/resources.html">other support forum</a></strong>. + other support forum</strong>. </p> <p> @@ -283,7 +239,52 @@ To comment on the documentation, follow the "Comments?" link at the bottom of any page. </p> + <p> + The <a href="status.html#roadmap"><strong>Roadmap</strong></a> page outlines our tentative plans for future development. + </p> + </section> + + <section name="Struts Community Resources" href="resources"> + + <p> + Struts has attracted a large and robust community of developers. + Some of these developers have a created an independant SourceForge site to promote new extensions to the Struts framework. + As a service to our community, the Struts SourceForge site maintains an + <a href="http://struts.sf.net/community/index.html">extensive directory of Struts resources</a>. including. + </p> + + <ul> + <li> + <a href="http://struts.sf.net/community/articles.html">articles</a>, + </li> + + <li> + <a href="http://struts.sf.net/community/books.html">books</a>, + </li> + + <li> + <a href="http://struts.sf.net/community/examples.html">sample applications</a>, + </li> + + <li> + <a href="http://struts.sf.net/community/tutorials.html">tutorials</a>, and more! + </li> + + </ul> + +</section> + + <section name="Books about Struts" href="books"> + + <p> + The Apache Software Foundation does not provide printed manuals, + but several third-party books about Struts are available. + A current list of books about Struts is maintained by the + <a href="http://struts.sf.net/community/index.html">Struts Community Resources area</a>. + </p> + + </section> <section> <p class="right"> 1.42 +37 -45 jakarta-struts/doc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/project.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- project.xml 11 Sep 2003 21:31:24 -0000 1.41 +++ project.xml 27 Nov 2003 04:06:51 -0000 1.42 @@ -25,40 +25,47 @@ name="Using" href="using.html" /> - <item - name="Who We Are" + <item + name="Who We Are" href="volunteers.html" /> - <item - name="Roadmap" - href="status.html" - /> <item - name="Releases" - href="releases.html" + name="Announcements" + href="announce.html" /> </menu> + <menu name="Documentation"> + <item + name="User and Developer Guides" + href="userGuide/index.html" + /> + <item + name="Javadoc" + href="api/index.html" + /> + <item + name="FAQs and Howtos" + href="faqs/index.html" + /> + </menu> + <menu name="Community"> - <item - name="News & Status" - href="news/index.html" + <item + name="Known Issues (Bugzilla)" + href="http://jakarta.apache.org/site/bugs.html" /> - <item - name="Resources" - href="resources/index.html" + <item + name="Wiki Pages" + href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages" /> - <item + <item name="List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42" /> - <item - name="Known Issues (Bugzilla)" - href="http://jakarta.apache.org/site/bugs.html" - /> <item - name="Struts Wiki" - href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages" + name="Resource Directory" + href="http://struts.sf.net/community/index.html" /> </menu> @@ -71,35 +78,20 @@ name="Source Code" href="http://jakarta.apache.org/site/sourceindex.cgi" /> - <item - name="CVS Repository" - href="http://cvs.apache.org/viewcvs/jakarta-struts/" - /> </menu> - <menu name="Nightly Build"> - <item - name="User and Developer Guides" - href="userGuide/index.html" - /> - <item - name="Javadoc" - href="api/index.html" - /> - <item - name="FAQs and Howtos" - href="faqs/index.html" + <menu name="Development"> + <item + name="CVS Repository" + href="http://cvs.apache.org/viewcvs/jakarta-struts/" /> - </menu> - - <menu name="Stable Release (1.1.0)"> <item - name="Release Notes" - href="userGuide/release-notes-1.1.html" + name="Release Guidelines" + href="releases.html" /> - <item - name="Release Plan" - href="proposals/release-plan-1.1.html" + <item + name="Roadmap" + href="status.html" /> </menu> 1.50 +38 -2 jakarta-struts/doc/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/status.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- status.xml 10 Nov 2003 14:07:54 -0000 1.49 +++ status.xml 27 Nov 2003 04:06:51 -0000 1.50 @@ -6,13 +6,49 @@ --> <properties> - <title>Development Roadmap - The Apache Struts Web Application Framework</title> + <title>Status - The Apache Struts Web Application Framework</title> <author>Craig R. McClanahan</author> <author>Ted Husted</author> <author>Steve Byrne</author> </properties> <body> + <section name="Status" href="status"> + + <p> + The <strong>stable production release</strong> is + <a href="http://www.apache.org/dist/jakarta/struts/binaries/">Struts 1.1.0</a> (29 June 2003). + </p> + + <hr/> + + <ul> + <li> + See the <a href="../status.html">Development Roadmap</a> for an overview of future plans. + </li> + <li> + See the <a href="http://jakarta.apache.org/site/bugs.html">Apache Bug Database</a> for outstanding issues and + enhancement requests. + </li> + <li> + See the <a href="http://jakarta.apache.org/builds/jakarta-struts/nightly/">Struts Nightly Build</a> for the + latest development distribution. + </li> + <li> + See the <a href="http://jakarta.apache.org/site/mail.html">Struts-Dev list</a> for current development + communications. + </li> + <li> + See the <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">Struts CVS</a> for the current development + codebase. + </li> + <li> + See the <a href="../releases.html">Release Guides</a> for our release process and coding conventions. + </li> + </ul> + +</section> + <section href="roadmap" name="Development Roadmap"> <p class="version"> 1.12 +1 -1 jakarta-struts/doc/using.xml Index: using.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/using.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- using.xml 11 Nov 2003 21:23:32 -0000 1.11 +++ using.xml 27 Nov 2003 04:06:51 -0000 1.12 @@ -15,7 +15,7 @@ <body> -<section name="Using Apache Struts"> +<section name="Using Struts"> <p> In the normal course of using an application framework like Struts, 1.39 +2 -8 jakarta-struts/doc/volunteers.xml Index: volunteers.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/volunteers.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- volunteers.xml 15 Oct 2003 05:15:11 -0000 1.38 +++ volunteers.xml 27 Nov 2003 04:06:51 -0000 1.39 @@ -12,14 +12,8 @@ <p>In August 2003, there were 2700 subscribers to STRUTS-USER (including the digest version). It's the largest user mailing list at Jakarta, exceeding the TOMCAT-USER list of about 2400 subscribers. In addition to the regular subscribers, an unknown number of developers read the lists through newsfeed mirrors and through several list archives.</p> <p>According to recently released - <a href="http://www.apache.org/~vgritsenko/stats/projects/struts">statistics</a> + <a href="http://www.apache.org/~vgritsenko/stats/projects/struts">statistics</a>, Struts downloads range between 10,000 and 30,000 a week, roughly the same as Jakarta Tomcat.</p> - , Struts downloads range between 10,000 and 30,000 a week, roughly the same as Jakarta Tomcat.</p> - - <p>There are a great number of third-party extensions are available for Struts, along with an equally vast number of articles and several books We try to list as many of these as we can in the - <a href="resources/index.html">Resources area</a> - - .</p> </section> <section name="Source Code Contributors" href="contributors.source"> @@ -384,7 +378,7 @@ <section> <p class="right">Next: - <a href="status.html">Development Roadmap</a> + <a href="announce.html">Announcements</a> </p> </section> </chapter> 1.14 +3 -13 jakarta-struts/doc/faqs/kickstart.xml Index: kickstart.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- kickstart.xml 11 Nov 2003 21:23:32 -0000 1.13 +++ kickstart.xml 27 Nov 2003 04:06:52 -0000 1.14 @@ -181,24 +181,14 @@ 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/tutorials.html">Resources page</a> for current listings and -links. -</p> </section> <section href="support" name="Is commercial support available?"> -<p>There is no official, commercial support for Struts, though third parties may offer different degrees of support. A list of Struts consultants is available on our <a href="../resources/consultants.html">Resources page</a></p> +<p>There is no official, commercial support for Struts, though third parties may offer different degrees of support. </p> </section> <section href="providers" name="Are there ISPs that will host my Struts application?"> -<p>For a listing of some Java and Struts ISPs, visit our <a href="../resources/hosts.html">Resources page</a>.</p> -</section> - -<section href="powered" name="What Web sites are already Powered by Struts?"> -<p>For a listing of some Struts-powered Web sites available to the public, visit our <a href="../resources/powered.html">Resources page</a>.</p> +<p>For a listing of some Java and Struts ISPs, visit the <a href="http://struts.sf.net/commnity/index.html">Struts Community Resources</a> area on SourceForge.</p> </section> <section href="turbine" name="What's the difference between Struts and Turbine? What's the difference between Struts and Expresso?"> @@ -281,7 +271,7 @@ </p> <p> Struts originally came bundled with a set of custom JSP tags. - Today, several <a href="../resources/views.html">extensions</a> are available to help + Today, several extensions are available to help you use Struts with other popular presentation technologies, like XSLT and Velocity. Likewise, extensions for JSTL and JSF are now available as well. </p> 1.23 +0 -5 jakarta-struts/doc/faqs/newbie.xml Index: newbie.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/newbie.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- newbie.xml 9 Sep 2003 17:49:22 -0000 1.22 +++ newbie.xml 27 Nov 2003 04:06:52 -0000 1.23 @@ -708,11 +708,6 @@ like PHP, into the same web application. </p> - <p> - For some links, see <a href="../resources/views.html">Presentation - Systems</a> in the Resource area. - </p> - </section> <section href="formbeans" name="Do ActionForms have to be true JavaBeans?"> 1.12 +1 -7 jakarta-struts/doc/faqs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 11 Sep 2003 21:31:24 -0000 1.11 +++ project.xml 27 Nov 2003 04:06:52 -0000 1.12 @@ -58,13 +58,7 @@ <item name="News and Status" href="../news/index.html"/> - <item - name="Resources" - href="../resources/index.html"/> - <item - name="User and Developer Guides" - href="../userGuide/index.html"/> - <item + <item name="FAQs and HowTos *" href="index.html"/> </menu> 1.18 +6 -5 jakarta-struts/doc/stylesheets/struts.xsl Index: struts.xsl =================================================================== RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- struts.xsl 30 Sep 2003 00:17:05 -0000 1.17 +++ struts.xsl 27 Nov 2003 04:06:52 -0000 1.18 @@ -92,14 +92,15 @@ <div id="content"> <div id="menu"> - <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 --> + <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 <a href="http://apachecon.com/2003/US/index.html" style="text-decoration: none"> <img src="http://jakarta.apache.org/images/logos/ac2003-150.gif" alt="ApacheCon 2003"/> - </a> - + </a> + --> + <xsl:apply-templates select="$project"/> - <!-- + <!-- Output contributors list if the project 'authors' attribute is true and the document level 'authors' attribute is either true or not specified. 1.36 +2 -4 jakarta-struts/doc/userGuide/building_view.xml Index: building_view.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- building_view.xml 9 Sep 2003 17:49:17 -0000 1.35 +++ building_view.xml 27 Nov 2003 04:06:52 -0000 1.36 @@ -213,15 +213,13 @@ <section name="3.3 Forms and FormBean Interactions" href="form_beans"> - +<p> <strong>Note:</strong> While the examples given here use JSP and custom tags, the ActionForm beans and the other Struts controller components are View neutral. Struts can be used with Velocity Templates, XSL, and any other presentation technology that can be rendered via a Java servlet. - See the <a href="../resources/index.html">Resources page</a> for - links to additional information. - +</p> <p> At one time or another, most web developers have built forms using 1.26 +0 -5 jakarta-struts/doc/userGuide/preface.xml Index: preface.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/preface.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- preface.xml 19 Oct 2003 12:28:00 -0000 1.25 +++ preface.xml 27 Nov 2003 04:06:52 -0000 1.26 @@ -834,11 +834,6 @@ <li><a href="http://www.w3.org/TR/xslt">XSL Transformations </a></li> </ul> - <p> - Other <a href="../resources/models.html">data access</a> and <a href="../resources/views.html">presentation</a> - systems are listed in the Struts <a href="../resources/">Resource Guide</a>. - </p> - </section> <section name="0.11 JAAS" href="jaas"> 1.23 +1 -7 jakarta-struts/doc/userGuide/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 11 Sep 2003 21:31:23 -0000 1.22 +++ project.xml 27 Nov 2003 04:06:52 -0000 1.23 @@ -64,13 +64,7 @@ <item name="Welcome" href="../index.html"/> - <item - name="News and Status" - href="../news/index.html"/> - <item - name="Resources" - href="../resources/index.html"/> - <item + <item name="User and Developer Guides *" href="index.html"/> <item
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]