]> Lady’s Gitweb - Shushe/commitdiff
Allow ⛩️📰 书社 to produce plain text
authorLady <redacted>
Mon, 1 Apr 2024 21:05:41 +0000 (17:05 -0400)
committerLady <redacted>
Tue, 2 Apr 2024 02:10:24 +0000 (22:10 -0400)
This requires adding _another_ build stage; the result of the
transformation step is output to `build/results`, which is then
processed again to create the `build/public` final result. In most
cases, this additional processing just produces a symlink. However,
when the root element is a special value, a derived file will be
produced.

The only special elements supported right now are `<书社:raw-text>`,
which outputs the raw text contents of the text nodes in the result
tree, and `<书社:base64-binary>`, which produces a binary file from the
base64 text contents determined using the same method.


No differences found
This page took 0.020995 seconds and 4 git commands to generate.