-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
95 lines (78 loc) · 3.74 KB
/
dev.html
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
95
<!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">Develop with SILC</div>
<!-- Download -->
<center>
<a href="docs/toolkit/ReleaseNotes">SILC Toolkit 1.1.12 Release Notes</a><br />
<a href="docs/toolkit/ChangeLog">SILC Toolkit 1.1.12 ChangeLog</a><br />
<a href="docs/toolkit/manual/">SILC Toolkit Reference Manual</a>
<p>
<table width="40%" cellspacing="1" cellpadding="2" border="0">
<tr>
<td width="170"><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/toolkit/ChangeLog">1.1.12</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/toolkit/sources/silc-toolkit-1.1.12.tar.gz">HTTP</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/toolkit/sources/silc-toolkit-1.1.12.tar.gz.sum">SHA512</a></td>
</tr>
<tr>
<td>Source tar.bz2</td>
<td align="center"><a href="docs/toolkit/ChangeLog">1.1.12</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/toolkit/sources/silc-toolkit-1.1.12.tar.bz2">HTTP</a></td>
<td align="center"><a href="https://downloads.sourceforge.net/project/silc/silc/toolkit/sources/silc-toolkit-1.1.12.tar.bz2.sum">SHA512</a></td>
</tr>
<tr>
<td>RPM Fedora 20</td>
<td align="center"><a href="docs/toolkit/ChangeLog">1.1.12</a></td>
<td align="center"><a href="https://sourceforge.net/projects/silc/files/silc/toolkit/rpm/">HTTP</a></td>
<td align="center">N/A</td>
</tr>
</table>
<p>
<div id="container2">Develop SILC</div>
Clone git repo: <code>git clone git://git.silcnet.org/silc</code><br />
Browse git repo: <a href="http://git.silcnet.org/gitweb/">http://git.silcnet.org/gitweb/</a><br />
Github: <a href="https://github.com/silc">https://github.com/silc</a>
</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>