{% block scripts %} {% endblock scripts %} {% set padoftheday = pads | random %}

{{ title }}

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 Etherpad instance.

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 {{ padoftheday.padid }}.

This index is updated every 60 minutes.
{% set allmagicwords = [] %} {% for pad in pads %} {% endfor %}
name versions
{{ pad.padid }} {% for v in pad.versions %}{{ v.type }} {% endfor %} {% for magicword in pad.magicwords %} {% if magicword == "__PUBLISH__" %}

{{magicword}}

{% else %} {{ magicword }} {% endif %} {% if magicword %}
{{ allmagicwords.append(magicword) }}
{% endif %} {% endfor %}
{% for magicword in allmagicwords | unique | sort %} {% if magicword != "__PUBLISH__" %}

{{ magicword }}

{% for pad in pads %} {% if magicword in pad.magicwords %} {% endif %} {% endfor %}
name versions
{{ pad.padid }} {% for v in pad.versions %}{{ v.type }} {% endfor %} {% for magicword in pad.magicwords | sort %} {% if magicword != "__PUBLISH__" %} {{ magicword }} {% endif %} {% endfor %}
{% endif %} {% endfor %}