FLIP THE SWITCH
[openssl-web.git] / source / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.inc" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.inc" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>Downloads</h2></header>
13           <div class="entry-content">
14             <p>Our development is maintained in a
15             <a href="gitrepo.html">git repository</a>, which is
16             accessible over the network and cloned on GitHub.
17             Please familiarize yourself with the
18             <a href="license.html">license</a>.
19             </p>
20
21             <p>The table below lists the latest releases for every branch.
22             The most recent previous releases can be found at
23             <a href="ftp://ftp.openssl.org/source/">ftp://ftp.openssl.org/source/</a>
24             and all releases can be found at
25             <a href="old">/source/old</a>.
26             A list of mirror sites can be found <a href="mirror.html">here</a>.
27             </p>
28
29             <table>
30               <tr>
31                 <td>KBytes&nbsp;</td>
32                 <td>Date&nbsp;&nbsp;</td>
33                 <td>File&nbsp;</td>
34               </tr>
35               <!--#include virtual="index.inc" -->
36             </table>
37             <p>&nbsp;</p>
38
39             <p>When building a release for the first time, please make sure
40             to look at the README and INSTALL files in the distribution.
41             If you have problems, look at the FAQ, which can also be
42             found <a href="/news/faq.html">online</a>.</p>
43
44             <p>
45             Each day we make a snapshot of each development branch.
46             They can be found at
47             <a href="ftp://ftp.openssl.org/snapshot/">ftp://ftp.openssl.org/snapshot/</a>.
48             These snapshots are provided for convenience only. When you really
49             want to keep yourself up-to-date please clone the git repository
50             instead.</p>
51
52           <!--#include virtual="/inc/legalities.inc" -->
53           </div>
54           <footer>
55             You are here: <a href="/">Home</a>
56             : <a href=".">Downloads</a>
57             <br/><a href="/sitemap.txt">Sitemap</a>
58           </footer>
59
60         </article>
61       </div>
62       <!--#include virtual="sidebar.inc" -->
63     </div>
64   </div>
65
66 <!--#include virtual="/inc/footer.inc" -->
67 </body>
68
69 </html>