about summary refs log tree commit diff stats
path: root/README.html
diff options
context:
space:
mode:
authorCase Duckworth2015-01-29 22:54:41 -0700
committerCase Duckworth2015-01-29 22:54:41 -0700
commit7f93c5f7205bc1cc0c2e21694fd10880eec51aca (patch)
treef68587ec92369e619961087bab01cbd387bbb06e /README.html
parentUpdate index to link to Github, README YAML spec (diff)
downloadautocento-7f93c5f7205bc1cc0c2e21694fd10880eec51aca.tar.gz
autocento-7f93c5f7205bc1cc0c2e21694fd10880eec51aca.zip
Add Hezekiah; Work out YAML metainfo"
Diffstat (limited to 'README.html')
-rw-r--r--README.html23
1 files changed, 18 insertions, 5 deletions
diff --git a/README.html b/README.html index 4c6eaac..97616a4 100644 --- a/README.html +++ b/README.html
@@ -9,9 +9,22 @@
9<p><em>Note: you're on Windows right now, so make sure and type <code>bash compile.sh</code> to run the program.</em></p> 9<p><em>Note: you're on Windows right now, so make sure and type <code>bash compile.sh</code> to run the program.</em></p>
10<p>At the top of each file, there should be a YAML block that looks something like this:</p> 10<p>At the top of each file, there should be a YAML block that looks something like this:</p>
11<pre class="sourceCode yaml"><code class="sourceCode yaml"><span class="ot">---</span> 11<pre class="sourceCode yaml"><code class="sourceCode yaml"><span class="ot">---</span>
12<span class="fu">title:</span> <span class="st">&#39;Title of poem or whatever&#39;</span> 12<span class="fu">title:</span> <span class="st">&#39;Title of poem&#39;</span>
13<span class="fu">subtitle:</span> <span class="st">&#39;Subtitle, if it exists&#39;</span> 13<span class="fu">subtitle:</span> <span class="st">&#39;Subtitle&#39;</span><span class="er"> # optional</span>
14<span class="fu">epigraph:</span> <span class="st">&#39;Include epigraph here, if it exists&#39;</span> 14<span class="fu">genre:</span> <span class="st">&#39;[verse|prose]&#39;</span>
15<span class="fu">epigraph-credit:</span> <span class="st">&#39;Who said the epigraph or wrote it or whatever&#39;</span> 15
16<span class="fu">project:</span> <span class="st">&#39;Original project here&#39;</span> 16<span class="fu">project:</span>
17<span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Original project name&#39;</span>
18 <span class="fu">order:</span> <span class="kw">[</span>number<span class="kw">]</span>
19 <span class="fu">prev:</span>
20 <span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Title of previous thing in original project&#39;</span>
21 <span class="fu">link:</span> <span class="st">&#39;link to that thing&#39;</span>
22 <span class="fu">next:</span>
23 <span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Title of next thing in original project&#39;</span>
24 <span class="kw">-</span> <span class="fu">link:</span> <span class="st">&#39;link to that thing&#39;</span>
25
26<span class="fu">epigraph:</span> <span class="co"># optional</span>
27<span class="kw">-</span> <span class="fu">content:</span> <span class="st">&#39;Quote from outside&#39;</span>
28 <span class="fu">link:</span> <span class="st">&#39;Link to online version of epigraph&#39;</span>
29 <span class="fu">attrib:</span> <span class="st">&#39;Who said the epigraph&#39;</span><span class="er"> # optional</span>
17<span class="co">...</span></code></pre> 30<span class="co">...</span></code></pre>