You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
1.4 KiB

{% extends "base.html" %}
{% block content %}
<div id="index">
<h1>{{ title }}</h1>
<h4>Network of Wiki-Publishing Experiments</h4>
<p>This project's code is published on <a href="https://github.com/hackersanddesigners/wiki2print">Github</a> under the <a href="https://constantvzw.org/wefts/cc4r.en.html">CC4r</a> license.</p>
<p>This project is inspired by and builds upon several previous iterations of and experiments with mediawiki-to-pdf workflows:
<uL>
<li>
<a href="https://hackersanddesigners.nl/">Hacker & Designer</a>'s work on <a href="https://hackersanddesigners.nl/s/Publishing/p/Making_Matters._A_Vocabulary_of_Collective_Arts">Making Matters</a>
</li>
<li>
<a href="http://titipi.org/">TITiPI</a>'s <a href="http://titipi.org/wiki-to-pdf/unfold/Infrastructural_Interactions">Infrastructural Interactions</a>
</li>
<li>
<a href="https://git.vvvvvvaria.org/mb">Manetta</a>'s work on <a href="https://volumetricregimes.xyz/index.php?title=Volumetric_Regimes">Volumetric Regimes</a>
</li>
<li>
<a href="https://constantvzw.org/site/">Constant</a>'s and <a href="https://osp.kitchen">OSP</a>'s work on <a href="https://diversions.constantvzw.org/wiki/index.php?title=Main_Page">Diversions</a>
</li>
<li>
<a href="https://constantvzw.org/wefts/webpublications.en.html">many more...</a>
</li>
</uL>
</p>
{% endblock %}