removal of old files
[silc.git] / public_html / download.php
diff --git a/public_html/download.php b/public_html/download.php
deleted file mode 100644 (file)
index 78d93e2..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-<b>Download SILC</b>
-<font size="2">
-<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 />
-
-<b>SILC Client <?php echo $latestc; ?></b>
-<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.
-<br /><br />
-Sources HTTP:
-<a href="download/silc-client-<?php echo $latestc; ?>.tar.gz">
-tar.gz</a> (<?php echo
-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($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 />
-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.
-<br /><br />
-Sources HTTP:
-<a href="download/silc-server-<?php echo $latests; ?>.tar.gz">
-tar.gz</a> (<?php echo
-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($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 />
-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.
-<br /><br />
-Sources HTTP:
-<a href="download/silc-toolkit-<?php echo $latest; ?>.tar.gz">
-tar.gz</a> (<?php echo
-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($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 />
-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="download/silc.tar.gz">CVS Snapshot</a>
-<br /><br />
-<b>Portability</b>
-<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<br />
-&nbsp;- Cygwin & MinGW<br />
-</font>