about summary refs log tree commit diff stats
path: root/manifesto_poetics.html
Commit message (Collapse)AuthorAge
* First compile in v1.0.0 v1.0.0Case Duckworth2015-04-14
|
* Change file hierarchy and rewrite makefileCase Duckworth2015-04-14
| | | | | | | | | | | | | | | - 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
* Add Islands for backlinkless filesCase Duckworth2015-04-02
|
* Add backlinks pages (fixes #16).Case Duckworth2015-03-28
|
* Fix #5: Verse typesettingCase Duckworth2015-03-27
| | | | | | | | | | 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.
* Change verse lines '$' -> '^| 'Case Duckworth2015-03-27
|
* Add HAPAX LEGOMENA support & flatten structureCase Duckworth2015-03-26
| | | | | | | | | | 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.
* Change template and CSS for flatter structureCase Duckworth2015-03-24
| | | | | - Change CSS to one file - Change template to reflect CSS flattening
* Compile new articles to html & riverCase Duckworth2015-03-18