From 914e63f6bb46c3ff132c5f642cffcb72485551e0 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 9 Aug 2026 20:13:21 +0100 Subject: Serve plain ZNC log files too --- pages/plainlog.mustache | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pages/plainlog.mustache (limited to 'pages/plainlog.mustache') 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 @@ + + + + {{> headmeta}} + {{channel}} ({{network}}), plain - tirclogv + + +
+ {{> header}} +
+

Plain logs: {{network}}/{{channel}}

+

+ 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. +

+ {{#note}}

{{&.}}

{{/note}} +
+{{#entries}}
+{{#exists}}{{&date}}{{/exists}}{{^exists}}{{&date}}{{/exists}}
+{{/entries}}
+      
+
+ {{> footer}} +
+ + -- cgit v1.3.1