Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add link to text source | Case Duckworth | 2015-04-20 |
| | |||
* | Fix unforeseen verse typesetting issue with width | Case Duckworth | 2015-04-14 |
| | |||
* | Fix code display issues | Case Duckworth | 2015-04-14 |
| | |||
* | Revise index.html to reflect new appendices | Case Duckworth | 2015-04-14 |
| | |||
* | Fix directory listing in style.css | Case Duckworth | 2015-04-14 |
| | |||
* | Change file hierarchy and rewrite makefile | Case Duckworth | 2015-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 | ||
* | Some revision & TOC inclusion | Case Duckworth | 2015-04-04 |
| | |||
* | Add backlinks to backlinks | Case Duckworth | 2015-04-03 |
| | |||
* | Add Islands for backlinkless files | Case Duckworth | 2015-04-02 |
| | |||
* | Fix #15: add compile support for indeces | Case Duckworth | 2015-04-02 |
| | |||
* | Refactor makefile; Add hapax preprocessor | Case Duckworth | 2015-04-01 |
| | |||
* | Merge branch 'gh-pages' of https://github.com/duckwork/autocento into gh-pages | Case Duckworth | 2015-04-01 |
|\ | |||
| * | Fix spacing issue in versify.hs l.15 | Case Duckworth | 2015-04-01 |
| | | |||
* | | Revise a few poems in Elegies | Case Duckworth | 2015-04-01 |
|/ | | | | Also add a .gitignore. How is this so late? | ||
* | Add Abstract and Process Narrative | Case Duckworth | 2015-03-28 |
| | |||
* | Add backlinks pages (fixes #16). | Case Duckworth | 2015-03-28 |
| | |||
* | Fix #5: Verse typesetting | Case Duckworth | 2015-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 Duckworth | 2015-03-27 |
| | |||
* | Add HAPAX LEGOMENA support & flatten structure | Case Duckworth | 2015-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. |