diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 14:11:31 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 14:11:31 (GMT) |
commit | 4010d1142d353a5679fcb1e3d73dcb4be0af7a49 (patch) | |
tree | a36503fac2e58ebdedf806c11ac0bad873ed84d9 | |
parent | a02c808ecd1eaa35cfa3aa273d83208eb3799070 (diff) | |
download | mxe-4010d1142d353a5679fcb1e3d73dcb4be0af7a49.zip mxe-4010d1142d353a5679fcb1e3d73dcb4be0af7a49.tar.gz mxe-4010d1142d353a5679fcb1e3d73dcb4be0af7a49.tar.bz2 |
Move "Latest Release" into "History" section, rename section "Development Version" to "Download"
The old IDs #latest-release and #development remain
as links to #download.
-rw-r--r-- | doc/index.html | 82 |
1 files changed, 35 insertions, 47 deletions
diff --git a/doc/index.html b/doc/index.html index d558a27..3d507ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -113,8 +113,7 @@ <li><a href="#introduction" >Introduction</a></li> <li><a href="#screenshots" >Screenshots</a></li> <li><a href="#tutorial" >Tutorial</a></li> - <li><a href="#latest-release" >Download</a></li> - <li><a href="#development" >Development Version</a></li> + <li><a href="#download" >Download</a></li> <li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li> </ul> <ul> @@ -212,7 +211,7 @@ <p> When everything is fine, download the - <a href="#development">current stable version</a>: + <a href="#download">current stable version</a>: </p> <pre>git clone -b stable https://github.com/mxe/mxe.git</pre> @@ -438,52 +437,12 @@ USE_OSGPLUGIN(<plugin2>) </div> <div class="section"> -<h2 id="latest-release">Latest Release</h2> - - <dl> - - <dt>2012-xx-xx – Release <span id="latest-version">2.22</span></dt> - <dd> - <p> - <a href="http://mxe.cc/#development">Download</a> | - <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a> - </p> - - <p> - The project has been - <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00101.html">renamed</a> - from mingw-cross-env to MXE (M cross environment). - </p> - - <p> - The release tarballs have been replaced with a <a href="#development">Git checkout</a>. - </p> - - <p> - Most packages were updated to their latest version. - </p> - - <p> - New packages are supported: - agg, cgal, eigen, file, gta, json-c, libgnurx, libharu, - libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle, - opencsg, qjson, qwtplot3d, vtk, and wt. - </p> - </dd> - - <dt>Old Releases</dt> - <dd> - <a href="#history">History</a> - </dd> - - </dl> -</div> - -<div class="section"> -<h2 id="development">Development Version</h2> +<div id="latest-release"></div> +<div id="development"></div> +<h2 id="download">Download</h2> <p> - For the sake of simplicity, there are two development + For the sake of simplicity, there are just two branches, "default" and "stable". Although it might seem obvious, here's an overview of the types of changes that go into each branch: @@ -1178,6 +1137,35 @@ https://...</pre> <dl> + <dt>2012-xx-xx – Release <span id="latest-version">2.22</span></dt> + <dd> + <p> + <a href="http://mxe.cc/#download">Download</a> | + <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a> + </p> + + <p> + The project has been + <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00101.html">renamed</a> + from mingw-cross-env to MXE (M cross environment). + </p> + + <p> + The release tarballs have been replaced with a <a href="#download">Git checkout</a>. + </p> + + <p> + Most packages were updated to their latest version. + </p> + + <p> + New packages are supported: + agg, cgal, eigen, file, gta, json-c, libgnurx, libharu, + libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle, + opencsg, qjson, qwtplot3d, vtk, and wt. + </p> + </dd> + <dt>2011-06-07 – Release 2.21</dt> <dd> <p> |