| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- File hierarchy is now as follows:
- /
- appendix/ < appendix source files
- backlinks/ < backlink sources & builds
- hapax/ < *.hapax source files
- scripts/ < scripts, like *.js, *.hs, etc.
- templates/ < templates for outputs
- text/ < source files
- trunk/ < assets, like css, images, heads, etc.
- index.html
- *.html
- Makefile
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Thanks to the pandoc-discussion thread at
<https://groups.google.com/forum/#!topic/pandoc-discuss/_JnTJnsSK3k>,
line breaks in verse have been converted to <span class="line">s,
which enables the CSS to style them with hanging indents, given
a too-small viewport. This commit also includes a makefile edit to
reflect this change, and the Haskell source and executable of the
pandoc filter.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The list of hapax legomena for this project is available at /hapax.html.
In addition, the directory structure has been further flattened.
All assets (javascript, lua, images, fonts) are in /trunk/.
One other thing was to update the makefile.
It compiles hapax.txt from rivers.
|
|
All content files (*.txt, *.html, *.river) are now in /.
I did this to simplify the compilation step, and to make
linking easier. I'm still thinking about whether I should
move the contents of js/, img/, and lua/ into /, or into
an 'assets' folder of some sort. We'll see.
|