husted 2003/08/29 07:27:25
Modified: doc acquiring.xml index.xml learning.xml project.xml
using.xml volunteers.xml
doc/proposals release-plan_1_2_0.xml workflow.xml
doc/resources consultants.xml models.xml powered.xml
project.xml
doc/stylesheets faqs.xsl news.xsl proposals.xsl
resources.xsl struts.xsl userGuide.xsl
doc/userGuide index.xml
Log:
+ Routine updates
Revision Changes Path
1.13 +3 -3 jakarta-struts/doc/acquiring.xml
Index: acquiring.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/acquiring.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- acquiring.xml 4 Jul 2003 17:37:32 -0000 1.12
+++ acquiring.xml 29 Aug 2003 14:27:24 -0000 1.13
@@ -18,7 +18,7 @@
<section name="Acquiring Struts" href="Acquiring">
<p>
- The lastest <i>production release</i> of Struts is
+ The latest <i>production release</i> of Struts is
available in a convenient binary distribution and also with complete
source code.
</p>
@@ -34,12 +34,12 @@
<li>
<a href="http://jakarta.apache.org/site/binindex.cgi">
- <b>Struts Binary Distribution - Latest release</b></a>
+ <b>Struts Binary Distribution - Latest stable release</b></a>
</li>
<li>
<a href="http://jakarta.apache.org/site/sourceindex.cgi">
- <b>Struts Source Code Distribution - Latest Release</b></a>
+ <b>Struts Source Code Distribution - Latest stable release</b></a>
</li>
</ul>
1.46 +10 -10 jakarta-struts/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- index.xml 4 Jul 2003 17:37:32 -0000 1.45
+++ index.xml 29 Aug 2003 14:27:24 -0000 1.46
@@ -34,17 +34,17 @@
<a
href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html">
<b>Model-View-Controller</b></a> (MVC) design paradigm.
</p>
+
<p>
- Struts provides its own <b>Controller</b> component and integrates with
- <a href="userGuide/preface.html#layers">other technologies</a> to provide
- the Model and the View.
- For the <b>Model</b>, Struts can interact with any
- <a href="resources/models.html">standard data access technology</a>,
- including Enterprise Java Beans, JDBC, and Object Relational Bridge.
- For the <b>View</b>, Struts works well with JavaServer Pages,
- 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>.
+ Struts provides its own <b>Controller</b> component and integrates with <a
href="userGuide/preface.html#layers">
+ other technologies</a> to provide the Model and the View.
+ For the <b>Model</b>, Struts can interact with standard <a
href="resources/models.html">data access
+ technologies</a>, like Enterprise Java Beans and JDBC, as well as most any
third-party packages, like
+ Hibernate, iBATIS, or Object Relational Bridge.
+ For the <b>View</b>, Struts works well with JavaServer Pages, 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>.
</p>
<p>
1.11 +42 -21 jakarta-struts/doc/learning.xml
Index: learning.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/learning.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- learning.xml 26 Jul 2003 03:56:26 -0000 1.10
+++ learning.xml 29 Aug 2003 14:27:24 -0000 1.11
@@ -62,13 +62,14 @@
</p>
<p>
- Our <b>Developer Guides</b> are detailed technical references to the
- extensions and components provided in the Struts distribution.
- Included are package overviews and API referencea for each of the Struts
- taglibs, along with guides to the Struts Utilities and the Struts
- Validator.
- The Developer Guides are designed as a day-to-day reference to help you
- get the most out of the standard packages.
+ Our <b>Developer Guides</b> are detailed technical references to the
extensions and components provided in the
+ Struts distribution.
+ Included are package overviews and API reference for each of the Struts
taglibs, along with guides to the
+ Struts Utilities and the Struts Validator.
+ The Developer Guides are designed as a day-to-day reference to help you get
the most out of the standard
+ packages.
+ Links to the various Developer Guides are provided as part of
+ <a href="userGuide/index.html"><b>User Guide</b></a> menu.
</p>
<p>
@@ -111,9 +112,21 @@
</p>
<p>
- A more extensive Struts knowledgebase is available at the
- <a href="http://jguru.com/faq/Struts">JGuru FAQ</a> and
- <a href="http://jguru.com/forums/Struts">Forum</a>.
+ The <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages%20">Struts
Wiki</a> is a
+ relatively new addition to the Struts documentation.
+ All members of the Struts Community are invited to post comments to the
Wiki, as well as the User List.
+ The Wiki is best suited for threads that you think are of lasting
importance, while the mailing lists are best
+ suited for incidental questions.
+ </p>
+
+ <p>
+ If you have any comments on the pages you see here, they can be posted to
the Wiki by following the link on the
+ bottom of any page.
+ </p>
+
+ <p>
+ For more help, you might try the JGuru Struts knowledgebase at the <a
href="http://jguru.com/faq/Struts">JGuru
+ FAQ</a> and <a href="http://jguru.com/forums/Struts">Forum</a>.
</p>
<p>
@@ -197,28 +210,36 @@
</ul>
<p>
- We also showcase a few of the many sites that are
- "<a href="resources/powered.html">Powered by Struts</a>."
- </p>
-
- <p>
The Struts <a href="news/index.html"><b>News & Status</b></a> page
highlights current events affecting the framework and overvies the current
project status.
</p>
<p>
- The <a href="status.html">Roadmap</a> page outlines our tentative plans
- for future development.
+ The <a href="status.html"><b>Roadmap</b></a> page outlines our tentative plans
for future development.
</p>
-</section>
+ <p>
+ The <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages">Struts Wiki</a>
is a relatively
+ new addition to our documentation.
+ 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 questions of your own.
+ <b>All support questions should be directed to the <a href="Lists">Struts
User list</a> or
+ <a href="resources/resources.html">other support forum</a></b>.
+ </p>
-<section>
- <p align="right">
- Next: <a href="acquiring.html">Acquiring Struts</a>
+ <p>
+ There is also a set of Wiki pages devoted to comments on the documentation.
+ To comment on the documentation, follow the "Comments?" link at the bottom
of any page.
</p>
+
</section>
+
+ <section>
+ <p align="right">
+ Next: <a href="acquiring.html">Acquiring Struts</a>
+ </p>
+ </section>
</body>
</document>
1.39 +5 -1 jakarta-struts/doc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- project.xml 4 Jul 2003 17:37:32 -0000 1.38
+++ project.xml 29 Aug 2003 14:27:24 -0000 1.39
@@ -50,9 +50,13 @@
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42"
/>
<item
- name="Known Issues"
+ 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"
+ />
</menu>
<menu name="Download">
1.9 +16 -12 jakarta-struts/doc/using.xml
Index: using.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/using.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- using.xml 26 Jul 2003 03:56:26 -0000 1.8
+++ using.xml 29 Aug 2003 14:27:24 -0000 1.9
@@ -95,10 +95,14 @@
</p>
<p>
- New additions for the Resources page should posted as an enhancement
- request to <a href="#Bugs">Bugzilla</a>.
+ If you have comments on existing material, you can make comments via the
Struts Wiki. Just follow the
+ "Comments?" link on any page.
+ If you are making a substantial contribution, such as a new HOW-TO, please
consider submitting a document in
+ the XML format we use.
+ This will make it easier to add your contribution to the official
documentation so that it becomes part of the
+ WAR distributed with Struts.
</p>
-
+
<p>
For more, see the <a href="./faqs/helping.html">How to Help FAQ</a>.
</p>
@@ -164,8 +168,10 @@
<b>MAILING LIST ARCHIVE</b></a> and the very excellent
<a href="http://www.catb.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>
+ Please do be sure to <a href="http://expita.com/nomime.html">turn off HTML</a>
in your email client before posting.
</p>
</section>
@@ -173,19 +179,17 @@
<section name="Getting Involved" href="Involved">
<p>
- All work on Struts and the other Jakarta subprojects is provided on a
- volunteer basis.
- For more about what you can do, see the
- <a href="http://jakarta.apache.org/site/getinvolved.html">Getting Involved
- Overview</a> and the Struts <a href="./faqs/helping.html">How to Help
- FAQ</a>.
+ All work on Struts and the other Jakarta subprojects is provided on a
volunteer basis.
+ For more about what you can do, see the Jakarta
+ <a href="http://jakarta.apache.org/site/getinvolved.html">Getting Involved
Overview</a> and the Struts
+ <a href="./faqs/helping.html">How to Help FAQ</a>.
</p>
</section>
<section>
<p align="right">
- Next: <a href="volunteers.html">Who We Are</a>
+ <b>Next:</b> <a href="volunteers.html">Who We Are</a>
</p>
</section>
1.30 +6 -34 jakarta-struts/doc/volunteers.xml
Index: volunteers.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/volunteers.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- volunteers.xml 14 Aug 2003 06:15:56 -0000 1.29
+++ volunteers.xml 29 Aug 2003 14:27:24 -0000 1.30
@@ -336,10 +336,6 @@
</li>
<li>
- <b>Eddie Bush</b> (ekbush at apache.org)
- </li>
-
- <li>
<b>David Graham</b> (dgraham at apache.org)
</li>
@@ -389,7 +385,9 @@
<b>Oleg Alexeev</b>
</li>
-
+ <li>
+ <b>Eddie Bush</b>
+ </li>
</ul>
@@ -549,35 +547,9 @@
</p>
<p>
- My favorite all-time client is WXXI Public Broadcasting Council, where
- I've served as the station's Webmaster.
- WXXI provides public broadcasting services for television and radio, and
- we are working to do the same online.
- Along with providing companion Web sites for every WXXI production, we
- stream both our AM and FM signals, in both Real and QuickTime, with online
- archives in the works.
- It's a long journey, but we've taken the first steps.
- I'm responsible for most of the regular updates to the site, and much of
- the overall layout and design.
- We're grateful to have won the PBS award for best Web site in our market
- for two years running.
- </p>
-
- <p>
- Our most ambitious projects at WXXI have been Spring Marketplace 2000 and
- the NY Election Finder.
- For Spring Marketplace, we put our annual auction fully online for
- simultaneous telephone and Website bidding.
- NY Election, we offered not only the usual election-finder application,
- but collected voter registration records from around the state, so
- people could also check their registration status and polling place.
- I developed the Web-enabled database applications for both projects.
- </p>
-
- <p>
- Currently, I'm expanding the WXXI online auction software into a complete
- package for hosting online auctions as fund-raisers; this is to an
- open-source project called Gavel, and, of course, is based Struts.
+ Currently, I'm working with the Department of Environmental Quality for a
midwestern state.
+ We are revamping the permit application system as a web application and
centralizing the database system between
+ the various DEQ divisions.
</p>
<h3><a name="cedric">Cedric Dumoulin -- Committer</a></h3>
1.3 +2 -2 jakarta-struts/doc/proposals/release-plan_1_2_0.xml
Index: release-plan_1_2_0.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/proposals/release-plan_1_2_0.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- release-plan_1_2_0.xml 11 Aug 2003 13:25:56 -0000 1.2
+++ release-plan_1_2_0.xml 29 Aug 2003 14:27:24 -0000 1.3
@@ -33,7 +33,7 @@
<ul>
<li>
- <em>Tag Date</em> - Saturday, August 16, 2003, 23:59:59
+ <em>Tag Date</em> - Saturday, September 7, 2003, 23:59:59
</li>
<li>
<em>Release Manager</em> - Ted Husted
1.3 +11 -0 jakarta-struts/doc/proposals/workflow.xml
Index: workflow.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/proposals/workflow.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- workflow.xml 24 Dec 2002 01:15:08 -0000 1.2
+++ workflow.xml 29 Aug 2003 14:27:24 -0000 1.3
@@ -8,6 +8,17 @@
<body>
+ <section name="Recent Developments">
+
+ <p>
+ Work on this initiative has stalled.
+ It is recommended that interested parties look to the
+ <a href="http://jakarta.apache.org/commons/jelly/index.html">Commons
Jelly</a> product.
+ A way to persist the workflow state between sessions is needed, but
Jelly otherwise fills the needs
+ identified by this proosal.
+ </p>
+
+ </section>
<section name="Background and Goals">
1.14 +3 -3 jakarta-struts/doc/resources/consultants.xml
Index: consultants.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/consultants.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- consultants.xml 9 Mar 2003 00:53:17 -0000 1.13
+++ consultants.xml 29 Aug 2003 14:27:24 -0000 1.14
@@ -11,9 +11,9 @@
<section name="Consultants">
<p>
- We no longer maintain a list of consultants at the Struts site. However,
- <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages">Struts Wiki</a>
may
- be used to list Struts consultants.
+ We no longer maintain a list of consultants at the Struts site.
+ However,<a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages">Struts Wiki</a>
could be used to
+ list Struts consultants.
</p>
<!--
1.3 +2 -1 jakarta-struts/doc/resources/models.xml
Index: models.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/models.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- models.xml 10 Dec 2002 06:19:22 -0000 1.2
+++ models.xml 29 Aug 2003 14:27:24 -0000 1.3
@@ -9,7 +9,7 @@
<body>
<chapter name="Struts Resources" href="http://husted.com/struts/resources">
-<section name="Persistance Layers">
+<section name="Persistance/Database Layers">
<p><a
href="http://basicportal.sourceforge.net/basicWebLib.htm">basicDAOWebLib</a></p>
<p><a href="http://castor.exolab.org/">Castor</a></p>
@@ -18,6 +18,7 @@
<p><a href="http://dbforms.org/">DbForms</a></p>
<p><a href="http://java.sun.com/products/ejb/index.html">Enterprise Java
Beans</a></p>
<p><a href="http://hibernate.sourceforge.net/">Hibernate</a></p>
+ <p><a href="http://sourceforge.net/projects/ibatisdb">iBATIS</a></p>
<p><a href="http://www.softwaretree.com/products/jdx/Jdx1.htm">JDX - J-Database
Exchange</a></p>
<p><a href="http://www.objectweb.org/jorm/index.html">JORM - Homepage</a></p>
<p><a href="http://jrf.sourceforge.net/">jRelationalFramework</a></p>
1.13 +3 -3 jakarta-struts/doc/resources/powered.xml
Index: powered.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/powered.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- powered.xml 9 Mar 2003 00:53:17 -0000 1.12
+++ powered.xml 29 Aug 2003 14:27:24 -0000 1.13
@@ -11,9 +11,9 @@
<section name="Powered by Struts">
<p>
- We no longer maintain a list of sites powered by Struts. However,
- <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages">Struts Wiki</a>
may
- be used to list Struts sites.
+ We no longer maintain a list of sites powered by Struts.
+ However, <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages">Struts Wiki</a>
could be used to
+ list Struts sites.
</p>
<!--
1.10 +0 -2 jakarta-struts/doc/resources/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/resources/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 10 Aug 2003 09:29:50 -0000 1.9
+++ project.xml 29 Aug 2003 14:27:24 -0000 1.10
@@ -9,13 +9,11 @@
<item href="archives.html" name="Archives"/>
<item href="articles.html" name="Articles"/>
<item href="books.html" name="Books"/>
- <item href="consultants.html" name="Consultants"/>
<item href="enabling.html" name="Enabling Tech"/>
<item href="examples.html" name="Examples"/>
<item href="extensions.html" name="Extensions"/>
<item href="sigs.html" name="Interest Groups"/>
<item href="hosts.html" name="ISPs"/>
- <item href="powered.html" name="Powered by"/>
<item href="seminars.html" name="Seminars"/>
<item href="taglibs.html" name="Taglibs"/>
<item href="tools.html" name="Tools (IDEs)"/>
1.4 +2 -2 jakarta-struts/doc/stylesheets/faqs.xsl
Index: faqs.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/stylesheets/faqs.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faqs.xsl 7 Jan 2003 05:57:36 -0000 1.3
+++ faqs.xsl 29 Aug 2003 14:27:25 -0000 1.4
@@ -80,7 +80,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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<img src="../images/struts-power.gif" align="right" border="0"/>
</td></tr>
1.4 +2 -2 jakarta-struts/doc/stylesheets/news.xsl
Index: news.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/stylesheets/news.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- news.xsl 7 Jan 2003 05:57:36 -0000 1.3
+++ news.xsl 29 Aug 2003 14:27:25 -0000 1.4
@@ -80,7 +80,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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<img src="../images/struts-power.gif" align="right" border="0"/>
</td></tr>
1.4 +2 -2 jakarta-struts/doc/stylesheets/proposals.xsl
Index: proposals.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/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 Aug 2003 14:27:25 -0000 1.4
@@ -74,7 +74,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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<img src="../images/struts-power.gif" align="right" border="0"/>
</td></tr>
1.4 +2 -2 jakarta-struts/doc/stylesheets/resources.xsl
Index: resources.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/stylesheets/resources.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- resources.xsl 7 Jan 2003 05:57:36 -0000 1.3
+++ resources.xsl 29 Aug 2003 14:27:25 -0000 1.4
@@ -73,7 +73,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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<img src="../images/struts-power.gif" align="right" border="0"/>
</td></tr>
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- struts.xsl 7 Jan 2003 05:57:36 -0000 1.8
+++ struts.xsl 29 Aug 2003 14:27:25 -0000 1.9
@@ -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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<img src="images/struts-power.gif" align="right" border="0"/>
</td></tr>
1.14 +2 -2 jakarta-struts/doc/stylesheets/userGuide.xsl
Index: userGuide.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/stylesheets/userGuide.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- userGuide.xsl 26 Jul 2003 03:56:26 -0000 1.13
+++ userGuide.xsl 29 Aug 2003 14:27:25 -0000 1.14
@@ -144,7 +144,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-2003, Apache Software Foundation - <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Comments?</a>
</em></font></div>
<xsl:variable name="alt">
1.37 +3 -0 jakarta-struts/doc/userGuide/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/index.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- index.xml 26 Jul 2003 03:56:25 -0000 1.36
+++ index.xml 29 Aug 2003 14:27:25 -0000 1.37
@@ -189,6 +189,9 @@
<p align="right">
Next: <a href="preface.html">Preface</a>
</p>
+ <p align="right">
+ Comments? <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsDocComments">Post them to the
Wiki!</a>
+ </p>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]