Add MAGICWORDS iteration
This commit is contained in:
parent
b0f4a7e460
commit
ef908376cf
@ -12,7 +12,7 @@
|
|||||||
{% set padoftheday = pads | random %}
|
{% set padoftheday = pads | random %}
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<div id="welcome">
|
<div id="welcome">
|
||||||
Welcome! The pages below have been deliberately published by 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 pages are all produced through Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>.
|
Welcome! The pages below have been deliberately published by 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 pages are all produced through Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Etherpad is used as collaborative writing tool to take notes, create readers, coordinate projects and document gatherings that happen in and around Varia. For example <a href="{{ padoftheday.link }}">{{ padoftheday.padid }}</a>.
|
Etherpad is used as collaborative writing tool to take notes, create readers, coordinate projects and document gatherings that happen in and around Varia. For example <a href="{{ padoftheday.link }}">{{ padoftheday.padid }}</a>.
|
||||||
@ -36,9 +36,13 @@
|
|||||||
<td class="name">
|
<td class="name">
|
||||||
<a href="{{ pad.link }}">{{ pad.padid }}</a>
|
<a href="{{ pad.link }}">{{ pad.padid }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="versions">
|
<td class="versions">
|
||||||
{% for v in pad.versions %}<a href="{{ v.url }}">{{ v.type }}</a> {% endfor %}
|
{% for v in pad.versions %}<a href="{{ v.url }}">{{ v.type }}</a> {% endfor %}
|
||||||
</td>
|
</td>
|
||||||
|
<!-- WOW -->
|
||||||
|
<td class="magicwords">
|
||||||
|
{% for magicword in pad.magicwords %}<a href="#{{ magicword }}">{{ magicword }}</a> {% endfor %}
|
||||||
|
</td>
|
||||||
<!--<td class="lastedited">{{ pad.lastedited_iso|datetimeformat }}</td>-->
|
<!--<td class="lastedited">{{ pad.lastedited_iso|datetimeformat }}</td>-->
|
||||||
<!--<td class="revisions">{{ pad.revisions }}</td>-->
|
<!--<td class="revisions">{{ pad.revisions }}</td>-->
|
||||||
<!--<td class="authors">{{ pad.author_ids|length }}</td>-->
|
<!--<td class="authors">{{ pad.author_ids|length }}</td>-->
|
||||||
@ -53,7 +57,7 @@
|
|||||||
<small>This page is generated using <a href="https://git.vvvvvvaria.org/varia/etherpump">Etherpump</a>. It is a command-line utility and python library that extends the multi writing and publishing functionalities of the Etherpad.</small>
|
<small>This page is generated using <a href="https://git.vvvvvvaria.org/varia/etherpump">Etherpump</a>. It is a command-line utility and python library that extends the multi writing and publishing functionalities of the Etherpad.</small>
|
||||||
<br><br>
|
<br><br>
|
||||||
</p>
|
</p>
|
||||||
{% block info %}<p class="info">Last updated {{ timestamp }}.</p>{% endblock %}
|
{% block info %}<p class="info">Last updated {{ timestamp }}.</p>{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user