diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..333c1e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +logs/ diff --git a/files/README b/files/README new file mode 100644 index 0000000..7412fe5 --- /dev/null +++ b/files/README @@ -0,0 +1 @@ +This directory is for storage of any files which should NOT be directly accessible via the web. diff --git a/files/banner.txt b/files/banner.txt new file mode 100644 index 0000000..09904ea --- /dev/null +++ b/files/banner.txt @@ -0,0 +1,55 @@ + + _ _ + __ |``: __ ___. | , __ __ __ _ ___ + (__` |`` __) / ` |.( | | __) |'` /___) + | .__) _|_ (__|_ '.__. _| \_ \_/\_/ (__|_ _|_ '.__. + | + |__________________________________________________ | | |_/ + \_/ | \ + is kindly sponsored by: + *** _ _ _ _ ********** + ***** | | | | | | / | **' _ '.** + ;'. ******* | | | | | !.' / ***`-' ) :** + .' `-,*** | | | | | | ******,' .'** + ,~ ~\, ,, | !__! | | |'. \ ***.' :**** + .~ ~-._ .' ~. '-.__.-' |_| \_| **:______:* + .' File Away Limited `-' `-. A THG Company ********** + http://www.file-away.co.uk/ http://www.uk2.net/ + + Please take a moment to visit these sponsors using the links above! +- --------------------------------------------------------------------------- - + + ACCESS: This service can be accessed via: + HTTP: http://slackware.uk/ + HTTPS: https://slackware.uk/ + FTP: ftp://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 email with full details. + + DONATIONS: If you use this service on a regular basis, and would like to + make a one-off or recurring donation towards the ongoing running costs, + please Paypal an amount you feel is appropriate to: . All donations will be gratefully received - thank you! + + Darren 'Tadgy' Austin + Email: + IRC: On Libera.Chat, join #slackware.uk channel or PM 'Tadgy' +- --------------------------------------------------------------------------- - diff --git a/html/bwbar-dark.png b/html/bwbar-dark.png new file mode 120000 index 0000000..8a0d2c0 --- /dev/null +++ b/html/bwbar-dark.png @@ -0,0 +1 @@ +/run/bwbar-dark.png \ No newline at end of file diff --git a/html/bwbar-light.png b/html/bwbar-light.png new file mode 120000 index 0000000..ea7cb98 --- /dev/null +++ b/html/bwbar-light.png @@ -0,0 +1 @@ +/run/bwbar-light.png \ No newline at end of file diff --git a/html/bwbar.png b/html/bwbar.png deleted file mode 120000 index 6560f45..0000000 --- a/html/bwbar.png +++ /dev/null @@ -1 +0,0 @@ -/run/bwbar.png \ No newline at end of file diff --git a/html/circuit-dark.png b/html/circuit-dark.png new file mode 100644 index 0000000..ad4f5b4 Binary files /dev/null and b/html/circuit-dark.png differ diff --git a/html/circuit.png b/html/circuit-light.png similarity index 100% rename from html/circuit.png rename to html/circuit-light.png diff --git a/html/dark.css b/html/dark.css new file mode 100644 index 0000000..b4cac20 --- /dev/null +++ b/html/dark.css @@ -0,0 +1,125 @@ +a:link { + color: #2d3690; + text-decoration: none; +} + +a:visited { + color: #7715aa; + text-decoration: none; +} + + +a:hover { + text-decoration: underline; +} + +body { + background-image: url("/html/circuit-dark.png"); + background-color: #000000; + color: #888888; + margin-left: 15px; + margin-right: 15px; +} + +form { + margin-left: 0; + margin-right: 0; + margin-top: 0; + margin-bottom: 0; +} + +hr { + height: 2px; + border-width: 0; + color: #888888; + background-color: #888888; +} + +pre { +/* background: #1a1a1a;*/ + background: #060606; + border: 2px solid #aaaaaa; + padding-left: 20; + padding-right: 20; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} + +.heading { + font-size: 200%; +} + +.subheading { + font-size: 125%; +} + +.breadcrumbs { + font-size: 150%; + background: #060606; + border: 2px solid #aaaaaa; + padding-left: 10; + padding-top: 2; + padding-right: 10; + padding-bottom: 2; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} + +.header { + background: #060606; + border: 2px solid #aaaaaa; + margin: 20; + padding-left: 10; + padding-top: 10; + padding-right: 10; + padding-bottom: 10; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} + +.navbar { + width: 100%; + text-align: center; +} + +.search { + background: #060606; + border: 2px solid #aaaaaa; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} + +.searchinput { + border: none; + background: #060606; + outline: none; + color: #888888; + font-size: 11px; + box-sizing: border-box; +/* border-bottom: 1px solid #000000;*/ + padding-left: 10; + padding-top: 2; + padding-right: 10; + padding-bottom: 2; + background-color: #060606; + background-image: url('/html/search-white.png'); + background-size: 15px 15px; + background-position: 2px 2px; + background-repeat: no-repeat; + padding-left: 20px; +} + +.searchresults { + background: #060606; + border: 2px solid #aaaaaa; + padding-left: 20; + padding-right: 20; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} + +.sponsorslist { + background: #060606; + border: 2px solid #777; + margin: 20; + padding-left: 10; + padding-top: 10; + padding-right: 10; + padding-bottom: 10; + box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +} diff --git a/html/donors.php b/html/donors.php new file mode 100644 index 0000000..8c3c1cb --- /dev/null +++ b/html/donors.php @@ -0,0 +1,660 @@ + + + + + +
+ +
+ + + + +
+ Patronage & Donations
+ 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: + +
+
+ + + + +
+ Project Supporters
+ The following people have kindly donated to slackware.uk.
+ Thank you very much for your support! :)
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 21st July 2022 + + David Woodfall +
+ 18th July 2022 + + Luke Dedek +
+ 14th July 2022 + + Jack Leong +
+ 10th July 2022 + + Charles Coffee +
+ 8th July 2022 + + Randall Robinson +
+ 20th June 2022 + + Richard Hoyle +
+ 7th June 2022 + + Richard Hanser +
+ 7th June 2022 + + Abehinichi +
+ 6th June 2022 + + Keith Burnett +
+ 6th June 2022 + + David Ian Allen +
+ 6th June 2022 + + Duncan Wood +
+ 6th June 2022 + + Robert Bresaz +
+ 4th June 2022 + + Barry Grundy +
+ 4th June 2022 + + Antoine Dierstein +
+ 4th June 2022 + + Karl Gunnar Hammarlund +
+ 4th June 2022 + + Matthew Dinslage +
+ 4th June 2022 + + David Hall +
+ 27th April 2022 + + Matthew Dinslage +
+ 4th April 2022 + + Edward Rosenberg +
+ 2nd April 2022 + + Matthew Dinslage +
+ 21th March 2022 + + Theodore Allen +
+ 18th March 2022 + + George Nielsen +
+ 18th March 2022 + + Ioannis Anagnostakis +
+ 18th March 2022 + + Karl Gunnar Hammarlund +
+ 18th March 2022 + + Brian Lawrence +
+ 18th March 2022 + + Dane Jensen +
+ 18th March 2022 + + Matthew Dinslage +
+ 9th March 2022 + + David Trudgian +
+ 7th March 2022 + + Robert Bresaz +
+ 13th January 2022 + + Rod Ziemski +
+ 21st December 2021 + + Eric Trimmer +
+ 30th September 2021 + + Brian Lawrence +
+ 17th August 2021 + + Christoph Willing +
+ 14th July 2021 + + Brian Lawrence +
+ 11th July 2021 + + Don Boots +
+ 6th June 2021 + + Cleverson Casarin Uliana +
+ 30th May 2021 + + Klaus Gretland +
+ 25th May 2021 + + Matthew Dinslage +
+ 25th May 2021 + + Karl Bruns +
+ 18th May 2021 + + Karl Gunnar Hammarlund +
+ 15th May 2021 + + Christoph Koernig +
+ 20th April 2021 + + Anthony McKenzie +
+ 18th April 2021 + + Marcin Wolcendorf +
+ 10th April 2021 + + Christoph Kühne +
+ 8th April 2021 + + Patrick Volkerding +
+ 29th March 2021 + + Anthony McKenzie +
+ 7th March 2021 + + James Scott +
+ 2nd March 2021 + + Alain Detal +
+ 15th February 2021 + + Diniz Fernando Bortolotto Ferreira +
+ 22nd December 2020 + + Peter Christy +
+ 22nd December 2020 + + Karl Gunnar Hammarlund +
+ 15th December 2020 + + Karol Jurica +
+ 14th December 2020 + + Stanley Garvey +
+ 2nd October 2020 + + Corby Roberts +
+ 24th August 2020 + + Weber Kai +
+ 7th August 2020 + + Brian Lawrence +
+ 6th August 2020 + + Marcin Słodkiewicz +
+ 30th May 2020 + + Ahmed Abbas +
+ 23rd May 2020 + + Adam Purkrt +
+ 5th May 2020 + + Clemens Sauerzopf +
+ 30th April 2020 + + Gerard Lally +
+ 6th April 2020 + + Peter Christy +
+ 3rd April 2020 + + Tom Kosir +
+ 30th March 2020 + + jwc1936 +
+ 13th March 2020 + + Gregory Guy Rozan +
+ 6th March 2020 + + Brian Lawrence +
+ 5th March 2020 + + Karl Gunnar Hammarlund +
+ 5th March 2020 + + Pierre-Philipp Braun +
+ 4th March 2020 + + Christoph Kühne +
+ 22nd February 2020 + + Aaditya Bagga +
+ 20th October 2019 + + Shuaidu Yang +
+ 12th October 2019 + + Andrew Macks +
+ 9th October 2019 + + Tapio Pätilä +
+ 30th August 2019 + + Nora's Portal +
+ 18th July 2019 + + Karl Gunnar Hammarlund +
+ 21st May 2019 + + Brian Lawrence +
+ 16th May 2019 + + Daniel Bowling +
+ 27th April 2019 + + Antoniazzi Leonardo +
+
+ + + diff --git a/html/errordocs/400.php b/html/errordocs/400.php new file mode 100644 index 0000000..21623e1 --- /dev/null +++ b/html/errordocs/400.php @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+ + + + +
+ Patronage & Donations
+ 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: + + All donations will be gratefully received - thank you! +
+
+
+ + + + +
+ 400 - Bad Request
+ The server could not understand the request. +
+
+ + diff --git a/html/errordocs/401.php b/html/errordocs/401.php new file mode 100644 index 0000000..457b5d7 --- /dev/null +++ b/html/errordocs/401.php @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+ + + + +
+ Patronage & Donations
+ 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: + + All donations will be gratefully received - thank you! +
+
+
+ + + + +
+ 401 - Unauthorised
+ Authentication is required. +
+
+ + diff --git a/html/errordocs/403.php b/html/errordocs/403.php new file mode 100644 index 0000000..af30840 --- /dev/null +++ b/html/errordocs/403.php @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+ + + + +
+ Patronage & Donations
+ 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: + + All donations will be gratefully received - thank you! +
+
+
+ + + + +
+ 403 - Forbidden
+ You do not have permission to access this resource. +
+
+ + diff --git a/html/errordocs/404.php b/html/errordocs/404.php new file mode 100644 index 0000000..3a026f5 --- /dev/null +++ b/html/errordocs/404.php @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+ + + + +
+ Patronage & Donations
+ 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: + + All donations will be gratefully received - thank you! +
+
+
+ + + + +
+ 404 - Not Found
+ The requested page or file is not found. +
+
+ + diff --git a/html/errordocs/405.php b/html/errordocs/405.php new file mode 100644 index 0000000..a728372 --- /dev/null +++ b/html/errordocs/405.php @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+ + + + +
+ Patronage & Donations
+ 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: + + All donations will be gratefully received - thank you! +
+
+
+ + + + +
+ 405 - Method Forbidden
+ Access method is not authorised. +
+
+ + diff --git a/html/footer.shtml b/html/footer.shtml deleted file mode 100644 index cbc8792..0000000 --- a/html/footer.shtml +++ /dev/null @@ -1,9 +0,0 @@ - - - -
- Mirror server bandwidth utilisation
- <!--#include virtual='/html/bwbar.txt' --> -
- - diff --git a/html/header.php b/html/header.php deleted file mode 100644 index 42aabeb..0000000 --- a/html/header.php +++ /dev/null @@ -1,375 +0,0 @@ - - - -" . $home . " "); - - # PHP syntax note: $foo[] = "bar" is the same as Perl's - # push @foo, "bar". - foreach($pages as $dir) { - $url = $url . "/" . $dir; - $result[] = "" . $dir . " "; - } - - # add last (current) dir, but not as a link. - $result[] = $last; - - # perl: return join($sep, @result); - return implode($sep, $result); -} -?> -" . $titleprefix . $title . "" . "\n" ); -?> - - - - - - - - - - -
-

** Slackware UK **

-

- is kindly sponsored by: -

- - UK Servers - - - 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/
-       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. -
- 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 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: -
- - - - - - - -
- Patreon Page - - PayPal Donation -
-
- - All donations will be gratefully received - thank you! -
- Darren 'Tadgy' Austin
- Email: mirrors (at) slackware.uk
- IRC: On Libera.Chat, join #slackware.uk channel or PM 'Tadgy' -
-
-
- - - - - -
- -

** Slackware UK **

-
- - - - - - - - - -
- Patronage & donations
- 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: - - - - - - -
- Patreon Page - - PayPal Donation -
- 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. -
-
- - - - - -
- - - -
diff --git a/html/includes/breadcrumbs-search-theme.php b/html/includes/breadcrumbs-search-theme.php new file mode 100644 index 0000000..21b2eac --- /dev/null +++ b/html/includes/breadcrumbs-search-theme.php @@ -0,0 +1,25 @@ + + + + + + + + + + + +
+ +
diff --git a/html/includes/breadcrumbs.php b/html/includes/breadcrumbs.php new file mode 100644 index 0000000..10d49d0 --- /dev/null +++ b/html/includes/breadcrumbs.php @@ -0,0 +1,44 @@ +" . $home . " "); + + # PHP syntax note: $foo[] = "bar" is the same as Perl's + # push @foo, "bar". + foreach($pages as $dir) { + $url = $url . "/" . $dir; + $result[] = "" . $dir . " "; + } + + # add last (current) dir, but not as a link. + $result[] = $last; + + # perl: return join($sep, @result); + return implode($sep, $result); + } +?> diff --git a/html/includes/bwbar.php b/html/includes/bwbar.php new file mode 100644 index 0000000..c41b974 --- /dev/null +++ b/html/includes/bwbar.php @@ -0,0 +1,9 @@ + +
+ Mirror server bandwidth utilisation
+ + Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' --> + + Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' --> + +
diff --git a/html/includes/donate.php b/html/includes/donate.php new file mode 100644 index 0000000..cdca34b --- /dev/null +++ b/html/includes/donate.php @@ -0,0 +1,22 @@ + + + + + + + + + + + +
+ Patreon Logo + + PayPal Logo + + Patreon Logo + + PayPal Logo +
diff --git a/html/includes/head.php b/html/includes/head.php new file mode 100644 index 0000000..967304b --- /dev/null +++ b/html/includes/head.php @@ -0,0 +1,14 @@ + + + + + + + + + + + + + " . $titleprefix . $title . "" . "\n"); ?> + diff --git a/html/includes/logo.php b/html/includes/logo.php new file mode 100644 index 0000000..2484d28 --- /dev/null +++ b/html/includes/logo.php @@ -0,0 +1,5 @@ + +

Slackware UK Logo

+ +

Slackware UK Logo

+ diff --git a/html/search_footer.html b/html/includes/search-footer-dark.html similarity index 65% rename from html/search_footer.html rename to html/includes/search-footer-dark.html index 700c84a..f583b33 100644 --- a/html/search_footer.html +++ b/html/includes/search-footer-dark.html @@ -1,8 +1,7 @@ -
Mirror server bandwidth utilisation
- Bandwidth usage bar + Bandwidth usage bar
diff --git a/html/includes/search-footer-light.html b/html/includes/search-footer-light.html new file mode 100644 index 0000000..3bea115 --- /dev/null +++ b/html/includes/search-footer-light.html @@ -0,0 +1,7 @@ +
+ Mirror server bandwidth utilisation
+ + Bandwidth usage bar +
+ + diff --git a/html/includes/search-header-dark.html b/html/includes/search-header-dark.html new file mode 100644 index 0000000..7669380 --- /dev/null +++ b/html/includes/search-header-dark.html @@ -0,0 +1,41 @@ + + + + + + + + + + + Slackware UK: Search Results + + +
+

Slackware UK Logo

+
+
+ + + + +
+ Patronage & Donations +
+ 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: + + + + + + +
+ Patreon Logo + + PayPal Logo +
+ All donations will be gratefully received - thank you! +
+
diff --git a/html/includes/search-header-light.html b/html/includes/search-header-light.html new file mode 100644 index 0000000..ef237fe --- /dev/null +++ b/html/includes/search-header-light.html @@ -0,0 +1,41 @@ + + + + + + + + + + + Slackware UK: Search Results + + +
+

Slackware UK Logo

+
+
+ + + + +
+ Patronage & Donations +
+ 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: + + + + + + +
+ Patreon Logo + + PayPal Logo +
+ All donations will be gratefully received - thank you! +
+
diff --git a/html/includes/sponsors.php b/html/includes/sponsors.php new file mode 100644 index 0000000..822cbbf --- /dev/null +++ b/html/includes/sponsors.php @@ -0,0 +1,13 @@ +

+ is kindly sponsored by: +

+ UK Servers Logo + + UK2 Logo + + UK2 Logo + +
+
+ Please take a moment to visit the sponsors using the links above! +

diff --git a/html/includes/vars.php b/html/includes/vars.php new file mode 100644 index 0000000..d5b4371 --- /dev/null +++ b/html/includes/vars.php @@ -0,0 +1,190 @@ + diff --git a/html/index.css b/html/light.css similarity index 85% rename from html/index.css rename to html/light.css index df6a811..526a41f 100644 --- a/html/index.css +++ b/html/light.css @@ -1,4 +1,10 @@ -a { +a:link { + color: #2d3690; + text-decoration: none; +} + +a:visited { + color: #7715aa; text-decoration: none; } @@ -7,7 +13,9 @@ a:hover { } body { - background-image: url("/html/circuit.png"); + background-image: url("/html/circuit-light.png"); + background-color: #ffffff; + color: #000000; margin-left: 15px; margin-right: 15px; } @@ -19,10 +27,6 @@ form { margin-bottom: 0; } -h1 { - font-size: 150%; -} - hr { height: 2px; border-width: 0; @@ -38,7 +42,16 @@ pre { box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); } +.heading { + font-size: 200%; +} + +.subheading { + font-size: 125%; +} + .breadcrumbs { + font-size: 150%; background: #f0f0f0; border: 2px solid #070707; padding-left: 10; @@ -83,7 +96,7 @@ pre { padding-right: 10; padding-bottom: 2; background-color: #f0f0f0; - background-image: url('https://slackware.uk/html/search.png'); + background-image: url('/html/search-black.png'); background-size: 15px 15px; background-position: 2px 2px; background-repeat: no-repeat; diff --git a/html/old/common_footer.html b/html/old/common_footer.html deleted file mode 100644 index 7a04e4b..0000000 --- a/html/old/common_footer.html +++ /dev/null @@ -1,4 +0,0 @@ -
- Mirror server bandwidth utilisation
- <!--#include virtual='/html/bwbar.txt' --> -
diff --git a/html/fileaway.png b/html/old/fileaway.png similarity index 100% rename from html/fileaway.png rename to html/old/fileaway.png diff --git a/html/gofundme.png b/html/old/gofundme.png similarity index 100% rename from html/gofundme.png rename to html/old/gofundme.png diff --git a/html/old/header.php.with.navbar b/html/old/header.php.with.navbar deleted file mode 100644 index 8ace49c..0000000 --- a/html/old/header.php.with.navbar +++ /dev/null @@ -1,395 +0,0 @@ - - - -" . $home . " "); - - # PHP syntax note: $foo[] = "bar" is the same as Perl's - # push @foo, "bar". - foreach($pages as $dir) { - $url = $url . "/" . $dir; - $result[] = "" . $dir . " "; - } - - # add last (current) dir, but not as a link. - $result[] = $last; - - # perl: return join($sep, @result); - return implode($sep, $result); -} -?> -" . $titleprefix . $title . "" . "\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 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: -
- - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
-
- - 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 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: - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
- 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 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: - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
- All Donations will be gratefully received - thank you! -
-
- - - - - - -
- - - - // echo breadcrumbs(' > '); - // Change 'Home' to 'Index' and » to ^^ - // echo breadcrumbs(' ^^ ', 'Index'); - ?> - - - Search -
- diff --git a/html/old/header.php.works b/html/old/header.php.works deleted file mode 100644 index 9a4dfcf..0000000 --- a/html/old/header.php.works +++ /dev/null @@ -1,263 +0,0 @@ - - - -$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'); - ?> - -
- diff --git a/html/old/header.php.works.20210515 b/html/old/header.php.works.20210515 deleted file mode 100644 index f073ee6..0000000 --- a/html/old/header.php.works.20210515 +++ /dev/null @@ -1,426 +0,0 @@ - - - -" . $home . " "); - - # PHP syntax note: $foo[] = "bar" is the same as Perl's - # push @foo, "bar". - foreach($pages as $dir) { - $url = $url . "/" . $dir; - $result[] = "" . $dir . " "; - } - - # add last (current) dir, but not as a link. - $result[] = $last; - - # perl: return join($sep, @result); - return implode($sep, $result); -} -?> -" . $titleprefix . $title . "" . "\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 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: -
- - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
-
- - 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 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: - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
- 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.

-
- - - - - -
- -

** Slackware UK **

-
- - - - -
- Patronage & donations
- 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: - - - - - - -
- GoFundMe Campaign - - Patreon Page - - PayPal Donation -
- All donations will be gratefully received - thank you! -
-
- - - - - -
- diff --git a/html/old/index.css b/html/old/index.css deleted file mode 100644 index 6739f54..0000000 --- a/html/old/index.css +++ /dev/null @@ -1,101 +0,0 @@ -a { - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -body { - background-image: url("/html/circuit.png"); - margin-left: 15px; - margin-right: 15px; -} - -form { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -pre { - background: #f0f0f0; - border: 1px solid #070707; - padding-left: 20; - padding-right: 20; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); -} - -.breadcrumbs { - background: #f0f0f0; - border: 1px solid #070707; - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); -} - -.navbar { - width: 100%; - text-align: center; -} - -/*.searchbar {*/ -/* margin: auto;*/ -/* width: 100%;*/ -/* height: 25px;*/ -/* text-align: right;*/ -/* margin-left: 90%;*/ -/* margin-right: 10%;*/ -/* width: 300px;*/ -/* text-align: center;*/ -/*}*/ - -.search { - background: #f0f0f0; - border: 1px solid #070707; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); -} - -/*.searchbuttonX {*/ -/* color: white;*/ -/* float: right;*/ -/* width: 15px;*/ -/* height: 15px;*/ -/* border-radius: 50%;*/ -/* background: #f0f0f0;*/ -/* display: flex;*/ -/* justify-content: center;*/ -/* align-items: center;*/ -/* transition: 0.4s;*/ -/*}*/ - -.searchinput { - border: none; - background: #f0f0f0; - outline: none; - color: #000000; - font-size: 11px; - box-sizing: border-box; -/* border-bottom: 1px solid #000000;*/ - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; - background-color: #f0f0f0; - background-image: url('https://slackware.uk/html/search.png'); - background-size: 15px 15px; - background-position: 2px 2px; - background-repeat: no-repeat; - padding-left: 20px; -} - -.searchresults { - background: #f0f0f0; - border: 1px solid #070707; - padding-left: 20; - padding-right: 20; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); -} diff --git a/html/old/main_header.html b/html/old/main_header.html deleted file mode 100644 index 30ec74d..0000000 --- a/html/old/main_header.html +++ /dev/null @@ -1,73 +0,0 @@ -
-

** 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' -
-
-
diff --git a/html/old/project_supporters.html b/html/old/project_supporters.html deleted file mode 100644 index 7ec7d40..0000000 --- a/html/old/project_supporters.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - slackware.uk - Project Supporters - - - - - - - - - - - - - - - - - -

** Slackware UK **

-
-
-

- -

Project Supporters

- The following people have kindly donated to slackware.uk.
- Thank you very much for your support! :) -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 30th May 2020 - - Ahmed Abbas -
- 23rd May 2020 - - Adam Purkrt -
- 5th May 2020 - - Clemens Sauerzopf -
- 30th April 2020 - - Gerard Lally -
- 6th April 2020 - - Peter Christy -
- 3rd April 2020 - - Tom Kosir -
- 30th March 2020 - - jwc1936 -
- 13th March 2020 - - Gregory Guy Rozan -
- 6th March 2020 - - Brian Lawrence -
- 5th March 2020 - - Karl Gunnar Hammarlund -
- 5th March 2020 - - Pierre-Philipp Braun -
- 4th March 2020 - - Christoph Kühne -
- 22nd February 2020 - - Aaditya Bagga -
- 20th October 2019 - - Shuaidu Yang -
- 12th October 2019 - - Andrew Macks -
- 9th October 2019 - - Tapio Pätilä -
- 30th August 2019 - - Nora's Portal -
- 18th July 2019 - - Karl Gunnar Hammarlund -
- 21st May 2019 - - Brian Lawrence -
- 16th May 2019 - - Daniel Bowling -
- 27th April 2019 - - Antoniazzi Leonardo -
-
-
-
- Current server bandwidth utilisation
- <!--#include virtual='/html/bwbar.txt' --> -
- - diff --git a/html/old/sub_header.html b/html/old/sub_header.html deleted file mode 100644 index b38f90f..0000000 --- a/html/old/sub_header.html +++ /dev/null @@ -1,12 +0,0 @@ -

** 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. A list of previous Paypal supporters can be found here.
- All donations will be gratefully received - thank you! -
-
diff --git a/html/patreon.png b/html/patreon-black.png similarity index 100% rename from html/patreon.png rename to html/patreon-black.png diff --git a/html/patreon-white.png b/html/patreon-white.png new file mode 100644 index 0000000..47c8649 Binary files /dev/null and b/html/patreon-white.png differ diff --git a/html/paypal.png b/html/paypal-black.png similarity index 100% rename from html/paypal.png rename to html/paypal-black.png diff --git a/html/paypal-white.png b/html/paypal-white.png new file mode 100644 index 0000000..0a31c88 Binary files /dev/null and b/html/paypal-white.png differ diff --git a/html/project_supporters.html b/html/project_supporters.html deleted file mode 100644 index 827ace8..0000000 --- a/html/project_supporters.html +++ /dev/null @@ -1,657 +0,0 @@ - - - - slackware.uk - Project Supporters - - - - - - - - - -

** Slackware UK **

-
-
- - - - -
-

Project Supporters

- The following people have kindly donated to slackware.uk.
- Thank you very much for your support! :) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 21st July 2022 - - David Woodfall -
- 18th July 2022 - - Luke Dedek -
- 14th July 2022 - - Jack Leong -
- 10th July 2022 - - Charles Coffee -
- 8th July 2022 - - Randall Robinson -
- 20th June 2022 - - Richard Hoyle -
- 7th June 2022 - - Richard Hanser -
- 7th June 2022 - - Abehinichi -
- 6th June 2022 - - Keith Burnett -
- 6th June 2022 - - David Ian Allen -
- 6th June 2022 - - Duncan Wood -
- 6th June 2022 - - Robert Bresaz -
- 4th June 2022 - - Barry Grundy -
- 4th June 2022 - - Antoine Dierstein -
- 4th June 2022 - - Karl Gunnar Hammarlund -
- 4th June 2022 - - Matthew Dinslage -
- 4th June 2022 - - David Hall -
- 27th April 2022 - - Matthew Dinslage -
- 4th April 2022 - - Edward Rosenberg -
- 2nd April 2022 - - Matthew Dinslage -
- 21th March 2022 - - Theodore Allen -
- 18th March 2022 - - George Nielsen -
- 18th March 2022 - - Ioannis Anagnostakis -
- 18th March 2022 - - Karl Gunnar Hammarlund -
- 18th March 2022 - - Brian Lawrence -
- 18th March 2022 - - Dane Jensen -
- 18th March 2022 - - Matthew Dinslage -
- 9th March 2022 - - David Trudgian -
- 7th March 2022 - - Robert Bresaz -
- 13th January 2022 - - Rod Ziemski -
- 21st December 2021 - - Eric Trimmer -
- 30th September 2021 - - Brian Lawrence -
- 17th August 2021 - - Christoph Willing -
- 14th July 2021 - - Brian Lawrence -
- 11th July 2021 - - Don Boots -
- 6th June 2021 - - Cleverson Casarin Uliana -
- 30th May 2021 - - Klaus Gretland -
- 25th May 2021 - - Matthew Dinslage -
- 25th May 2021 - - Karl Bruns -
- 18th May 2021 - - Karl Gunnar Hammarlund -
- 15th May 2021 - - Christoph Koernig -
- 20th April 2021 - - Anthony McKenzie -
- 18th April 2021 - - Marcin Wolcendorf -
- 10th April 2021 - - Christoph Kühne -
- 8th April 2021 - - Patrick Volkerding -
- 29th March 2021 - - Anthony McKenzie -
- 7th March 2021 - - James Scott -
- 2nd March 2021 - - Alain Detal -
- 15th February 2021 - - Diniz Fernando Bortolotto Ferreira -
- 22nd December 2020 - - Peter Christy -
- 22nd December 2020 - - Karl Gunnar Hammarlund -
- 15th December 2020 - - Karol Jurica -
- 14th December 2020 - - Stanley Garvey -
- 2nd October 2020 - - Corby Roberts -
- 24th August 2020 - - Weber Kai -
- 7th August 2020 - - Brian Lawrence -
- 6th August 2020 - - Marcin Słodkiewicz -
- 30th May 2020 - - Ahmed Abbas -
- 23rd May 2020 - - Adam Purkrt -
- 5th May 2020 - - Clemens Sauerzopf -
- 30th April 2020 - - Gerard Lally -
- 6th April 2020 - - Peter Christy -
- 3rd April 2020 - - Tom Kosir -
- 30th March 2020 - - jwc1936 -
- 13th March 2020 - - Gregory Guy Rozan -
- 6th March 2020 - - Brian Lawrence -
- 5th March 2020 - - Karl Gunnar Hammarlund -
- 5th March 2020 - - Pierre-Philipp Braun -
- 4th March 2020 - - Christoph Kühne -
- 22nd February 2020 - - Aaditya Bagga -
- 20th October 2019 - - Shuaidu Yang -
- 12th October 2019 - - Andrew Macks -
- 9th October 2019 - - Tapio Pätilä -
- 30th August 2019 - - Nora's Portal -
- 18th July 2019 - - Karl Gunnar Hammarlund -
- 21st May 2019 - - Brian Lawrence -
- 16th May 2019 - - Daniel Bowling -
- 27th April 2019 - - Antoniazzi Leonardo -
-
- Current server bandwidth utilisation
- <!--#include virtual='/html/bwbar.txt' --> -
- - diff --git a/html/search.png b/html/search-black.png similarity index 100% rename from html/search.png rename to html/search-black.png diff --git a/html/search-white.png b/html/search-white.png new file mode 100644 index 0000000..bef747e Binary files /dev/null and b/html/search-white.png differ diff --git a/html/search_header.html b/html/search_header.html deleted file mode 100644 index 7d554e0..0000000 --- a/html/search_header.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - Slackware UK: Search Results - - - - - - - - - -

** Slackware UK **

-
- - - - -
- Patronage & donations
- 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: - - - - - - -
- Patreon Page - - PayPal Donation -
- All donations will be gratefully received - thank you! -
-
diff --git a/html/slackwareuk.png b/html/slackwareuk-black.png similarity index 100% rename from html/slackwareuk.png rename to html/slackwareuk-black.png diff --git a/html/slackwareuk-white.png b/html/slackwareuk-white.png new file mode 100644 index 0000000..9612f8f Binary files /dev/null and b/html/slackwareuk-white.png differ diff --git a/html/toggletheme.php b/html/toggletheme.php new file mode 100644 index 0000000..df15315 --- /dev/null +++ b/html/toggletheme.php @@ -0,0 +1,21 @@ + "Tue, 31 Dec 2069 23:59:59 GMT", + "domain" => ".slackware.uk", + "path" => "/", + "httponly" => true, + "samesite" => "Lax" + ); + if (!$light) { + $theme = "light"; + } else { + $theme = "dark"; + } + setcookie ("theme", $theme, $cookie_data); + if (isset ($_SERVER['HTTP_REFERER'])) { + header ("Location: " . $_SERVER['HTTP_REFERER'], true, 302); + } else { + header ("Location: /", true, 302); + } +?> diff --git a/html/toggletheme.png b/html/toggletheme.png new file mode 100644 index 0000000..a4ba86f Binary files /dev/null and b/html/toggletheme.png differ diff --git a/html/uk2.png b/html/uk2-black.png similarity index 100% rename from html/uk2.png rename to html/uk2-black.png diff --git a/html/uk2-white.png b/html/uk2-white.png new file mode 100644 index 0000000..d81be41 Binary files /dev/null and b/html/uk2-white.png differ