From 5da7f609810f2b9f60ced26f1acb772def5b7b00 Mon Sep 17 00:00:00 2001 From: simoon Date: Tue, 11 Jan 2022 16:16:42 +0100 Subject: [PATCH] added about.html --- templates/about.html | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/about.html diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..9c0ce68 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,52 @@ +{% extends 'base.html' %} + +{% block content %} + +
+
+
+
+
+
+

Temporary Indexing

+
+
+

A tool for printing our libraries

+
+
+
+
+
+
+
+ +

Readers of digital books often use software (such as Calibre) 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.

+ +

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?

+ +

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.

+ +

How to use it

+
  • Upload a valid metadata.db file
  • +
  • Choose which side, a or b, to include fields for title, author, timestamp, commments and tags
  • +
  • Click "generate" to produce an imposed A4 PDF
  • +
  • Download, print and cut your PDF in to A6 double-sided cards on paper of your choice
  • +

    + Temporary Indexing runs on tools such as Flask, SQLite, pdfcpu, ReportLab and the Python module temp-index. It is free software published under a X licence, and can be copied, modified and redistributed from a git repository. +

    +
    +
    +
    + +
    +
    A Moment for Temporary Indexing, held at Varia on 23/12/2021
    +
    + +
    +
    A Moment for Temporary Indexing, held at Varia on 23/12/2021
    +
    +
    +
    + + +{% endblock %} \ No newline at end of file