Add GitHub URL
[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             at <a
18               href="https://github.com/openssl/openssl">https://github.com/openssl/openssl</a>.
19             Please familiarize yourself with the
20             <a href="license.html">license</a>.
21             </p>
22
23             <p>The table below lists the latest releases for every branch.
24             The most recent previous releases can be found at
25             <a href="ftp://ftp.openssl.org/source/">ftp://ftp.openssl.org/source/</a>
26             and all releases can be found at
27             <a href="old">/source/old</a>.
28             A list of mirror sites can be found <a href="mirror.html">here</a>.
29             </p>
30
31             <table>
32               <tr>
33                 <td>KBytes&nbsp;</td>
34                 <td>Date&nbsp;&nbsp;</td>
35                 <td>File&nbsp;</td>
36               </tr>
37               <!--#include virtual="index.inc" -->
38             </table>
39             <p>&nbsp;</p>
40
41             <p>When building a release for the first time, please make sure
42             to look at the README and INSTALL files in the distribution.
43             If you have problems, look at the FAQ, which can also be
44             found <a href="/docs/faq.html">online</a>.</p>
45
46             <p>
47             Each day we make a snapshot of each development branch.
48             They can be found at
49             <a href="ftp://ftp.openssl.org/snapshot/">ftp://ftp.openssl.org/snapshot/</a>.
50             These snapshots are provided for convenience only. When you really
51             want to keep yourself up-to-date please clone the git repository
52             instead.</p>
53
54           <!--#include virtual="/inc/legalities.inc" -->
55           </div>
56           <footer>
57             You are here: <a href="/">Home</a>
58             : <a href=".">Downloads</a>
59             <br/><a href="/sitemap.txt">Sitemap</a>
60           </footer>
61
62         </article>
63       </div>
64       <!--#include virtual="sidebar.inc" -->
65     </div>
66   </div>
67
68 <!--#include virtual="/inc/footer.inc" -->
69 </body>
70
71 </html>