Update 'templates/index.html'

This commit is contained in:
rra 2019-05-08 13:21:49 +02:00
parent bb9a65d532
commit e72b06ef44

View File

@ -9,9 +9,9 @@
</head>
<body>
{% set padoftheday = pads | random %}
<h1>{{title}} freshly baked on {{timestamp}}</h1>
<h1>{{title}}</h1>
<div id="welcome">
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>{% endfor %}
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>
</div>
<table>
<thead>
@ -45,9 +45,8 @@
<p>
This page is generated using <a href="https://gitlab.constantvzw.org/decentral1se/etherdump">Etherdump</a> by <a href="http://constantvzw.org">Constant VZW</a>. It is a command-line utility that extends the multi writing and publishing functionalities of the Etherpad by exporting the pads in multiple formats. This Etherdump installation (currently) converts pads into <em>html</em>, <em>txt</em> and <em>json</em> documents.
<br><br>
This list only includes pads that are tagged with the magic word <code>__PUBLISH__</code> (which is an <em>opt-in</em> keyword).
</p>
{% block info %}<p class="info">Last update {{timestamp}}.</p>{% endblock %}
{% block info %}<p class="info">Last updated {{timestamp}}.</p>{% endblock %}
</div>
</body>
</html>