Digital zines 3
Revision as of 16:26, 31 January 2020 by Michael Murtaugh (talk | contribs)
this page is still being written 2020
Creating (static) indexes: Python + whoosh for search (maybe using facets to produce two-level index listings?) Concordances, Historical (and contemporary indexes) -- tools for making indexes. (Static sites I) ... work on pdfs from week 1 (and eventually materials from special issue)
- Bootstrapping, Englebart, Nelson, and other holy grail dreamers ...
- XQuery ? from document to database ??
- Book indexes
manpdf
small but significant: show example of making your own "manpdf" command:
#!/bin/bash
man -t $1 | ps2pdf - > $1.pdf