$home"); // Find out the index for the last value in our path array $tmp = array_keys($path); $last = end($tmp); // Build the rest of the breadcrumbs foreach ($path AS $x => $crumb) { // If we are not on the last index, then display an tag if ($x != $last) $breadcrumbs[] = "$crumb"; // Otherwise, just display the title (minus) else $breadcrumbs[] = $crumb; } // Build our temporary array (pieces of bread) into one big string :) return implode($separator, $breadcrumbs); } ?> " . $titleprefix . "Main Page" . "" . "\n" ); } elseif (preg_match (":^/absolute/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Absolute Linux" . "" . "\n" ); } elseif (preg_match (":^/csb/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Cinnamon SlackBuild (CSB)" . "" . "\n" ); } elseif (preg_match (":^/cumulative/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Cumulative Archive" . "" . "\n" ); } elseif (preg_match (":^/freeslack/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Freeslack" . "" . "\n" ); } elseif (preg_match (":^/gsb/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "GNOME SlackBuild (GSB)" . "" . "\n" ); } elseif (preg_match (":^/microlinux/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Microlinux" . "" . "\n" ); } elseif (preg_match (":^/msb/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "MATE SlackBuild (MSB)" . "" . "\n" ); } elseif ($_SERVER['REQUEST_URI'] == "/people/") { print ( " " . $titleprefix . "SlackBuilds and Packages From People" . "" . "\n" ); } elseif (preg_match (":^/people/alien-arm/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's Slackware ARM Build" . "" . "\n" ); } elseif (preg_match (":^/people/alien-current-iso/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's Slackware-current ISOs" . "" . "\n" ); } elseif (preg_match (":^/people/alien-kde/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's 'Ktown' KDE Builds" . "" . "\n" ); } elseif (preg_match (":^/people/alien-openvz/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's OpenVZ Container Template" . "" . "\n" ); } elseif (preg_match (":^/people/alien-slacklive/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's Slackware Live (slaklive)" . "" . "\n" ); } elseif (preg_match (":^/people/alien/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "AlienBOB's SlackBuilds and Packages" . "" . "\n" ); } elseif (preg_match (":^/people/alphageek/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Alphageek's SlackBuilds and Packages" . "" . "\n" ); } elseif (preg_match (":^/people/rlworkman/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "rworkman's SlackBuilds and Packages" . "" . "\n" ); } elseif (preg_match (":^/people/rworkman/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "rworkman's SlackBuilds and Packages" . "" . "\n" ); } elseif (preg_match (":^/porteus/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Porteus" . "" . "\n" ); } elseif (preg_match (":^/salix/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Salix OS" . "" . "\n" ); } elseif (preg_match (":^/sbosrcarch/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "SlackBuilds.org Sources Archive" . "" . "\n" ); } elseif (preg_match (":^/slackbuilds.org/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "SlackBuilds.org (SBo)" . "" . "\n" ); } elseif (preg_match (":^/slackintosh/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slackintosh" . "" . "\n" ); } elseif (preg_match (":^/smlinux/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Smlinux" . "" . "\n" ); } elseif (preg_match (":^/slackonly/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "SlackOnly" . "" . "\n" ); } elseif (preg_match (":^/slackware/slackware-iso/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slackware Linux ISOs" . "" . "\n" ); } elseif (preg_match (":^/slackware/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slackware Linux" . "" . "\n" ); } elseif (preg_match (":^/slackwarearm/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "SlackwareARM" . "" . "\n" ); } elseif (preg_match (":^/slacky/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slacky" . "" . "\n" ); } elseif (preg_match (":^/slamd64/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slamd64 Linux" . "" . "\n" ); } elseif (preg_match (":^/slarm64/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slarm64" . "" . "\n" ); } elseif (preg_match (":^/slaxbmc/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "SlaXBMC Project" . "" . "\n" ); } elseif (preg_match (":^/slint/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Slint Project" . "" . "\n" ); } elseif (preg_match (":^/sls/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Softlanding Linux System (SLS)" . "" . "\n" ); } elseif (preg_match (":^/splack/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Splack" . "" . "\n" ); } elseif (preg_match (":^/studioware/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Studioware" . "" . "\n" ); } elseif (preg_match (":^/truva/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Truva Linux" . "" . "\n" ); } elseif (preg_match (":^/zenwalk/.*:", $_SERVER['REQUEST_URI'])) { print ( " " . $titleprefix . "Zenwalk" . "" . "\n" ); } else { print ( " " . $titleprefix . "Index of " . $_SERVER['REQUEST_URI'] . "" . "\n" ); } ?>

** Slackware UK **

is kindly sponsored by:

- File-away Limited - - UK2 -

Please take a moment to visit the sponsors using the links above!


Access: This service can be accessed via:
      HTTP:  http://slackware.uk/
      HTTPS:  https://slackware.uk/
      FTP:  ftp://slackware.uk/
      FTPS:  ftps://slackware.uk/
      Rsync:  rsync://slackware.uk/
Notice: All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes. We do not collect or hold any user identifying data.
Do not use multiple concurrent connections or "make your downloads faster" applications.
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
Notice to mirrors: 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.
Mirroring requests: This service is primarily intended to provide a mirror service for Slackware Linux 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.
Patronage & donations: If you use the Slackware UK services on a regular basis, and would like to make a continuing patronage towards the ongoing running costs and in support of the Slackware UK service, please use the Patreon page to sign up - Patreons receive special benefits for their support!
For one-off donations or if you do not wish to use Patreon, please Paypal an amount you feel is appropriate using this link or to: donate (at) slackware.uk. If you do not wish your name to be included in the Paypal supporters list (which can be found here), please add a note to your Paypal transaction to let me know.
All donations will be gratefully received - thank you!
Darren 'Tadgy' Austin
Email: mirrors (at) slackware.uk
IRC: On Freenode, join #slackware.uk channel or PM 'Tadgy'

** Slackware UK **


Patronage & donations
If you use this service on a regular basis, and would like to make a continuing patronage towards the ongoing running costs and in support of the Slackware UK service, please use the Patreon page to sign up - Patreons receive special benefits for their support! For one-off donations or if you do not wish to use Patreon, please Paypal an amount you feel is appropriate using this link or to: donate (at) slackware.uk. If you do not wish your name to be included in the Paypal supporters list (which can be found here), please add a note to your Paypal transaction to let me know.
All donations will be gratefully received - thank you!

A Faster Way to Download Slackware Linux ISOs
Slackware UK now offers a Bittorrent seeding service which may allow you to download the Slackware ISOs at a much faster speed (especially immediately following a new stable release) - all that is required is a Bittorrent client.

// echo breadcrumbs(' > '); // Change 'Home' to 'Index' and » to ^^ // echo breadcrumbs(' ^^ ', 'Index'); ?>

** Slackware UK **


Patronage & donations
If you use this service on a regular basis, and would like to make a continuing patronage towards the ongoing running costs and in support of the Slackware UK service, please use the Patreon page to sign up - Patreons receive special benefits for their support! For one-off donations or if you do not wish to use Patreon, please Paypal an amount you feel is appropriate using this link or to: donate (at) slackware.uk. If you do not wish your name to be included in the Paypal supporters list (which can be found here), please add a note to your Paypal transaction to let me know.
All donations will be gratefully received - thank you!

// echo breadcrumbs(' > '); // Change 'Home' to 'Index' and » to ^^ // echo breadcrumbs(' ^^ ', 'Index'); ?>