Digital zines 3: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{underconstruction|this page is still being written 2020}}
Class meeting 5 Feb 2020
 
{{underconstruction|this page is still being written}}


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)
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)
Line 7: Line 9:
* Book indexes
* Book indexes


See [[man page]] for manpdf.


small but significant: show example of making your own "manpdf" command:
* [[How are you being served?]], "Web 2.0"
<source lang="bash">
* python: elementtree ... or other / better interface ?? simple xpath
#!/bin/bash
* structure from footnotes / links ?? ... compare various structures available in mediawiki / markdown
man -t $1 | ps2pdf - > $1.pdf
</source>

Latest revision as of 18:24, 1 February 2020

Class meeting 5 Feb 2020

Construction.gif this page is still being written

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

See man page for manpdf.

  • How are you being served?, "Web 2.0"
  • python: elementtree ... or other / better interface ?? simple xpath
  • structure from footnotes / links ?? ... compare various structures available in mediawiki / markdown