36 lines
1.0 KiB
HTML
Raw Normal View History

2020-01-14 10:11:58 +01:00
<html>
<head>
<meta charset="utf-8">
<title>List server busy. Full digest rescheduled.</title>
<link rel="stylesheet" href="{{ url_for('static',filename='fonts.css') }}">
<link rel="stylesheet" href="{{ url_for('static',filename='lestyle.css') }}">
</head>
<body>
<div class="title">List server busy.<br>Full digest rescheduled.</div>
<hr>
<hr>
<hr>
<div id="index">
<h1>Index</h1>
<br>
{% for term, refs in index.items() %}
<div class="keyword-index">
<term>{{term}}</term>
{% for r in refs %}
<ref>{% if r.url != 'n/a' %}<a href="{{r.url}}">{{r.nbr}}</a>{% else %}{{r.nbr}}{% endif %}</ref>{% if not loop.last %}, {% endif %}
{% endfor %}
</div>
{% endfor %}
</div>
<hr>
<hr>
<hr>
<div id="footer">
List server busy. Full digest rescheduled.<br>
A compendium of listserv discussions & divagations 1995-2019<br>
Assembled by <a href="http://le-club-des-sans-sujets.org">David Gauthier (Le Club des Sans Sujets)</a><br>
Produced in collaboration with <a href="http://torquetorque.net">Torque</a>
</div>
<br>
2020-01-14 10:11:58 +01:00
</body>
</html>