Browse Source

updated about.html

main
simoon 2 years ago
parent
commit
64602d05d2
  1. 14
      templates/about.html

14
templates/about.html

@ -27,24 +27,16 @@
<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>
<ol>
<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>
</ol>
<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>.
Temporary Indexing runs on tools such as <a href="https://flask-wtf.readthedocs.io/en/1.0.x/" target="blank">Flask-WTF</a>, <a href="https://www.sqlite.org/index.html" target="blank">SQLite</a>, <a href="https://pdfcpu.io/" target="blank">pdfcpu</a>, <a href="https://www.reportlab.com/" target="blank">ReportLab</a> and the Python module <a href="https://pypi.org/project/temp-index/" target="blank">temp-index</a>. It is free software published under the <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="blank">GNU General Public License v3.0</a>, 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>

Loading…
Cancel
Save