updates
[silc.git] / public_html / download.php
index cadb0ed70ce0132a36764f34a6ae127287d25dd4..78d93e200fe8c2ce3a80d4cc9a0a9b94127da059 100644 (file)
@@ -1,81 +1,82 @@
 <b>Download SILC</b>
 <font size="2">
-<br><br>
+<br /><br />
 The SILC is distributed in three different packages; the SILC Client, the 
 SILC Server and the SILC Toolkit. The SILC Client is intended for end 
 users, the SILC Server for system administrators and the SILC Toolkit for 
 developers.
-<br><br>
+<br /><br />
 
 <b>SILC Client <?php echo $latestc; ?></b>
-<br><br>
+<br /><br />
 The SILC Client package is inteded for end users who need only the SILC 
 client. The package includes the new Irssi-SILC client.
-<p>
+<br /><br />
 Sources HTTP:
-<a href="silc-client-<?php echo $latestc; ?>.tar.gz">
+<a href="download/silc-client-<?php echo $latestc; ?>.tar.gz">
 tar.gz</a> (<?php echo
-div(FileSize($FTPRoot."silc-client-".$latestc.".tar.gz"),1024); ?> KB),
-<a href="silc-client-<?php echo $latestc; ?>.tar.bz2">
+div(FileSize($DownloadRoot."silc-client-".$latestc.".tar.gz"),1024); ?> KB),
+<a href="download/silc-client-<?php echo $latestc; ?>.tar.bz2">
 tar.bz2</a> (<?php echo
-div(FileSize($FTPRoot."silc-client-".$latestc.".tar.bz2"),1024); ?> KB)
-<br>
-Sources FTP: <a href="ftp://silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
-<br><br>
+div(FileSize($DownloadRoot."silc-client-".$latestc.".tar.bz2"),1024); ?> KB)
+<br />
+Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
+<br /><br />
 
 <b>SILC Server <?php echo $latests; ?></b>
-<br><br>
+<br /><br />
 The SILC Server package is intended for system administrators who wants to 
 setup their own SILC server or router. The package includes only the 
 server and not the client. People who is running SILC servers and are 
 interested to get the server linked to the new router on silc.silcnet.org 
 contact <a href="mailto:priikone at silcnet.org">me</a> now.
-<p>
+<br /><br />
 Sources HTTP:
-<a href="silc-server-<?php echo $latests; ?>.tar.gz">
+<a href="download/silc-server-<?php echo $latests; ?>.tar.gz">
 tar.gz</a> (<?php echo
-div(FileSize($FTPRoot."silc-server-".$latests.".tar.gz"),1024); ?> KB),
-<a href="silc-server-<?php echo $latests; ?>.tar.bz2">
+div(FileSize($DownloadRoot."silc-server-".$latests.".tar.gz"),1024); ?> KB),
+<a href="download/silc-server-<?php echo $latests; ?>.tar.bz2">
 tar.bz2</a> (<?php echo
-div(FileSize($FTPRoot."silc-server-".$latests.".tar.bz2"),1024); ?> KB)
-<br>
-Sources FTP: <a href="ftp://silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
-<br><br>
+div(FileSize($DownloadRoot."silc-server-".$latests.".tar.bz2"),1024); ?> KB)
+<br />
+Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
+<br /><br />
 
 <b>SILC Toolkit <?php echo $latest; ?></b>
-<br><br>
+<br /><br />
 The SILC Toolkit package is intended for developers and programmers who 
 would like to create their own SILC applications or help in the 
 development of the SILC protocol.
-<p>
+<br /><br />
 Sources HTTP:
-<a href="silc-toolkit-<?php echo $latest; ?>.tar.gz">
+<a href="download/silc-toolkit-<?php echo $latest; ?>.tar.gz">
 tar.gz</a> (<?php echo
-div(FileSize($FTPRoot."silc-toolkit-".$latest.".tar.gz"),1024); ?> KB),
-<a href="silc-toolkit-<?php echo $latest; ?>.tar.bz2">
+div(FileSize($DownloadRoot."silc-toolkit-".$latest.".tar.gz"),1024); ?> KB),
+<a href="download/silc-toolkit-<?php echo $latest; ?>.tar.bz2">
 tar.bz2</a> (<?php echo
-div(FileSize($FTPRoot."silc-toolkit-".$latest.".tar.bz2"),1024); ?> KB)
-<br>
-Sources FTP: <a href="ftp://silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
-<br><br>
+div(FileSize($DownloadRoot."silc-toolkit-".$latest.".tar.bz2"),1024); ?> KB)
+<br />
+Sources FTP: <a href="ftp://ftp.silcnet.org/pub/silc/">tar.gz and tar.bz2</a>
+<br /><br />
 
 <b>CVS Snapshots</b>
-<br><br>
+<br /><br />
 Daily CVS snapshots are available. These are generated 22:00 GMT every
 night.  Read the <a href="index.php?page=cvs">CVS page</a> for more
 information.
-<br><br>
-HTTP: <a href="silc.tar.gz">CVS Snapshot</a>
-<br><br>
+<br /><br />
+HTTP: <a href="download/silc.tar.gz">CVS Snapshot</a>
+<br /><br />
 <b>Portability</b>
-<br><br>
+<br /><br />
 The SILC has been reported to work on, at least:
-<br><br>
-&nbsp;- Linux<br>
-&nbsp;- FreeBSD<br>
-&nbsp;- NetBSD<br>
-&nbsp;- OpenBSD<br>
-&nbsp;- HP-UX<br>
-&nbsp;- Solaris<br>
-&nbsp;- Windows (cygwin)
-</font><br><br>
+<br /><br />
+&nbsp;- Linux<br />
+&nbsp;- FreeBSD<br />
+&nbsp;- NetBSD<br />
+&nbsp;- OpenBSD<br />
+&nbsp;- HP-UX<br />
+&nbsp;- Solaris<br />
+&nbsp;- Windows<br />
+&nbsp;- Cygwin & MinGW<br />
+</font>