<!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>