Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some revision & TOC inclusion | Case Duckworth | 2015-04-04 |
| | |||
* | Add backlinks to backlinks | Case Duckworth | 2015-04-03 |
| | |||
* | Update make clean | Case Duckworth | 2015-04-02 |
| | |||
* | 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. | ||
* | Flatten directory structure | Case Duckworth | 2015-03-25 |
| | | | | | | | | 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. | ||
* | Fix makefile re: RIVER crashing | Case Duckworth | 2015-03-25 |
| | |||
* | Remove test/ | Case Duckworth | 2015-03-25 |
| | |||
* | Add new "About Autocento" project | Case Duckworth | 2015-03-25 |
| | | | | | | | | - Affects "About this project," "Index of common titles," "Index of first lines." - Add links to cycle through these three - Change "README." to "about." - Include a compile | ||
* | Fix cover page css link | Case Duckworth | 2015-03-24 |
| | |||
* | Update makefile to sidestep pandoc error | Case Duckworth | 2015-03-24 |
| | |||
* | Change template and CSS for flatter structure | Case Duckworth | 2015-03-24 |
| | | | | | - Change CSS to one file - Change template to reflect CSS flattening | ||
* | Disable Jekyll page rendering | Case Duckworth | 2015-03-24 |
| | |||
* | Update Makefile to handle lozenge.js | Case Duckworth | 2015-03-24 |
| | |||
* | Makefile v.01 is alive | Case Duckworth | 2015-03-23 |
| | |||
* | Add makefile (no tests yet) | Case Duckworth | 2015-03-23 |
| | |||
* | Compile 3/19 | Case Duckworth | 2015-03-19 |
| | |||
* | Add about the author link to cover | Case Duckworth | 2015-03-19 |
| | |||
* | Another style change -- link colors | Case Duckworth | 2015-03-19 |
| | |||
* | Slight change of color on cover | Case Duckworth | 2015-03-19 |
| | |||
* | Change index.html to be a cover. | Case Duckworth | 2015-03-19 |
| | |||
* | Fix em-dash typo in first lines index | Case Duckworth | 2015-03-19 |
| | |||
* | Add index of first lines | Case Duckworth | 2015-03-19 |
| | |||
* | Fix spacing in epigraph + wallpaper | Case Duckworth | 2015-03-18 |
| | | | | Also, added byline to epigraph. | ||
* | Fix broken links in index | Case Duckworth | 2015-03-18 |
| | |||
* | Update index with new material | Case Duckworth | 2015-03-18 |
| | |||
* | Compile new articles to html & river | Case Duckworth | 2015-03-18 |
| | |||
* | Add articles from NAU MFA (that were missing) | Case Duckworth | 2015-03-18 |
| | |||
* | Add genesis section to README | Case Duckworth | 2015-03-18 |
| | |||
* | Revise README.txt | Case Duckworth | 2015-03-18 |
| | |||
* | Revise README for better understandability | Case Duckworth | 2015-03-18 |
| | |||
* | Add README (for real this time) & update with TODOs | Case Duckworth | 2015-03-18 |
| | |||
* | Add README.txt in src/ | Case Duckworth | 2015-03-18 |
| | | | | | Added a README as an explanation: as to the motivations behind the site, technological considerations, and usage notes. | ||
* | Update src/index.html | Case Duckworth | 2015-03-18 |
| | |||
* | Add src/index.html | Case Duckworth | 2015-03-18 |
| | |||
* | Mostly fix #11: Dedication/epigraph alignment | Case Duckworth | 2015-03-14 |
| | | | | | | | | | | | | So the issue is solved in terms of how it looks, though it adds a gross extra div into every page and uses :only-child, which I don't think is super-supported. But it's the best I can do that I know of until we get to better flexbox support. Or you know, maybe later I can try doing some templating fixes-- injecting classes so that normally, .dedication is right-aligned but when an epigraph is present, change the class to .dedication-left or something. IDK. Either way is sort of ugly. :( | ||
* | Move test suite into its own folder | Case Duckworth | 2015-03-14 |
| | |||
* | Change link underline style | Case Duckworth | 2015-03-13 |
| | |||
* | Fix bug in Moon Drowning linking to music-443 | Case Duckworth | 2015-03-13 |
| | |||
* | Change line-height in content to 1.3em from 1.25(?) | Case Duckworth | 2015-03-13 |
| | |||
* | Add Linux Libertine to repo (fixes #12) | Case Duckworth | 2015-03-13 |
| | | | | | Included are Linux Libertine Regular, Bold, and Italic, in otf and woff. |