119 lines
5.8 KiB
PHP
119 lines
5.8 KiB
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<?php
|
|
require ("includes/breadcrumbs.php");
|
|
require ("includes/vars.php");
|
|
?>
|
|
<html>
|
|
<?php require ("includes/head.php"); ?>
|
|
<body>
|
|
<?php if ($_SERVER['REQUEST_URI'] == "/") { ?>
|
|
<center>
|
|
<?php require ("includes/logo.php"); ?>
|
|
<?php require ("includes/sponsors.php"); ?>
|
|
<hr width="90%">
|
|
<table width="90%" cellspacing="5">
|
|
<tr>
|
|
<td align="left" valign="top" width="15%">
|
|
<b>Access:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
This service can be accessed via:<br>
|
|
HTTP: <a href="http://slackware.uk/" title="HTTP" alt="HTTP">http://slackware.uk/</a><br>
|
|
HTTPS: <a href="https://slackware.uk/" title="HTTPS" alt="HTTPS">https://slackware.uk/</a><br>
|
|
FTP: <a href="ftp://slackware.uk/" title="FTP" alt="FTP">ftp://slackware.uk/</a><br>
|
|
Rsync: <a href="rsync://slackware.uk/" title="Rsync" alt="Rsync">rsync://slackware.uk/</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" valign="top" width="15%">
|
|
<b>Notice:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes.<br>
|
|
We do not collect or hold any user identifying data, but do set a cookie in your browser for your choice of theme.<br>
|
|
Do not use multiple concurrent connections or "make your downloads faster" applications.<br>
|
|
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
|
</td>
|
|
</tr>
|
|
<!-- <tr>
|
|
<td align="left" valign="top" width="15%">
|
|
<b>Notice to mirrors:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
If you are running a mirroring service and pulling data from multiple repositories on a regular basis, please email for access to the top-level repo - so you can pull everything in one go. We do not operate any blacklisting or whitelisting on access to repositories at this time.
|
|
</td>
|
|
</tr> -->
|
|
<tr>
|
|
<td align="left" valign="top" width="15%">
|
|
<b>Mirroring requests:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
This service is primarily intended to provide a mirror service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which may benefit from being mirrored here, please message with full details.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" valign="top" width="15%">
|
|
<b>Patronage & Donations:</b>
|
|
</td>
|
|
<td align="left" valign="top">
|
|
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<!-- This cell is intentionally empty -->
|
|
</td>
|
|
<td>
|
|
<?php require ("includes/donate.php"); ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<!-- This cell is intentionally empty -->
|
|
</td>
|
|
<td align="left" valign="top">
|
|
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" valign="top" colspan="2">
|
|
<b>Darren 'Tadgy' Austin</b><br>
|
|
<b>Email:</b> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
|
|
<b>IRC:</b> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
<br>
|
|
<?php } else { ?>
|
|
<center>
|
|
<?php require ("includes/logo.php"); ?>
|
|
</center>
|
|
<hr width="90%">
|
|
<table width="75%" cellspacing="0" align="center">
|
|
<tr>
|
|
<td align="center" valign="top">
|
|
<b class="heading">Patronage & Donations</b><br>
|
|
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
|
<?php require ("includes/donate.php"); ?>
|
|
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
|
</td>
|
|
</tr>
|
|
<?php if (preg_match (":^/slackware/slackware-iso/.*:", $_SERVER['REQUEST_URI'])) { ?>
|
|
<tr>
|
|
<td align="center" valign="top">
|
|
<hr width="100%">
|
|
<!-- <font size="+2"><b>A Faster Way to Download Slackware Linux ISOs</b></font><br> -->
|
|
<b class="heading">A Faster Way to Download Slackware Linux ISOs</b><br>
|
|
Slackware UK now offers a <a href="https://seedbox.slackware.uk/" title="Bittorrent seeding service">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<b>especially immediately following a new stable release</b>) - all that is required is a Bittorrent client.
|
|
</td>
|
|
</tr>
|
|
<?php } ?>
|
|
</table>
|
|
<br><br>
|
|
<?php } ?>
|
|
<?php require ("includes/breadcrumbs-search-theme.php"); ?>
|
|
<center>
|
|
<table width="90%" cellspacing="5">
|
|
<tr>
|
|
<td>
|