diff options
-rw-r--r-- | download.html | 51 | ||||
-rw-r--r-- | download.wml | 57 |
2 files changed, 73 insertions, 35 deletions
diff --git a/download.html b/download.html index 69f8d6a962..1a6dc14d9c 100644 --- a/download.html +++ b/download.html @@ -73,16 +73,39 @@ </div> </p> <p> -<h2>GnuTLS library</h2> <div align="center"> - All the releases are signed +<h1>Releases of GnuTLS</h1> +<table class="news" border="0" cellspacing="1" width="80%" summary=""> + <tr> + <th>Version</th> + <th>ABI</th> + <th>Status</th> + </tr> + <tr> + <td>2.12.x</td> + <td>2.4.0</td> + <td>Obsolete since January 2014.</td> + </tr> + <tr> + <td>3.0.x - 3.2.x</td> + <td>3.0.0</td> + <td>Previous stable releases; should be upgraded to 3.3.x.</td> + </tr> + <tr> + <td>3.3.x</td> + <td>3.0.0</td> + <td>Current stable release.</td> + </tr> +</table> +<h1>Downloading the GnuTLS library</h1> + All the new releases are signed with <a href="http://members.hellug.gr/nmav/pgpkeys.asc">Nikos'</a> - or <a href="http://josefsson.org/key.txt">Simon's</a> OpenPGP key. + OpenPGP key. <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Release:</th> - <th>Version:</th> - <th>Location:</th> + <th>Release</th> + <th>Version</th> + <th>Location</th> </tr> <tr> <td>stable</td><td>3.3.x</td> @@ -115,15 +138,13 @@ <td><a href="http://www.linux.gr">HELLUG</a></td> </tr> --> </table> -</div> </p> <p> -<h2>GnuTLS for Windows</h2> -<div align="center"> +<h1>GnuTLS for Windows</h1> <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Description:</th> - <th>Location:</th> + <th>Description</th> + <th>Location</th> </tr> <tr> <td>Latest precompiled version</td> @@ -143,15 +164,13 @@ </tr> --> </table> -</div> </p> <p> -<h2>GnuTLS in other languages than C</h2> -<div align="center"> +<h1>GnuTLS in other languages than C</h1> <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Language:</th> - <th>Location:</th> + <th>Language</th> + <th>Location</th> </tr> <tr> <td>C++</td> diff --git a/download.wml b/download.wml index 5548ca2503..15c5d318ac 100644 --- a/download.wml +++ b/download.wml @@ -26,20 +26,44 @@ <p> -<h2>GnuTLS library</h2> - <center> +<h1>Releases of GnuTLS</h1> + +<table class="news" border=0 cellspacing=1 width=80%> + <tr> + <th>Version</th> + <th>ABI</th> + <th>Status</th> + </tr> + <tr> + <td>2.12.x</td> + <td>2.4.0</td> + <td>Obsolete since January 2014.</td> + </tr> + <tr> + <td>3.0.x - 3.2.x</td> + <td>3.0.0</td> + <td>Previous stable releases; should be upgraded to 3.3.x.</td> + </tr> + <tr> + <td>3.3.x</td> + <td>3.0.0</td> + <td>Current stable release.</td> + </tr> +</table> + +<h1>Downloading the GnuTLS library</h1> - All the releases are signed + All the new releases are signed with <a href="http://members.hellug.gr/nmav/pgpkeys.asc">Nikos'</a> - or <a href="http://josefsson.org/key.txt">Simon's</a> OpenPGP key. + OpenPGP key. <table class="news" border=0 cellspacing=1 width=80%> <tr> - <th>Release:</th> - <th>Version:</th> - <th>Location:</th> + <th>Release</th> + <th>Version</th> + <th>Location</th> </tr> <perl> @@ -85,20 +109,17 @@ return; </tr> --> </table> -</center> </p> <p> -<h2>GnuTLS for Windows</h2> - -<center> +<h1>GnuTLS for Windows</h1> <table class="news" border=0 cellspacing=1 width=80%> <tr> - <th>Description:</th> - <th>Location:</th> + <th>Description</th> + <th>Location</th> </tr> <tr> @@ -121,18 +142,15 @@ return; --> </table> -</center> </p> <p> -<h2>GnuTLS in other languages than C</h2> - -<center> +<h1>GnuTLS in other languages than C</h1> <table class="news" border=0 cellspacing=1 width=80%> <tr> - <th>Language:</th> - <th>Location:</th> + <th>Language</th> + <th>Location</th> </tr> <tr> <td>C++</td> @@ -157,6 +175,7 @@ return; </center> </p> + <p> <sup id="fn1">1. Gmplib 6 is under LGPLv3 or GPLv2. <a href="ftp://ftp.gmplib.org/pub/gmp/gmp-4.2.1.tar.bz2">Older versions of gmplib</a> under LGPLv2 are also supported.</sup> <br> |