aboutsummaryrefslogtreecommitdiff
path: root/hydrillabugs-archived.html
blob: 360617a2351e4fff4c21d226b35f09d757a2512c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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>