58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
{% extends "base.html" %}
|
|
{% block view %}black{% endblock %}
|
|
{% block title %}- colophon{% endblock %}
|
|
|
|
{% block search %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="colophon">
|
|
<br>
|
|
<br>
|
|
<p class="note">[colophon]</p>
|
|
<br>
|
|
<br>
|
|
<p>
|
|
The <em>cyber/technofeminist cross-reader</em> is developed by <a target="_blank" href="http://manettaberends.nl/">Manetta Berends</a><br />
|
|
in the context of the exhibition <em>Computer Grrrls</em> in Paris (March - July 2019).<br>
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Commissioned by:<br />
|
|
Inke Arns (Hartware Medien Kunst Verein, Dortmund)<br />
|
|
Marie Lechner (La Gaîté Lyrique, Paris)<br />
|
|
<br />
|
|
Cyber/technofeminist manifesto collection:<br />
|
|
Inke Arns<br>
|
|
Marie Lechner<br />
|
|
</p>
|
|
<p><br />
|
|
Fonts:<br />
|
|
Go-Mono<br />
|
|
Liberation Sans Narrow Bold<br />
|
|
<br />
|
|
Software:<br />
|
|
Flask<br />
|
|
NLTK<br />
|
|
<br />
|
|
Copyleft:<br>
|
|
The <em>cyber/technofeminist cross-reader</em> is a free work, <br>
|
|
you can copy, distribute, and modify it under the terms <br>
|
|
of the <a href="http://artlibre.org/licence/lal/en/">Free Art License</a>.
|
|
<br>
|
|
<br>
|
|
Code:<br>
|
|
<a href="https://git.vvvvvvaria.org/mb/cross-reader">https://git.vvvvvvaria.org/mb/cross-reader</a><br />
|
|
<br>
|
|
This project is made possible with the support of the DICRéAM fund, Paris.
|
|
</p>
|
|
<br>
|
|
<br>
|
|
<hr>
|
|
<div>
|
|
User Notice for Copyrighted Materials in this collection
|
|
<br><br>
|
|
Some of the manifestos in this collection are protected by copyright law, where the copyright is owned by third parties. Fair use permits only certain limited uses of the content. The author of this project is using the third-party content under a fair use doctrine, making a navigational cross-reading tool available to you. The third-party content is used to create an access-point, to read, explore and study them.
|
|
</div>
|
|
</div>
|
|
{% endblock %} |