about summary refs log tree commit diff stats
path: root/process.txt
diff options
context:
space:
mode:
authorCase Duckworth2015-04-02 17:34:26 -0700
committerCase Duckworth2015-04-02 17:34:26 -0700
commitbd9abbe4eb94b9c77865bd28bf73ec6eb0b39a95 (patch)
treeebfeb8135d5610aac69b8938d4dab09b23b758e2 /process.txt
parentRefactor makefile; Add hapax preprocessor (diff)
downloadautocento-bd9abbe4eb94b9c77865bd28bf73ec6eb0b39a95.tar.gz
autocento-bd9abbe4eb94b9c77865bd28bf73ec6eb0b39a95.zip
Fix #15: add compile support for indeces
Diffstat (limited to 'process.txt')
-rw-r--r--process.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/process.txt b/process.txt index 080dd0d..e3f3793 100644 --- a/process.txt +++ b/process.txt
@@ -9,15 +9,13 @@ project:
9 class: meta 9 class: meta
10... 10...
11 11
12Hi. My name is Case Duckworth. This is my thesis. 12## Hi. My name is Case Duckworth. This is my thesis.
13---------------------------------------------------
14 13
15_Autocento of the breakfast table_ is an inter/hypertextual exploration of the workings of inspiration, revision, and obsession. 14_Autocento of the breakfast table_ is an inter/hypertextual exploration of the workings of inspiration, revision, and obsession.
16I've compiled this work over multiple years, and recently linked it all together to form a (hopefully) more cohesive whole. 15I've compiled this work over multiple years, and recently linked it all together to form a (hopefully) more cohesive whole.
17To make this easier than collating everything by hand, I've relied on a process that leverages open-source technologies to publish my work onto a web platform. 16To make this easier than collating everything by hand, I've relied on a process that leverages open-source technologies to publish my work onto a web platform.
18 17
19Process steps 18## Process steps
20-------------
21 19
221. Write poems. 201. Write poems.
232. Convert to Markdown. 212. Convert to Markdown.
@@ -51,8 +49,7 @@ Process steps
51 - As of now, I've completed a _[Hapax legomenon][]_ compiler, a [back-link][] compiler, and an updater for the [random link functionality][] that's on this site. 49 - As of now, I've completed a _[Hapax legomenon][]_ compiler, a [back-link][] compiler, and an updater for the [random link functionality][] that's on this site.
52 - I'd like to build a compiler for the [Index of first lines][] and [Index of common titles][] once I have time. 50 - I'd like to build a compiler for the [Index of first lines][] and [Index of common titles][] once I have time.
53 51
54The beauty of this system 52## The beauty of this system
55-------------------------
56 53
57- I can compile these poems into (almost) any format: `pandoc` supports a lot. 54- I can compile these poems into (almost) any format: `pandoc` supports a lot.
58- Once I complete the above process once, I can focus on revising my poems. 55- Once I complete the above process once, I can focus on revising my poems.