diff options
Diffstat (limited to 'process.html')
-rw-r--r-- | process.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/process.html b/process.html new file mode 100644 index 0000000..67f8046 --- /dev/null +++ b/process.html | |||
@@ -0,0 +1,93 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- AUTOCENTO OF THE BREAKFAST TABLE --> | ||
3 | <!-- vim: fdm=indent | ||
4 | --> | ||
5 | <html lang="en"> | ||
6 | <head> | ||
7 | <meta charset="utf-8"> | ||
8 | <meta name="generator" content="pandoc"> | ||
9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
10 | <meta name="author" content="Case Duckworth"> | ||
11 | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | ||
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | ||
14 | |||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | ||
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | ||
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | ||
18 | |||
19 | <!--[if lt IE 9]> | ||
20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | ||
21 | <![endif]--> | ||
22 | </head> | ||
23 | <body id="process" class="meta"> | ||
24 | |||
25 | |||
26 | <article class="container"> | ||
27 | <header> | ||
28 | <!-- title --> | ||
29 | <h1 class="title">Autocento of the breakfast table</h1> | ||
30 | <h1 class="subtitle">process narrative</h1> | ||
31 | |||
32 | <div class="header-extra"> | ||
33 | |||
34 | </div> | ||
35 | </header> | ||
36 | |||
37 | |||
38 | <section class="content prose"> | ||
39 | <section id="outline" class="level2"> | ||
40 | <h2>Outline</h2> | ||
41 | <ul> | ||
42 | <li>Hi. My name is Case Duckworth. This is my thesis.</li> | ||
43 | </ul> | ||
44 | </section> | ||
45 | <section id="process-steps" class="level2"> | ||
46 | <h2>Process steps</h2> | ||
47 | <ol type="1"> | ||
48 | <li>Write poems.</li> | ||
49 | <li>Convert to Markdown – generally easy.</li> | ||
50 | <li>Compile to HTML with Pandoc.</li> | ||
51 | <li>Style the pages with CSS.</li> | ||
52 | <li>Use Github to put them online. | ||
53 | <ul> | ||
54 | <li><code>git</code> has been used throughout to keep track of changes.</li> | ||
55 | <li>It’s a Version Control System – usually used for code but adapted for creative writing.</li> | ||
56 | </ul></li> | ||
57 | <li>Write Makefile for ease-of-compilation. | ||
58 | <ul> | ||
59 | <li>A <code>makefile</code> is a collection of instructions to <code>make</code> that tells it how to compile a set of files.</li> | ||
60 | <li>It’s made the other parts of this much easier.</li> | ||
61 | </ul></li> | ||
62 | <li>Write <em>Hapax legomenon</em> compiler.</li> | ||
63 | <li>Write compiler for backlinks.</li> | ||
64 | <li>(TODO) write compiler for Index of first lines and common titles.</li> | ||
65 | </ol> | ||
66 | </section> | ||
67 | <section id="the-beauty-of-this-system" class="level2"> | ||
68 | <h2>The beauty of this system</h2> | ||
69 | <ul> | ||
70 | <li>I can compile these poems into (almost) any format: <code>pandoc</code> supports a lot.</li> | ||
71 | <li>Once I complete the above process once, I can focus on revising my poems.</li> | ||
72 | <li>These poems are online for anyone to see and work off of.</li> | ||
73 | <li>Something something intertextuality.</li> | ||
74 | </ul> | ||
75 | </section> | ||
76 | </section> | ||
77 | </article> | ||
78 | <nav> | ||
79 | |||
80 | <!-- ANCHORS --> | ||
81 | <div class="anchors"> | ||
82 | <a href="process_backlinks.htm" id="back-link" title="Links to this page"> | ||
83 | φ | ||
84 | </a> | ||
85 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
86 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
87 | </div> | ||
88 | |||
89 | </nav> | ||
90 | |||
91 | |||
92 | </body> | ||
93 | </html> | ||