-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.html
More file actions
94 lines (77 loc) · 3.72 KB
/
server.html
File metadata and controls
94 lines (77 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SILC - Secure Internet Live Conferencing</title>
<meta name="description" content="SILC - Secure Internet Live Conferencing">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<center><a href="/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
</header>
<div id="container2">Download SILC Server</div>
<!-- Download -->
<center>
<a href="docs/server/ReleaseNotes">SILC Server 1.1.19 Release Notes</a><br />
<a href="docs/server/ChangeLog">SILC Server 1.1.19 Changes</a>
<br /></br />
<table width="40%" cellspacing="1" cellpadding="2" border="0">
<tr>
<td width="40%"><b>Package</b></td>
<td align="center"><b>Version</b></td>
<td align="center"><b>URL</b></td>
<td align="center"><b>SUM</b></td>
</tr>
<tr>
<td>Source tar.gz</td>
<td align="center"><a href="docs/server/ChangeLog">1.1.19</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/server/sources/silc-server-1.1.19.tar.gz">HTTP</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/server/sources/silc-server-1.1.19.tar.gz.sum">SHA512</a></td>
</tr>
<tr>
<td>Source tar.bz2</td>
<td align="center"><a href="docs/server/ChangeLog">1.1.19</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/server/sources/silc-server-1.1.19.tar.bz2">HTTP</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/server/sources/silc-server-1.1.19.tar.bz2.sum">SHA512</a></td>
</tr>
</table>
<hr width=60%>
<div id="container2">Connect to SILCNet</div>
<div style="width:80%">
SILCNet is open network and anyone can connect their SILC server to SILCNet.<br />
Use the following information and example configuration file to set up your server.
<p>
SILCNet router: <code>sauna.silcnet.org (88.99.20.188)</code><br />
SILCNet key: <a href="docs/silcd.pub"><code>54E3 3C34 FB0E 3713 7CAF 1AFB C923 DF2B A6A6 823E</code></a><br />
silcd.conf: <a href="docs/silcnet_silcd.conf">Example configuration</a>
silcd.conf manual: <a href="docs/silcd.conf.5">silcd.conf(5)</a>
</div>
</center>
<footer>
<nav>
<a href="info.html">INFO</a>
<a href="client.html">CLIENT</a>
<a href="server.html">SERVER</a>
<a href="dev.html">DEVELOPMENT</a>
<a href="https://github.com/silc/silc/issues">ISSUES</a>
</nav>
</footer>
<!-- JavaScript includes -->
<script src="js/jquery-1.11.1.min.js"></script>
<!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
<script src="js/plugins.js"></script>
</body>
</html>