aboutsummaryrefslogtreecommitdiff
path: root/hydrillabugs-archived.html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-09-05 14:27:58 +0200
committerWojtek Kosior <koszko@koszko.org>2023-09-07 12:12:59 +0200
commit18da556c5cb0234a4c1ad3df0b263a452db2ebf1 (patch)
tree6f85edde0b073de476784d87a0a6ba4234d84f06 /hydrillabugs-archived.html
parent7fe30d5b5e22818712b90664d905483ea3fe54c3 (diff)
downloadkoszko-org-server-18da556c5cb0234a4c1ad3df0b263a452db2ebf1.tar.gz
koszko-org-server-18da556c5cb0234a4c1ad3df0b263a452db2ebf1.zip
Serve archived hydrillabugs.koszko.org website
Diffstat (limited to 'hydrillabugs-archived.html')
-rw-r--r--hydrillabugs-archived.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/hydrillabugs-archived.html b/hydrillabugs-archived.html
new file mode 100644
index 0000000..360617a
--- /dev/null
+++ b/hydrillabugs-archived.html
@@ -0,0 +1,49 @@
+<!doctype html>
+<!--
+ SPDX-License-Identifier: CC0-1.0
+
+ Copyright (C) 2023 Wojtek Kosior
+
+ Available under the terms of Creative Commons Zero v1.0 Universal.
+ -->
+<html>
+ <head>
+ <title>Hydrillabugs archived</title>
+
+ <meta charset="utf-8" />
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <style>
+ body {
+ color: #555;
+ }
+
+ #main {
+ margin: auto;
+ max-width: 700px;
+ }
+ </style>
+ </head>
+
+ <body>
+ <div id="main">
+ <h1>Hydrillabugs archived</h1>
+ <p>
+ The feature you were trying to use is no longer available. The
+ Hydrillabugs issue tracker has been archived and no longer allows
+ registration, login nor upload of data. In case of questions, please
+ reach out to <a href="mailto:koszko@koszko.org">koszko@koszko.org</a>.
+ </p>
+ <script type="text/plain">
+ For anyone interested, archival was done with more or less these:
+
+ wget --timestamping --recursive --level=5 --execute robots=off --no-remove-listing --adjust-extension --page-requisites --reject-regex '^([^/]|/[^r]|/r[^e]|/re[^p]|/rep[^o]|/repo[^s]|/repos[^i]|/reposi[^t]|/reposit[^o]|/reposito[^r]|/repositor[^y]|/repository[^/])+[^0-9][.]html$' --rejected-log=./rejectlist.csv --quiet https://hydrillabugs.koszko.org
+ (cd hydrillabugs.koszko.org/; find . -type f) > filelist
+ awk '/\.(html|css)$/{match($1, @/\.(\/.*)\.(html|css)$/, arr); print arr[1] " " arr[1] "." arr[2]}' filelist > hydrillabugs.koszko.org/uri-map.txt
+
+ There are surely better ways. This is just what I came up with.
+ </script>
+ </div>
+ </body>
+</html>