78d93e200fe8c2ce3a80d4cc9a0a9b94127da059
[silc.git] / public_html / download.php
1 <b>Download SILC</b>
2 <font size="2">
3 <br /><br />
4 The SILC is distributed in three different packages; the SILC Client, the 
5 SILC Server and the SILC Toolkit. The SILC Client is intended for end 
6 users, the SILC Server for system administrators and the SILC Toolkit for 
7 developers.
8 <br /><br />
9
10 <b>SILC Client <?php echo $latestc; ?></b>
11 <br /><br />
12 The SILC Client package is inteded for end users who need only the SILC 
13 client. The package includes the new Irssi-SILC client.
14 <br /><br />
15 Sources HTTP:
16 <a href="download/silc-client-<?php echo $latestc; ?>.tar.gz">
17 tar.gz</a> (<?php echo
18 div(FileSize($DownloadRoot."silc-client-".$latestc.".tar.gz"),1024); ?> KB),
19 <a href="download/silc-client-<?php echo $latestc; ?>.tar.bz2">
20 tar.bz2</a> (<?php echo
21 div(FileSize($DownloadRoot."silc-client-".$latestc.".tar.bz2"),1024); ?> KB)
22 <br />
23 Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
24 <br /><br />
25
26 <b>SILC Server <?php echo $latests; ?></b>
27 <br /><br />
28 The SILC Server package is intended for system administrators who wants to 
29 setup their own SILC server or router. The package includes only the 
30 server and not the client. People who is running SILC servers and are 
31 interested to get the server linked to the new router on silc.silcnet.org 
32 contact <a href="mailto:priikone at silcnet.org">me</a> now.
33 <br /><br />
34 Sources HTTP:
35 <a href="download/silc-server-<?php echo $latests; ?>.tar.gz">
36 tar.gz</a> (<?php echo
37 div(FileSize($DownloadRoot."silc-server-".$latests.".tar.gz"),1024); ?> KB),
38 <a href="download/silc-server-<?php echo $latests; ?>.tar.bz2">
39 tar.bz2</a> (<?php echo
40 div(FileSize($DownloadRoot."silc-server-".$latests.".tar.bz2"),1024); ?> KB)
41 <br />
42 Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
43 <br /><br />
44
45 <b>SILC Toolkit <?php echo $latest; ?></b>
46 <br /><br />
47 The SILC Toolkit package is intended for developers and programmers who 
48 would like to create their own SILC applications or help in the 
49 development of the SILC protocol.
50 <br /><br />
51 Sources HTTP:
52 <a href="download/silc-toolkit-<?php echo $latest; ?>.tar.gz">
53 tar.gz</a> (<?php echo
54 div(FileSize($DownloadRoot."silc-toolkit-".$latest.".tar.gz"),1024); ?> KB),
55 <a href="download/silc-toolkit-<?php echo $latest; ?>.tar.bz2">
56 tar.bz2</a> (<?php echo
57 div(FileSize($DownloadRoot."silc-toolkit-".$latest.".tar.bz2"),1024); ?> KB)
58 <br />
59 Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
60 <br /><br />
61
62 <b>CVS Snapshots</b>
63 <br /><br />
64 Daily CVS snapshots are available. These are generated 22:00 GMT every
65 night.  Read the <a href="index.php?page=cvs">CVS page</a> for more
66 information.
67 <br /><br />
68 HTTP: <a href="download/silc.tar.gz">CVS Snapshot</a>
69 <br /><br />
70 <b>Portability</b>
71 <br /><br />
72 The SILC has been reported to work on, at least:
73 <br /><br />
74 &nbsp;- Linux<br />
75 &nbsp;- FreeBSD<br />
76 &nbsp;- NetBSD<br />
77 &nbsp;- OpenBSD<br />
78 &nbsp;- HP-UX<br />
79 &nbsp;- Solaris<br />
80 &nbsp;- Windows<br />
81 &nbsp;- Cygwin & MinGW<br />
82 </font>