blob: 0d230a4d6d3ddbaae6bd4aa4473175a98e2e3c21 (
plain)
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
|
<!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>
|