blob: ea4a59018b367c8bc490b3567132589099d46f86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
These are miscellaneous writings, generally poetry and fiction. All original.
Top level::
Collections.
`aoif`::
Something imported into the collections, or otherwise provided for
more-or-less public consumption. May still be incomplete or in perpetual
revision.
`working`::
In progress, perhaps perpetually so, but hopefully better quality than in
`sketches`. Often unfinished.
`sketches`::
Random ideas that may or may not go anywhere. Extremely raw and almost
certainly unfinished.
Building these requires a few dependencies:
* Clone https://github.com/bk2204/DCT-XSLT.git somewhere, and change the
`SHEETDIR` variable to point to it. This in turn requires the DocBook XSL-NS
stylesheets and properly configured catalog support.
* GNU make is required.
* A version of asciidoctor supporting DocBook 5 is required. Upstream AsciiDoc
doesn't work for this, since it doesn't support subs=normal, which is required
for italics in verse blocks.
* Apache FOP is required.
* xsltproc is required.
* dbtoepub is required.
* zip and unzip are required.
* Ruby and Perl are required.
|