From 28868c01fe341b6c8de1ebc876e24dad6e98776d Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 5 Nov 2018 14:03:15 -0800 Subject: [PATCH] Add missing event archiver home page template --- images/events-archiver/index.html | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 images/events-archiver/index.html diff --git a/images/events-archiver/index.html b/images/events-archiver/index.html new file mode 100644 index 000000000..5e02a8689 --- /dev/null +++ b/images/events-archiver/index.html @@ -0,0 +1,57 @@ + + + + + + + + + + MyBinder.org Events Archive + + + +
+
+

MyBinder.org Events Archive

+

+ Daily archive of analytics events emitted by MyBinder.org. Currently contains + an event for each repository launched. +

+

+ Machine readable index also available. + Ask questions about this dataset or show off cool stuff built with it at the + the Jupyter Discourse Forum. +

+

+ Released under the CC0 license. +

+
+ + + + + + + {% for archive in archives %} + + + + + + {% endfor %} +
DateFilenameNumber of Events
{{ archive.date }}{{ archive.name }}{{ archive.count }}
+ +
+