Update webpage for ns-3.4
authorRaj Bhattacharjea <raj.b@gatech.edu>
Wed Apr 01 20:24:42 2009 -0400 (10 months ago)
changeset 17954882e3ee0ac
parent 178 91ae84200774
child 180 1ab17697185b
Update webpage for ns-3.4
html_src/download.html
html_src/getting_started.html
html_src/index.html
html_src/news.html
html_src/roadmap.html
     1.1 --- a/html_src/download.html	Tue Mar 31 07:32:36 2009 -0700
     1.2 +++ b/html_src/download.html	Wed Apr 01 20:24:42 2009 -0400
     1.3 @@ -2,8 +2,8 @@
     1.4  
     1.5  <p>There are three main ways to get the ns-3 source code:
     1.6  <ul>
     1.7 -<li><a href="releases/ns-3.3.tar.bz2">Download</a> the most recent
     1.8 -(stable) release (currently ns-3.3), or another archived release (<a href="releases/">archive</a>),<li><a href="mercurial.html">Download</a> a repository using
     1.9 +<li><a href="releases/ns-allinone-3.4.tar.bz2">Download</a> the most recent
    1.10 +(stable) release (currently ns-3.4), or another archived release (<a href="releases/">archive</a>),<li><a href="mercurial.html">Download</a> a repository using
    1.11  mercurial and compile it from source.
    1.12  <ul>
    1.13  <li><b>This is recommended</b> if you want to look at current code or you want 
     2.1 --- a/html_src/getting_started.html	Tue Mar 31 07:32:36 2009 -0700
     2.2 +++ b/html_src/getting_started.html	Wed Apr 01 20:24:42 2009 -0400
     2.3 @@ -22,10 +22,10 @@
     2.4  
     2.5  <p>There are several ways to get the ns-3 source code:
     2.6  <ul>
     2.7 -<li><a href="releases/ns-3.3.tar.bz2">Download</a> the most recent stable
     2.8 -release (currently ns-3.3);
     2.9 -<li><a href="releases/ns-3.3-RC6.tar.bz2">Download</a> the most recent
    2.10 -development release (currently ns-3.3-RC6, a release candidate for ns-3.3).
    2.11 +<li><a href="releases/ns-allinone-3.4.tar.bz2">Download</a> the most recent stable
    2.12 +release (currently ns-3.4);
    2.13 +<li><a href="releases/ns-allinone-3.4-RC3.tar.bz2">Download</a> the most recent
    2.14 +development release (currently ns-3.4-RC3, a release candidate for ns-3.4).
    2.15  <li><a href="mercurial.html">Download</a> a repository using mercurial and 
    2.16  compile it from source.  <b>This is recommended</b> if you want to look at
    2.17  current code or you want to examine an alternate or experimental code branch.
     3.1 --- a/html_src/index.html	Tue Mar 31 07:32:36 2009 -0700
     3.2 +++ b/html_src/index.html	Wed Apr 01 20:24:42 2009 -0400
     3.3 @@ -21,17 +21,17 @@
     3.4  <h2>Downloads </h2>
     3.5  ns-3 is written in C++ and Python and is available as source code releases 
     3.6  for Linux and Unix variants, OS X, and Windows via Cygwin or MinGW.    
     3.7 -<p> <b>Latest stable release:</b> <a href="releases/ns-3.3.tar.bz2">ns-3.3</a>&nbsp;(December 18, 2008)
     3.8 +<p> <b>Latest stable release:</b> <a href="releases/ns-allinone-3.4.tar.bz2">ns-3.4</a>&nbsp;(April 1, 2009)
     3.9  <p> <b>Latest development release:</b> <a href="releases/ns-allinone-3.4-RC3.tar.bz2">ns-3.4-RC3</a>&nbsp;<i>(ns-3.4 Release Candidate 3)</i>
    3.10  <p> <b>Older releases:</b> See the <a href="download.html">downloads page</a>.
    3.11  
    3.12  
    3.13  <h2> Roadmap and Current Development</h2>
    3.14  
    3.15 -<p> Our next stable release (ns-3.4) is scheduled for April 1, 2009.
    3.16 +<p> The current stable release (ns-3.4) was released on April 1, 2009.
    3.17  The <a href="roadmap.html">summary ns-3 roadmap</a> 
    3.18 -lists some future release plans.  Details for ns-3.4 are tracked at
    3.19 -<a href="http://www.nsnam.org/wiki/index.php/Ns-3.4">this wiki page</a>.  
    3.20 +lists some future release plans.  Development and timelines for ns-3.5 are still
    3.21 +pending.  We will post updates here as we get a better feel for the next release.
    3.22  
    3.23  <p>Public development efforts are being tracked at
    3.24  <a href="wiki/index.php/Current_Development">this page</a>.
     4.1 --- a/html_src/news.html	Tue Mar 31 07:32:36 2009 -0700
     4.2 +++ b/html_src/news.html	Wed Apr 01 20:24:42 2009 -0400
     4.3 @@ -1,5 +1,16 @@
     4.4  <h1>ns-3 news</h1>
     4.5  
     4.6 +<h2>April 2009</h2>
     4.7 +<ul>
     4.8 +  <li>
     4.9 +    <p><a id="ns-3.4" name="ns-3.4"></a>
    4.10 +          Stable Release of ns-3:  
    4.11 +          <a href="releases/ns-allinone-3.4.tar.bz2">
    4.12 +           ns-3.4</a> announced.
    4.13 +    <a href="wiki/index.php?title=Wns3-2009">Workshop on ns-3,</a> 2 March 2009, Rome Italy
    4.14 +  </li>
    4.15 +</ul>
    4.16 +
    4.17  <h2>March 2009</h2>
    4.18  <ul>
    4.19    <li>
     5.1 --- a/html_src/roadmap.html	Tue Mar 31 07:32:36 2009 -0700
     5.2 +++ b/html_src/roadmap.html	Wed Apr 01 20:24:42 2009 -0400
     5.3 @@ -20,13 +20,10 @@
     5.4  with more detailed information including a summary of many
     5.5  modules under discussion.</p>
     5.6  
     5.7 -<h2>Release 3.4: March 2009 (tentative) </h2>
     5.8 -The items that will be included in ns-3.4 or any future release depend
     5.9 -on their availability.  Below are a few items that are expected for
    5.10 -ns-3.4, and others may be added depending on availability.
    5.11 +<h2>Release 3.5: June/July 2009 (tentative) </h2>
    5.12 +The details of the next release are still pending.  We will post
    5.13 +more information here as it becomes available.  Possible merges include:
    5.14  <ul>
    5.15  <li> Basic IPv6 support (link local operation) </li>
    5.16 -<li> A tap device for emulation mode</li>
    5.17 -<li> Some build system updates</li>
    5.18  <li> A refactored routing API and implementation for IPv4 </li>
    5.19  </ul>