staging.slackware.uk/html/header.php

90 lines
5.3 KiB
PHP

<!DOCTYPE html>
<?php
require ("includes/breadcrumbs.php");
require ("includes/vars.php");
?>
<html>
<?php require ("includes/head.php"); ?>
<body>
<div id="page">
<div id="logo">
<?php require ("includes/logo.php"); ?>
</div>
<?php if ($_SERVER['REQUEST_URI'] == "/") { ?>
<div id="sponsorship">
<?php require ("includes/sponsors.php"); ?>
</div>
<hr>
<div id="motd">
<div class="motdheader">
Access
</div>
<div class="motdcontent">
<span class="bold">HTTP:</span> <a href="http://slackware.uk/" title="HTTP URI">http://slackware.uk/</a><br>
<span class="bold">HTTPS:</span> <a href="https://slackware.uk/" title="HTTPS URI">https://slackware.uk/</a><br>
<span class="bold">FTP:</span> <a href="ftp://slackware.uk/" title="FTP URI">ftp://slackware.uk/</a><br>
<span class="bold">Rsync:</span> <a href="rsync://slackware.uk/" title="Rsync URI">rsync://slackware.uk/</a>
</div>
<div class="motdheader">
Notice
</div>
<div class="motdcontent">
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.
</div>
<!-- <div class="motdheader">
Notice to mirrors
</div>
<div class="motdcontent">
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.
</div> -->
<div class="motdheader">
Speedtest
</div>
<div class="motdcontent">
Curious about the speed you might get downloading from Slackware UK? Try the new <a href="//speedtest.slackware.uk/" title="Slackware UK Speedtest">speedtest</a>!
</div>
<div class="motdheader">
Mirroring requests
</div>
<div class="motdcontent">
This service is primarily intended to provide a mirror service for <a href="http://www.slackware.com/" title="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.
</div>
<div class="motdheader">
Patronage & Donations
</div>
<div class="motdcontent">
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!
</div>
<div id="signature">
--<br>
<div class="bold">Darren 'Tadgy' Austin</div>
<span class="bold">Email:</span> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
<span class="bold">IRC:</span> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
</div>
</div>
<?php } else { ?>
<hr>
<div class="notice">
<span class="heading bold">Patronage & Donations</span><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!
</div>
<?php if (preg_match (":^/slackware/slackware-iso/.*:", $_SERVER['REQUEST_URI'])) { ?>
<hr>
<div class="notice">
<span class="heading bold">A Faster Way to Download Slackware Linux ISOs</span><br>
Slackware UK now offers a <a href="//seedbox.slackware.uk/" title="Bittorrent Seedbox">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<span class="bold">especially immediately following a new stable release</span>) - all that is required is a Bittorrent client.
</div>
<?php }
}
require ("includes/search-breadcrumbs-theme.php");
if (! preg_match (":^/((html/)?donors.php|(html/)?s(\.shtml)?(\?.*)?|(html/)?search(\.shtml)?(\?.*))$:", $_SERVER['REQUEST_URI']) && ! preg_match (":^4..$:", $_SERVER['REDIRECT_STATUS'])) {
?>
<div class="box boxpadding">
<?php } ?>