Author: niallp
Date: Sun Mar 12 15:44:30 2006
New Revision: 385391
URL: http://svn.apache.org/viewcvs?rev=385391&view=rev
Log:
Correct links to Bugzilla and ASF Mail Archive - thanks to Henri Yandell
Modified:
struts/action/branches/STRUTS_1_2_BRANCH/doc/faqs/helping.xml
struts/action/branches/STRUTS_1_2_BRANCH/doc/learning.xml
struts/action/branches/STRUTS_1_2_BRANCH/doc/mail.xml
struts/action/branches/STRUTS_1_2_BRANCH/doc/project.xml
struts/action/branches/STRUTS_1_2_BRANCH/doc/roadmap.xml
struts/action/branches/STRUTS_1_2_BRANCH/doc/using.xml
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/faqs/helping.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/faqs/helping.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/faqs/helping.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/faqs/helping.xml Sun Mar 12
15:44:30 2006
@@ -61,7 +61,7 @@
Our challenge to any team using Struts is to donate the time of one team member
one afternoon a week (or more if you can spare the resources).
Have your team member browse
-<a href="http://jakarta.apache.org/site/bugs.html">Bugzilla</a> for any issues
+<a href="http://issues.apache.org/bugzilla/">Bugzilla</a> for any issues
without a patch or unit test,
and add the patch or test.
Please note that Struts does not use @author tags in our JavaDocs.
@@ -96,8 +96,8 @@
<p>
Some Apache products like you to submit your patch to the mailing list.
We would prefer that you create a
-<a href="http://jakarta.apache.org/site/bugs.html">Bugzilla</a>
-Bugzilla report and then attach the patch to the report.
+<a href="http://issues.apache.org/bugzilla/">Bugzilla</a>
+report and then attach the patch to the report.
To do this, you must first create the report,
and then modify the report to add your patch.
We realize this is a bit clumsy, but it keeps us from losing things,
@@ -115,13 +115,13 @@
<p>
You can research and report outstanding fixes and feature requests using
-<a href="http://jakarta.apache.org/site/bugs.html">Bugzilla</a>.
+<a href="http://issues.apache.org/bugzilla/">Bugzilla</a>.
If you are unsure if this is an actual problem, feel free to bring it up the
list first.
But to be sure that an issue is resolved, read
<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">
How to Report Bugs Effectively</a> and report it to
-<a
href="http://jakarta.apache.org/site/bugs.html"><strong>Bugzilla</strong></a>.
+<a href="http://issues.apache.org/bugzilla/"><strong>Bugzilla</strong></a>.
</p>
<p>
@@ -164,9 +164,9 @@
Like all ASF projects, Struts is managed as a "meritocracy",
where everyone's contribution is welcome.
Users can help other users through the
-<a href="http://jakarta.apache.org/site/mail.html">mailing lists</a>,
-<a href="http://jakarta.apache.org/site/bugs.html">report bugs</a>, and
-<a href="http://jakarta.apache.org/site/bugs.html">request new features</a>.
+<a href="http://struts.apache.org/mail.html">mailing lists</a>,
+<a href="http://issues.apache.org/bugzilla/">report bugs</a>, and
+<a href="http://issues.apache.org/bugzilla/">request new features</a>.
Developers can
contribute patches, new code, and documentation.
The most active Developers may become
@@ -336,7 +336,7 @@
Most importantly, download the lastest nightly build or development release
and test it against your own applications.
Report any and all issues or suspected issues to
- <a href="http://jakarta.apache.org/site/bugs.html">Bugzilla</a>.
+ <a href="http://issues.apache.org/bugzilla/">Bugzilla</a>.
The sooner we resolve any problems, the fewer betas or release candidates
we will have to distribute before we are done.
(How do we know when we're done? -- When we run out of issues =:o)
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/learning.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/learning.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/learning.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/learning.xml Sun Mar 12
15:44:30 2006
@@ -135,7 +135,7 @@
to <em>use the source</em>.
For the complete, buildable source code to the entire Struts framework,
see the "src" folder in
- <a href="http://jakarta.apache.org/site/sourceindex.html"><strong>your
source
+ <a href="http://struts.apache.org/downloads.html"><strong>your source
distribution</strong></a>.
</p>
@@ -199,7 +199,7 @@
The Struts <a href="using.html#Lists">Mailing Lists</a> are a treasure
trove of
useful, interactive information. The user list tends to carry a high
volume, so always check the published documentation and the
- <a
href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42">
+ <a href="http://mail-archives.apache.org/mod_mbox/struts-user/">
<strong>MAILING LIST ARCHIVE</strong></a> before
<a href="http://www.catb.org/~esr/faqs/smart-questions.html">posting a
new question</a>.
@@ -209,7 +209,7 @@
<p>
If you really can't find the answer to your question in the
<a href="#faqs">FAQs</a> or
- <a
href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42">
+ <a href="http://mail-archives.apache.org/mod_mbox/struts-user/">
list archive</a>, you can post your query to the Struts User list --
<strong>BUT YOU MUST SUBSCRIBE TO THE
<a href="mailto:[EMAIL PROTECTED]">USER LIST</a>
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/mail.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/mail.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/mail.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/mail.xml Sun Mar 12 15:44:30
2006
@@ -145,7 +145,7 @@
<section name="Archives">
<p>Archives Carrying Struts Lists</p>
<ul>
-<li><a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=41">List
Index on nagoya.apache.org</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/">ASF Mail
Archives</a></li>
<li><a
href="http://www.mail-archive.com/user%40struts.apache.org/">Mail-Archive</a></li>
<li><a
href="http://marc.theaimsgroup.com/?l=struts-user&r=1&w=2">MARC:
Mailing list ARChives</a></li>
<li><a
href="http://www.servlets.com/archive/servlet/SummarizeList?listName=struts-user">Servlets.com
servlet and JSP list archives</a></li>
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/project.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/project.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/project.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/project.xml Sun Mar 12
15:44:30 2006
@@ -56,16 +56,16 @@
<menu name="Community">
<item
- name="Known Issues (Bugzilla)"
- href="http://jakarta.apache.org/site/bugs.html"
+ name="Mailing Lists"
+ href="mail.html"
/>
<item
name="Wiki Pages"
href="http://wiki.apache.org/struts"
/>
<item
- name="List Archive"
-
href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=241"
+ name="Issue Tracker (Bugzilla)"
+ href="http://issues.apache.org/bugzilla/"
/>
<item
name="Resource Directory"
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/roadmap.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/roadmap.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/roadmap.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/roadmap.xml Sun Mar 12
15:44:30 2006
@@ -35,7 +35,7 @@
<section href="Bugzilla" name="Bugzilla Queries">
<p>
- The Struts development teams uses the <a
href="http://jakarta.apache.org/site/bugs.html">Apache Bug Database</a>
(Bugzilla)
+ The Struts development teams uses the <a
href="http://issues.apache.org/bugzilla/">Apache Bug Database</a> (Bugzilla)
to manage problem reports and enhancement requests.
For your convenience, here are some common Bugzilla queries:
</p>
Modified: struts/action/branches/STRUTS_1_2_BRANCH/doc/using.xml
URL:
http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/doc/using.xml?rev=385391&r1=385390&r2=385391&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/doc/using.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/doc/using.xml Sun Mar 12 15:44:30
2006
@@ -53,7 +53,7 @@
<p>
Tracking of bug reports and enhancement requests for Struts is handled
- through the <a href="http://jakarta.apache.org/site/bugs.html"> Apache Bug
+ through the <a href="http://issues.apache.org/bugzilla/"> Apache Bug
Database</a>.
Please select <strong>Struts</strong> from the product list, along with
the details of which component of Struts you feel this report
@@ -124,7 +124,7 @@
<p>
Before posting a new question, be sure to consult the
- <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=41">
+ <a href="http://mail-archives.apache.org/mod_mbox/struts-user/">
<strong>MAILING LIST ARCHIVE</strong></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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]