|
1 |
| -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en">
|
3 |
| - |
4 |
| -<head> |
5 |
| - <meta charset="utf-8"> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 |
| - |
8 |
| - <link rel="stylesheet" href="static/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"> |
9 |
| - <style> |
10 |
| - </style> |
11 |
| - <title>MyBinder.org Events Archive</title> |
12 |
| -</head> |
13 |
| - |
14 |
| -<body> |
15 |
| - <div class='container' id='main-container'> |
16 |
| - <div class='jumbotron'> |
17 |
| - <h1 class='display-3'>MyBinder.org Events Archive</h1> |
18 |
| - <p class='lead'> |
19 |
| - Daily archive of analytics events emitted by MyBinder.org. |
20 |
| - <a href="https://mybinder-sre.readthedocs.io/en/latest/analytics/events-archive.html">Documentation</a> |
21 |
| - </p> |
22 |
| - <p> |
23 |
| - <a href='index.jsonl'>Machine readable index</a> also available. |
24 |
| - Ask questions about this dataset or show off cool stuff built with it at the |
25 |
| - the <a href="https://discourse.jupyter.org/">Jupyter Discourse Forum</a>. |
26 |
| - </p> |
27 |
| - <p class='font-weight-light'> |
28 |
| - Released under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 license</a>. |
29 |
| - </p> |
30 |
| - </div> |
31 |
| - <table class='table'> |
32 |
| - <thead> |
33 |
| - <th>Date</th> |
34 |
| - <th>Filename</th> |
35 |
| - <th>Number of Events</th> |
36 |
| - </thead> |
37 |
| - {% for archive in archives %} |
38 |
| - <tr> |
39 |
| - <td>{{ archive.date }}</td> |
40 |
| - <td><a href="{{ archive.name }}">{{ archive.name }}</a></td> |
41 |
| - <td>{{ archive.count }}</td> |
42 |
| - </tr> |
43 |
| - {% endfor %} |
44 |
| - </table> |
45 |
| - |
46 |
| - <br /> |
47 |
| - <div id='footer' class='border-top row'> |
48 |
| - <div class='col-sm font-weight-light text-right pb-2 pt-2'> |
49 |
| - Generated by love with |
50 |
| - <a href='https://github.com/jupyterhub/mybinder.org-deploy/tree/HEAD/images/analytics-publisher'> |
51 |
| - these scripts |
52 |
| - </a> at {{ generated_time }} |
53 |
| - </p> |
54 |
| - </div> |
55 |
| -</body> |
56 |
| - |
57 |
| -</html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" |
| 6 | + content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 7 | + <link rel="stylesheet" |
| 8 | + href="static/bootstrap-4.1.3.min.css" |
| 9 | + integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"> |
| 10 | + <style></style> |
| 11 | + <title>MyBinder.org Events Archive</title> |
| 12 | + </head> |
| 13 | + <body> |
| 14 | + <div class='container' id='main-container'> |
| 15 | + <div class='jumbotron'> |
| 16 | + <h1 class='display-3'>MyBinder.org Events Archive</h1> |
| 17 | + <p class='lead'> |
| 18 | + Daily archive of analytics events emitted by MyBinder.org. |
| 19 | + <a href="https://mybinder-sre.readthedocs.io/en/latest/analytics/events-archive.html">Documentation</a> |
| 20 | + </p> |
| 21 | + <p> |
| 22 | + <a href='index.jsonl'>Machine readable index</a> also available. |
| 23 | + Ask questions about this dataset or show off cool stuff built with it at the |
| 24 | + the <a href="https://discourse.jupyter.org/">Jupyter Discourse Forum</a>. |
| 25 | + </p> |
| 26 | + <p class='font-weight-light'> |
| 27 | + Released under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 license</a>. |
| 28 | + </p> |
| 29 | + </div> |
| 30 | + <table class='table'> |
| 31 | + <thead> |
| 32 | + <th>Date</th> |
| 33 | + <th>Filename</th> |
| 34 | + <th>Number of Events</th> |
| 35 | + </thead> |
| 36 | + {% for archive in archives %} |
| 37 | + <tr> |
| 38 | + <td>{{ archive.date }}</td> |
| 39 | + <td> |
| 40 | + <a href="{{ archive.name }}">{{ archive.name }}</a> |
| 41 | + </td> |
| 42 | + <td>{{ archive.count }}</td> |
| 43 | + </tr> |
| 44 | + {% endfor %} |
| 45 | + </table> |
| 46 | + <br /> |
| 47 | + <div id='footer' class='border-top row'> |
| 48 | + <div class='col-sm font-weight-light text-right pb-2 pt-2'> |
| 49 | + Generated by love with |
| 50 | + <a href='https://github.com/jupyterhub/mybinder.org-deploy/tree/HEAD/images/analytics-publisher'>these scripts</a> at {{ generated_time }} |
| 51 | + </p> |
| 52 | + </div> |
| 53 | + </body> |
| 54 | + </html> |
0 commit comments