Browse Source

added about.html

main
simoon 2 years ago
parent
commit
5da7f60981
  1. 52
      templates/about.html

52
templates/about.html

@ -0,0 +1,52 @@
{% extends 'base.html' %}
{% block content %}
<div class="container-md">
<div class="row">
<div class="col-sm-12">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="display-6">Temporary Indexing</p>
</div>
<div class="flip-card-back">
<p class="display-6">A tool for printing our libraries</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">Readers of digital books often use software (such as <a href="https://calibre-ebook.com/" target="blank">Calibre</a>) to manage their libraries. They write metadata that describes and organises their collections idiosyncratically, entering information for fields such as title, author, tags, keywords and comments. Yet, this metadata is rarely published and what is called a "library" often amounts to an overwhelming number of files that remain unread and unshared, in a directory on a personal computer.</p>
<p class="lead">Libraries do so much more than give access to knowledge; they produce sociality. The sharing of texts is a fundamentally social activity; publishing is making public and making publics. How can our libraries be published to help us understand not only their content, but their social context and particularity, and in doing so connect them together?</p>
<p class="lead">Temporary Indexing is an experimental tool for printing, reading and sharing our personal library collections. It makes PDFs of printable catalogue cards from database files produced by installations of Calibre. It is intended to be used in "print parties", social events where we print indices and share our collections in an intimate, one-to-one setting. The tool encourages us to read and edit our libraries as an index made in a moment of printing, sharing, meeting, reading, making public.</p>
<p class="display-6">How to use it</p>
<li class="lead">Upload a valid metadata.db file</li>
<li class="lead">Choose which side, a or b, to include fields for title, author, timestamp, commments and tags</li>
<li class="lead">Click "generate" to produce an imposed A4 PDF</li>
<li class="lead">Download, print and cut your PDF in to A6 double-sided cards on paper of your choice</li>
<p class="lead">
Temporary Indexing runs on tools such as Flask, SQLite, pdfcpu, ReportLab and the Python module <a href="https://pypi.org/project/temp-index/" target="blank">temp-index</a>. It is free software published under a X licence, and can be copied, modified and redistributed from a <a href="https://git.vvvvvvaria.org/simoon/temporary-indexing-app" target="blank">git repository</a>.
</p>
</div>
<div class="col-sm-12">
<figure class="figure-img">
<img class="side-img" src="{{url_for('static', filename='IMG_4651.jpg')}}" />
</figure>
<figure class="figure-caption">A Moment for Temporary Indexing, held at Varia on 23/12/2021</figure>
<figure class="figure-img">
<img class="side-img" src="{{url_for('static', filename='IMG_4646-2.jpg')}}" />
</figure>
<figure class="figure-caption">A Moment for Temporary Indexing, held at Varia on 23/12/2021</figure>
</div>
</div>
</div>
{% endblock %}
Loading…
Cancel
Save