summaryrefslogtreecommitdiff
path: root/pages/plainlog.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'pages/plainlog.mustache')
-rw-r--r--pages/plainlog.mustache26
1 files changed, 26 insertions, 0 deletions
diff --git a/pages/plainlog.mustache b/pages/plainlog.mustache
new file mode 100644
index 0000000..0d230a4
--- /dev/null
+++ b/pages/plainlog.mustache
@@ -0,0 +1,26 @@
+<!doctype html>
+<html lang="en">
+<head>
+ {{> headmeta}}
+ <title>{{channel}} ({{network}}), plain - tirclogv</title>
+</head>
+<body>
+ <div>
+ {{> header}}
+ <main>
+ <h1>Plain logs: {{network}}/{{channel}}</h1>
+ <p>
+ These are the plain ZNC log files that the content is served from.
+ Serving these files is much cheaper than the normal, nicely formatted log pages, so feel free to bulk-download these if you need them.
+ </p>
+ {{#note}}<p>{{&.}}</p>{{/note}}
+ <pre style="font-size: larger">
+{{#entries}}
+{{#exists}}<a href="/plainlog/{{&alias}}/{{&date}}">{{&date}}</a>{{/exists}}{{^exists}}{{&date}}{{/exists}}
+{{/entries}}
+ </pre>
+ </main>
+ {{> footer}}
+ </div>
+</body>
+</html>