From fb8cc7d92a20610776d9f6e0453d09cebed0bc3a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 28 Mar 2015 09:42:01 -0700 Subject: Add backlinks pages (fixes #16). --- process.html | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 process.html (limited to 'process.html') diff --git a/process.html b/process.html new file mode 100644 index 0000000..67f8046 --- /dev/null +++ b/process.html @@ -0,0 +1,93 @@ + + + + + + + + + + + Autocento of the breakfast table | Autocento of the breakfast table + + + + + + + + + + + +
+
+ +

Autocento of the breakfast table

+

process narrative

+ +
+ +
+
+ + +
+
+

Outline

+
    +
  • Hi. My name is Case Duckworth. This is my thesis.
  • +
+
+
+

Process steps

+
    +
  1. Write poems.
  2. +
  3. Convert to Markdown – generally easy.
  4. +
  5. Compile to HTML with Pandoc.
  6. +
  7. Style the pages with CSS.
  8. +
  9. Use Github to put them online. +
      +
    • git has been used throughout to keep track of changes.
    • +
    • It’s a Version Control System – usually used for code but adapted for creative writing.
    • +
  10. +
  11. Write Makefile for ease-of-compilation. +
      +
    • A makefile is a collection of instructions to make that tells it how to compile a set of files.
    • +
    • It’s made the other parts of this much easier.
    • +
  12. +
  13. Write Hapax legomenon compiler.
  14. +
  15. Write compiler for backlinks.
  16. +
  17. (TODO) write compiler for Index of first lines and common titles.
  18. +
+
+
+

The beauty of this system

+
    +
  • I can compile these poems into (almost) any format: pandoc supports a lot.
  • +
  • Once I complete the above process once, I can focus on revising my poems.
  • +
  • These poems are online for anyone to see and work off of.
  • +
  • Something something intertextuality.
  • +
+
+
+
+ + + + + -- cgit 1.4.1-21-gabe81