Browse Source

Update 'templates/index.html'

master
rra 5 years ago
parent
commit
3f0645afe4
  1. 9
      templates/index.html

9
templates/index.html

@ -4,18 +4,15 @@
<meta charset="utf-8" />
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="{%block css %}styles.css{%endblock%}">
<link rel="alternate" type="application/rss+xml" href="recentchanges.rss">
{% block scripts %}
<script src="jquery-latest.js"></script>
<script src="jquery.tablesorter.min.js"></script>
{% endblock scripts %}
</head>
<body>
<h1>{{title}}</h1>
<h1>{{title}} freshly baked on {{timestamp}}</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.
</div>
<table class="listing tablesorter">
<table>
<thead>
<tr>
<th>name</th>
@ -45,7 +42,7 @@
<div id="footer">
<hr>
<p>
This page is generated using <a href="https://gitlab.constantvzw.org/aa/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.
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>

Loading…
Cancel
Save