Tools for generating the Volumetric Regimes book https://volumetricregimes.xyz/ (wiki-to-print, using Paged.js)
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.
 
 
 
 

73 lines
3.7 KiB

{% extends "flask/base.html" %}
{% block content %}
<div id="index">
<br>
<br>
<h1>
Volumetric Regimes
<br>Shared Book/PDF rendering environment
</h1>
<ul>
<li>
<strong>pdf</strong>: Preview the Book/PDF
<br>(opens a file)
<br>----- using <a href="https://www.pagedjs.org/">Paged.js</a> to render <a href="{{ url_for('static', filename='Unfolded.html')}}">Unfolded.html</a> in Book/PDF format
<br>----- using <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/src/branch/master/web-interface/templates/flask/pagedjs.html">this template</a>
</li>
<li>
<strong>inspect</strong>: Dive into the <a href="{{ url_for('static', filename='Unfolded.html')}}">Unfolded.html</a>
<br>(opens a file)
<br>----- that is used for the Book/PDF preview
<br>----- using <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/src/branch/master/web-interface/templates/flask/inspect.html">this template</a>
</li>
<li>
<strong>stylesheet</strong>: Change the lay-out
<br>(downloads a pad)
<br>----- saved to file as <a href="{{ url_for('static', filename='css/volumetric-regimes.css')}}">volumetric-regimes.css</a>
<br>----- using <a href="https://git.vvvvvvaria.org/varia/etherpump">Etherpump</a> to save the pad as file
</li>
<li>
<strong>update</strong>: Update the materials
<br>(downloads a wiki page)
<br>----- from the <a href="https://possiblebodies.constantvzw.org/book/index.php?title=Unfolded" target="new">Unfolded wiki page</a>
<br>----- saved to file as <a href="{{ url_for('static', filename='Unfolded.html')}}">Unfolded.html</a>
<br>----- saved to file as <a href="{{ url_for('static', filename='Unfolded.json')}}">Unfolded.json</a> (to inspect the MediaWiki API call)
<br>----- using <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/src/branch/master/web-interface/update.py">update.py</a>
</li>
</ul>
<div>
<h2>Meanwhile ...</h2>
<ul>
<li>
This web-interface is based on other interfaces-in-process, using <a href="https://git.vvvvvvaria.org/mb/pad2pdf">Flask to make collaborative workflows</a>
</li>
<li>
<a href="https://constantvzw.org/wefts/webpublications.en.html">https://constantvzw.org/wefts/webpublications.en.html</a>
</li>
<li>
<strong>notes</strong> was added, to include the organisational dynamics into the Book/PDF making
</li>
<li>
A shared environment that can be operated as a local <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/src/branch/master/command-line">command line tool</a> and <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/src/branch/master/web-interface">web-interface</a>, to allow for bridging different situations of viability (related to a shared server, personal hardware, ...).
</li>
<li>
Collaborative editorial space for Book/PDF making using Etherpads (<a href="http://osp.kitchen/tools/ethertoff/">Ethertoff</a> <> <a href="https://networksofonesown.constantvzw.org">Etherbox</a> <> <a href="https://git.xpub.nl/XPUB/jupyterpi">JupyterPi</a>)
</li>
<li>
The capacity of the shared server has been monitored, this is the impact of a hard-refresh of the <strong>pdf</strong> view:
<br>
<img src="https://git.vvvvvvaria.org/mb/volumetric-regimes-book/raw/branch/master/snapshots/capacity-monitor-varia-server.png">
</li>
</ul>
<br>
<br>
<small>Just in case: <a href="https://git.vvvvvvaria.org/mb/volumetric-regimes-book">https://git.vvvvvvaria.org/mb/volumetric-regimes-book</a> + <a href="https://possiblebodies.constantvzw.org/book/">https://possiblebodies.constantvzw.org/book/</a></small>
<br>
<br>
</div>
</div>
{% endblock %}