Update 'templates/index.html'
This commit is contained in:
parent
9f88ba77e3
commit
3f0645afe4
@ -4,18 +4,15 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{%block css %}styles.css{%endblock%}">
|
<link rel="stylesheet" type="text/css" href="{%block css %}styles.css{%endblock%}">
|
||||||
<link rel="alternate" type="application/rss+xml" href="recentchanges.rss">
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="jquery-latest.js"></script>
|
|
||||||
<script src="jquery.tablesorter.min.js"></script>
|
|
||||||
{% endblock scripts %}
|
{% endblock scripts %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{title}}</h1>
|
<h1>{{title}} freshly baked on {{timestamp}}</h1>
|
||||||
<div id="welcome">
|
<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.
|
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>
|
</div>
|
||||||
<table class="listing tablesorter">
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>name</th>
|
<th>name</th>
|
||||||
@ -45,7 +42,7 @@
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<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>
|
<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).
|
This list only includes pads that are tagged with the magic word <code>__PUBLISH__</code> (which is an <em>opt-in</em> keyword).
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user