Browse Source

Add a pointer to the requirements document to the homepage.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268771 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
be3dc4f25a
2 changed files with 50 additions and 12 deletions
  1. +28
    -6
      webpage/docs/index.html
  2. +22
    -6
      webpage/xdocs/index.xml

+ 28
- 6
webpage/docs/index.html View File

@@ -205,6 +205,31 @@ Comprehensive documentation is included in the source and binary distribtions.
<p> <p>
If you wish to use the latest Ant features, you can try downloading a nightly If you wish to use the latest Ant features, you can try downloading a nightly
build from <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/">here</a> build from <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/">here</a>
</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Towards Ant2</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
While development of Ant 1.x continues and is supposed to produce
results that are backwards compatible (back to Ant 1.2), we've
felt that some areas could need a major overhaul and backwards
compatibility would stand in our way - this is where the next
major version of Ant comes into the game.
</p>
<p>
Currently we are collecting feature requests for Ant2. Up to March
21st, all requests sent to the Dev mailing list will be collected
<a href="ant2/requested-features.txt">here</a>. Following that a
discussion and voting process outlined <a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;m=98379315617029&amp;w=2">here</a>
will result in a detailed requirements document.
</p> </p>
</blockquote> </blockquote>
</td></tr> </td></tr>
@@ -220,14 +245,11 @@ Comprehensive documentation is included in the source and binary distribtions.
<ul> <ul>
<li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
<li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li> <li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">
Search the Dev Mailing List</a>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
</li> </li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">
Search the User Mailing List</a>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
</li> </li>
<li><a href="/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/16">
FAQ</a>
<li><a href="/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/16">FAQ</a>
</li> </li>
</ul> </ul>
</blockquote> </blockquote>


+ 22
- 6
webpage/xdocs/index.xml View File

@@ -88,18 +88,34 @@ Comprehensive documentation is included in the source and binary distribtions.
</section> </section>
<section name="Towards Ant2">
<p>
While development of Ant 1.x continues and is supposed to produce
results that are backwards compatible (back to Ant 1.2), we've
felt that some areas could need a major overhaul and backwards
compatibility would stand in our way - this is where the next
major version of Ant comes into the game.
</p>

<p>
Currently we are collecting feature requests for Ant2. Up to March
21st, all requests sent to the Dev mailing list will be collected
<a href="ant2/requested-features.txt">here</a>. Following that a
discussion and voting process outlined <a
href="http://marc.theaimsgroup.com/?l=ant-dev&amp;m=98379315617029&amp;w=2">here</a>
will result in a detailed requirements document.
</p>
</section>
<section name="Get Involved"> <section name="Get Involved">
<ul> <ul>
<li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
<li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li> <li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">
Search the Dev Mailing List</a>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
</li> </li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">
Search the User Mailing List</a>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
</li> </li>
<li><a href="/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/16">
FAQ</a>
<li><a href="/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/16">FAQ</a>
</li> </li>
</ul> </ul>




Loading…
Cancel
Save