another test
[silc.git] / public_html / download.php
index 972a4186ce099671e3d2a6561c6b63de6bc2fee9..78d93e200fe8c2ce3a80d4cc9a0a9b94127da059 100644 (file)
@@ -1,57 +1,82 @@
 <b>Download SILC</b>
 <font size="2">
-<p>
-The latest SILC release is version <?php echo $latest; ?>. Please, read
-the README
-and INSTALL files after downloading for instructions how to install and
-use SILC.
-<p>
-<b>
-This version has the functional server and router linking
-support.  People who is running SILC servers and are interested to get the
-server linked to the new router on silc.pspt.fi contact
-<a href="mailto:priikone.NOSPAM@poseidon.pspt.fi">me</a> now.</b>
-<p>
-<b>Main Download</b>
-<p>
+<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="silc-<?php echo $latest; ?>.tar.gz">
+<a href="download/silc-client-<?php echo $latestc; ?>.tar.gz">
 tar.gz</a> (<?php echo
-div(FileSize($FTPRoot."silc-".$latest.".tar.gz"),1024); ?> KB),
-<a href="silc-<?php echo $latest; ?>.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-".$latest.".tar.bz2"),1024); ?> KB)
-<br>
-Sources FTP: <a href="ftp://silc.pspt.fi/pub/silc/">tar.gz and tar.bz2</a>
-<p>
-<b>Other packages</b>
-<p>
-Mandrake: <a
-href="ftp://ftp.free.fr/pub/Distributions_Linux/Mandrake-devel/cooker/contrib/RPMS">
-i586</a>, 
-<a
-href="ftp://ftp.free.fr/pub/Distributions_Linux/Mandrake-devel/cooker/contrib/SRPMS">
-src</a>
-<br>
-Debian: <a href="http://master.debian.org/~pa/silc/">deb</a>
-<p>
+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>
-<p>
+<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.
-<p>
-HTTP: <a href="silc.tar.gz">CVS Snapshot</a>
-<p>
+<br /><br />
+HTTP: <a href="download/silc.tar.gz">CVS Snapshot</a>
+<br /><br />
 <b>Portability</b>
-<p>
+<br /><br />
 The SILC has been reported to work on, at least:
-<p><ul>
-<li>Linux
-<li>FreeBSD
-<li>NetBSD
-<li>OpenBSD
-<li>HP-UX
-<li>Solaris
-</ul>
-</font><p>
+<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>