-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfras.html
75 lines (58 loc) · 2.49 KB
/
infras.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Beeminder Internal Changelog</title>
<link rel="canonical" href="https://changelog.beeminder.com/infras"/>
<meta name="description"
content="List of all User-*In*visible Improvements to Beeminder since 2011 Feb 20">
<meta property="og:description"
content="List of all User-*In*visible Improvements to Beeminder since 2011 Feb 20">
<meta property="og:image" content="https://cdn.glitch.com/048f1230-830a-4702-9106-1d28c7e8a2c9%2Ffaire-uvi-avatar-from-twitter.jpg?v=1589583921293" />
<link id="favicon" rel="icon"
href="https://doc.beeminder.com/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<header>
<h1>Beeminder Infrastructure Changelog
<font size="-1">(<a href="#latest">latest↓</a>)</font>
</h1>
</header>
<main>
<p>
See the <a href="/">UVIs</a> page for most of the backstory.
We decided to do the same with user-invisible improvements, aka infrastructure.
The requirement is less stringent, just once a week, and doesn't go back all the way to 2011.
</p>
<center>
<img
alt="A bee working on the Infinibee logo"
title="Image credit: Faire Soule-Reeves. Also the Beeminder founders made Faire Soule-Reeves."
width="200px"
src="https://cdn.glitch.com/048f1230-830a-4702-9106-1d28c7e8a2c9%2Ffaire-uvi-avatar-from-twitter.jpg?v=1589583921293"/>
</center>
<script src="/client.js"></script>
<script src="/infras.js"></script>
<div id="2011feb"><script>genbatch(2011,2)</script></div>
<!-- add new infras to pub/infras.js -->
<a id="latest"></a>
<center>
<img
alt="A bee working on the Infinibee logo"
title="Image credit: Faire Soule-Reeves. Also the Beeminder founders made Faire Soule-Reeves."
width="200px"
src="https://cdn.glitch.com/048f1230-830a-4702-9106-1d28c7e8a2c9%2Ffaire-uvi-avatar-from-twitter.jpg?v=1589583921293"/>
</center>
<script>
var d = document.getElementById("n")
d.innerHTML = undayify_full(n)
</script>
</main>
</body>
</html>