about summary refs log tree commit diff stats
path: root/process.html
blob: 67f8046f8b23c8bf6cefb5f11996c3ebb23e02d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<!-- AUTOCENTO OF THE BREAKFAST TABLE -->
<!-- vim: fdm=indent
-->
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="generator" content="pandoc">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <meta name="author" content="Case Duckworth">

    <title>Autocento of the breakfast table | Autocento of the breakfast table</title>
    <link rel="icon" type="image/png" href="trunk/favico.png" />

    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="trunk/lozenge.js" type="text/javascript"> </script>
    <script src="trunk/hylo.js" type="text/javascript"> </script>

    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
    <![endif]-->
    </head>
<body id="process" class="meta">
    

    <article class="container">
        <header>
            <!-- title -->
            <h1 class="title">Autocento of the breakfast table</h1>
            <h1 class="subtitle">process narrative</h1>

            <div class="header-extra">
                
                            </div>
        </header>

        
        <section class="content prose">
            <section id="outline" class="level2">
            <h2>Outline</h2>
            <ul>
            <li>Hi. My name is Case Duckworth. This is my thesis.</li>
            </ul>
            </section>
            <section id="process-steps" class="level2">
            <h2>Process steps</h2>
            <ol type="1">
            <li>Write poems.</li>
            <li>Convert to Markdown – generally easy.</li>
            <li>Compile to HTML with Pandoc.</li>
            <li>Style the pages with CSS.</li>
            <li>Use Github to put them online.
            <ul>
            <li><code>git</code> has been used throughout to keep track of changes.</li>
            <li>It’s a Version Control System – usually used for code but adapted for creative writing.</li>
            </ul></li>
            <li>Write Makefile for ease-of-compilation.
            <ul>
            <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>
            <li>It’s made the other parts of this much easier.</li>
            </ul></li>
            <li>Write <em>Hapax legomenon</em> compiler.</li>
            <li>Write compiler for backlinks.</li>
            <li>(TODO) write compiler for Index of first lines and common titles.</li>
            </ol>
            </section>
            <section id="the-beauty-of-this-system" class="level2">
            <h2>The beauty of this system</h2>
            <ul>
            <li>I can compile these poems into (almost) any format: <code>pandoc</code> supports a lot.</li>
            <li>Once I complete the above process once, I can focus on revising my poems.</li>
            <li>These poems are online for anyone to see and work off of.</li>
            <li>Something something intertextuality.</li>
            </ul>
            </section>
        </section>
    </article>
    <nav>
        
        <!-- ANCHORS -->
        <div class="anchors">
            <a href="process_backlinks.htm" id="back-link" title="Links to this page">
                &phi;
            </a>
            <a href="index.html" id="cover-link" title="To cover">&loz;</a>
            <a href="#" id="lozenge" title="ERROR">&#x221d;</a>
        </div>

            </nav>

    
</body>
</html>