updates.
[website.git] / info.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4 <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6     <head>
7         <meta charset="utf-8">
8         <meta http-equiv="X-UA-Compatible" content="IE=edge">
9         <title>SILC - Secure Internet Live Conferencing</title>
10         <meta name="description" content="SILC - Secure Internet Live Conferencing">
11         <meta name="viewport" content="width=device-width, initial-scale=1">
12
13         <link rel="stylesheet" href="css/normalize.css">
14         <link rel="stylesheet" href="css/main.css">
15         <!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
16         <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
17         <script src="js/vendor/modernizr-2.6.2.min.js"></script>
18     </head>
19     <body>
20         <!--[if lt IE 7]>
21             <p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
22         <![endif]-->
23
24         <header>
25         <center><a href="/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
26         </header>
27
28         <div id="container2">Secure Internet Live Conferencing</div>
29
30         <center>
31         <div style="width:85%">
32         SILC protocol is a modern conferencing and chat protocol designed with
33         high security as its main feature.
34
35         <div class="list">
36         <ul>
37         <li>Fully encrypted and authenticated transport</li>
38         <li>End-to-end encrypted and authenticated private messages</li>
39         <li>Encrypted and authenticated channel and group messages</li>
40         <li>Secure video and audio conferencing, image and sound messages</li>
41         <li>Mutually authenticated Diffie-Hellman key exchange and Perfect Forward Secrecy</li>
42         <li>Off-the-record or On-the-record conversations with or without digital signatures</li>
43         <li>Secure file transfer</li>
44         <li>And every other feature you can expect from a modern conferencing and chat protocol...</li>
45         <li><a href="docs/protocol">See all the details in SILC protocol specifications</a></li>
46         </ul>
47         </div>
48
49         </div>
50         </center>
51
52         <footer>
53                 <nav>
54                 <a href="info.html">INFO</a>
55                 <a href="client.html">CLIENT</a>
56                 <a href="server.html">SERVER</a>
57                 <a href="dev.html">DEVELOPMENT</a>
58                 <a href="https://github.com/silc/silc/issues">ISSUES</a>
59                 </nav>
60         </footer>
61     
62         <!-- JavaScript includes -->
63         <script src="js/jquery-1.11.1.min.js"></script>
64         <!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
65         <script src="js/plugins.js"></script>
66     </body>
67 </html>