diff options
author | Case Duckworth | 2015-03-25 10:45:31 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-25 10:45:31 -0700 |
commit | 3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53 (patch) | |
tree | 03cd4e90e7bceac4b1813fb78f60e74aa57e1f55 | |
parent | Fix cover page css link (diff) | |
download | autocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.tar.gz autocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.zip |
Add new "About Autocento" project
- Affects "About this project," "Index of common titles," "Index of first lines." - Add links to cycle through these three - Change "README." to "about." - Include a compile
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | about-the-author.html | 6 | ||||
-rw-r--r-- | about.html (renamed from README.html) | 12 | ||||
-rw-r--r-- | common-titles.html | 19 | ||||
-rw-r--r-- | deathstrumpet.html | 4 | ||||
-rw-r--r-- | epigraph.html | 8 | ||||
-rw-r--r-- | first-lines.html | 10 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | js/lozenge.js | 2 | ||||
-rw-r--r-- | poetry-time.html | 2 | ||||
-rw-r--r-- | river/about.river (renamed from river/README.river) | 23 | ||||
-rw-r--r-- | river/common-titles.river | 26 | ||||
-rw-r--r-- | river/first-lines.river | 19 | ||||
-rw-r--r-- | src/about.txt (renamed from src/README.txt) | 10 | ||||
-rw-r--r-- | src/common-titles.txt | 14 | ||||
-rw-r--r-- | src/first-lines.txt | 10 | ||||
-rw-r--r-- | style.css | 33 | ||||
-rw-r--r-- | table_contents.html | 6 |
18 files changed, 154 insertions, 62 deletions
diff --git a/README.md b/README.md index 80d5d0d..cf1780d 100644 --- a/README.md +++ b/README.md | |||
@@ -17,14 +17,15 @@ At the top of each file, there is a YAML metadata block that looks something lik | |||
17 | 17 | ||
18 | ````yaml | 18 | ````yaml |
19 | --- | 19 | --- |
20 | title: Title of poem | 20 | title: Title of article |
21 | id: file-name-without-extension | ||
21 | subtitle: Subtitle # optional | 22 | subtitle: Subtitle # optional |
22 | genre: verse # verse or prose | 23 | genre: verse # verse or prose |
23 | 24 | ||
24 | epigraph: # optional | 25 | epigraph: # optional |
25 | - content: 'Content of epigraph' # req'd if epigraph exists | 26 | content: 'Content of epigraph' # req'd if epigraph exists |
26 | link: 'http://link-to-epigraph-source/' # optional | 27 | link: 'http://link-to-epigraph-source/' # optional |
27 | attrib: 'Epigraph attribution' # optional | 28 | attrib: 'Epigraph attribution' # optional |
28 | 29 | ||
29 | dedication: my mother # optional | 30 | dedication: my mother # optional |
30 | 31 | ||
@@ -36,6 +37,7 @@ ekphrastic: # optional image ekphrastic | |||
36 | 37 | ||
37 | project: | 38 | project: |
38 | title: Original project name | 39 | title: Original project name |
40 | class: class-name-for-css | ||
39 | order: 1 # page number, optional | 41 | order: 1 # page number, optional |
40 | prev: # optional | 42 | prev: # optional |
41 | - title: Title of previous thing in original project | 43 | - title: Title of previous thing in original project |
diff --git a/about-the-author.html b/about-the-author.html index 0140358..f578008 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -43,7 +43,11 @@ | |||
43 | 43 | ||
44 | <section class="content prose"> | 44 | <section class="content prose"> |
45 | <table> | 45 | <table> |
46 | <col style="width: 44%" /><col style="width: 55%" /><tbody> | 46 | <colgroup> |
47 | <col style="width: 44%" /> | ||
48 | <col style="width: 55%" /> | ||
49 | </colgroup> | ||
50 | <tbody> | ||
47 | <tr class="odd"> | 51 | <tr class="odd"> |
48 | <td style="text-align: left;"><a href="sixteenth-chapel.html">He was born</a> on a few separate occasions</td> | 52 | <td style="text-align: left;"><a href="sixteenth-chapel.html">He was born</a> on a few separate occasions</td> |
49 | <td style="text-align: right;"><em><a href="stayed-on-the-bus.html">green traffic lights</a> at night</em></td> | 53 | <td style="text-align: right;"><em><a href="stayed-on-the-bus.html">green traffic lights</a> at night</em></td> |
diff --git a/README.html b/about.html index 2570522..b9df5c0 100644 --- a/README.html +++ b/about.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <![endif]--> | 21 | <![endif]--> |
22 | <!-- <script src="js/external.js"> </script> --> | 22 | <!-- <script src="js/external.js"> </script> --> |
23 | </head> | 23 | </head> |
24 | <body id="README" class="autocento"> | 24 | <body id="README" class="meta"> |
25 | 25 | ||
26 | 26 | ||
27 | <article class="container"> | 27 | <article class="container"> |
@@ -85,7 +85,7 @@ | |||
85 | <p>If you’d like to contact me about the state of this work or my writing in general, you can email me at <script type="text/javascript"> | 85 | <p>If you’d like to contact me about the state of this work or my writing in general, you can email me at <script type="text/javascript"> |
86 | <!-- | 86 | <!-- |
87 | h='autocento.me';a='@';n='case';e=n+a+h; | 87 | h='autocento.me';a='@';n='case';e=n+a+h; |
88 | document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); | 88 | document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>'); |
89 | // --> | 89 | // --> |
90 | </script><noscript>case at autocento dot me</noscript>.</p> | 90 | </script><noscript>case at autocento dot me</noscript>.</p> |
91 | <!-- links & footnotes --> | 91 | <!-- links & footnotes --> |
@@ -101,7 +101,15 @@ | |||
101 | </section> | 101 | </section> |
102 | </article> | 102 | </article> |
103 | <nav> | 103 | <nav> |
104 | <a class="prevlink" href="first-lines.html" | ||
105 | title="Previous article in About Autocento"> | ||
106 | Index of first lines | ||
107 | </a> | ||
104 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 108 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
109 | <a class="nextlink" href="common-titles.html" | ||
110 | title="Next article in About Autocento"> | ||
111 | Index of common titles | ||
112 | </a> | ||
105 | </nav> | 113 | </nav> |
106 | 114 | ||
107 | 115 | ||
diff --git a/common-titles.html b/common-titles.html index 05587c0..9311d77 100644 --- a/common-titles.html +++ b/common-titles.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <![endif]--> | 21 | <![endif]--> |
22 | <!-- <script src="js/external.js"> </script> --> | 22 | <!-- <script src="js/external.js"> </script> --> |
23 | </head> | 23 | </head> |
24 | <body id="common-titles" class="autocento"> | 24 | <body id="common-titles" class="meta"> |
25 | 25 | ||
26 | 26 | ||
27 | <article class="container"> | 27 | <article class="container"> |
@@ -32,17 +32,12 @@ | |||
32 | 32 | ||
33 | <div class="header-extra"> | 33 | <div class="header-extra"> |
34 | 34 | ||
35 | <!-- epigraph --> | ||
36 | <div class="epigraph"> | ||
37 | <a href="README.html">Read me.</a> | ||
38 | |||
39 | </div> | ||
40 | </div> | 35 | </div> |
41 | </header> | 36 | </header> |
42 | 37 | ||
43 | 38 | ||
44 | <section class="content verse"> | 39 | <section class="content verse"> |
45 | <p><a href="100-lines.html">100 lines</a> <a href="about-the-author.html">about the author</a>, <a href="about_author.html">Case Duckworth</a> (née <a href="amber-alert.html">Amber): alert</a>!</p> | 40 | <p><a href="100-lines.html">100 lines</a> <a href="about-the-author.html">about the author</a>, <a href="about_author.html">Case Duckworth</a> (nee <a href="amber-alert.html">Amber): alert</a>!</p> |
46 | <p><a href="and.html">And</a> <a href="angeltoabraham.html">the angel, to Abraham</a>, <a href="apollo11.html">on seeing the panorama<br />of the Apollo 11 landing site</a>: “<a href="arspoetica.html">Ars poetica</a>: <a href="art.html">art</a>, an <a href="axe.html">axe</a>,<br /><a href="big-dipper.html">the big dipper</a> and <a href="boar.html">the boar</a>. The <a href="boy_bus.html">boy on the bus</a> is <a href="building.html">building</a>.<br /><a href="call-me-aural-pleasure.html">Call me</a> <a href="cereal.html"><em>Cereal</em></a> or <a href="cold-wind.html"><em>Cold Wind</em></a>.<br /><a href="collage-instrumented.html">Instrument</a> a collage.”</p> | 41 | <p><a href="and.html">And</a> <a href="angeltoabraham.html">the angel, to Abraham</a>, <a href="apollo11.html">on seeing the panorama<br />of the Apollo 11 landing site</a>: “<a href="arspoetica.html">Ars poetica</a>: <a href="art.html">art</a>, an <a href="axe.html">axe</a>,<br /><a href="big-dipper.html">the big dipper</a> and <a href="boar.html">the boar</a>. The <a href="boy_bus.html">boy on the bus</a> is <a href="building.html">building</a>.<br /><a href="call-me-aural-pleasure.html">Call me</a> <a href="cereal.html"><em>Cereal</em></a> or <a href="cold-wind.html"><em>Cold Wind</em></a>.<br /><a href="collage-instrumented.html">Instrument</a> a collage.”</p> |
47 | <p><a href="creation-myth.html">Creation myth</a>: <a href="deadman.html">dead man</a> = <a href="death-zone.html">the death zone</a> =<br /><a href="deathstrumpet.html">Death’s trumpet</a>. <a href="dream.html">Dream</a> <a href="early.html">early</a>.</p> | 42 | <p><a href="creation-myth.html">Creation myth</a>: <a href="deadman.html">dead man</a> = <a href="death-zone.html">the death zone</a> =<br /><a href="deathstrumpet.html">Death’s trumpet</a>. <a href="dream.html">Dream</a> <a href="early.html">early</a>.</p> |
48 | <p><a href="elegyforanalternateself.html">Elegy for an alternate self:</a> an <a href="epigraph.html">epigraph</a>,<br /><a href="ex-machina.html"><em>ex machina</em></a> and <a href="exasperated.html">exasperated</a>; <a href="father.html">Father</a> <a href="feedingtheraven.html">feeding<br />the raven</a>, <a href="finding-the-lion.html">finding the lion</a>, setting a <a href="fire.html">fire</a>.</p> | 43 | <p><a href="elegyforanalternateself.html">Elegy for an alternate self:</a> an <a href="epigraph.html">epigraph</a>,<br /><a href="ex-machina.html"><em>ex machina</em></a> and <a href="exasperated.html">exasperated</a>; <a href="father.html">Father</a> <a href="feedingtheraven.html">feeding<br />the raven</a>, <a href="finding-the-lion.html">finding the lion</a>, setting a <a href="fire.html">fire</a>.</p> |
@@ -58,11 +53,19 @@ | |||
58 | <p>A <a href="stump.html">stump</a> is not a <a href="swansong-alt.html">swansong</a> is not a <a href="swansong.html"><em>swan</em>, Song</a>.<br /> <a href="swear.html">Swear</a> the <a href="table_contents.html">table of contents</a> is a <a href="tapestry.html">tapestry</a>.<br /><a href="telemarketer.html">Telemarketer</a>s swear that <a href="the-night-we-met.html">the night we met, I<br />was out of my mind</a>.</p> | 53 | <p>A <a href="stump.html">stump</a> is not a <a href="swansong-alt.html">swansong</a> is not a <a href="swansong.html"><em>swan</em>, Song</a>.<br /> <a href="swear.html">Swear</a> the <a href="table_contents.html">table of contents</a> is a <a href="tapestry.html">tapestry</a>.<br /><a href="telemarketer.html">Telemarketer</a>s swear that <a href="the-night-we-met.html">the night we met, I<br />was out of my mind</a>.</p> |
59 | <p><a href="the-sea_the-beach.html">The sea and the beach</a>, even <a href="theoceanoverflowswithcamels.html">the ocean overflows<br />with camels</a>. <a href="time-looks-up-to-the-sky.html">Time looks up to the sky</a>,<br /><a href="todaniel.html">to Daniel</a> on the <a href="toilet.html">toilet</a> writing “<a href="toothpaste.html">Toothpaste</a>,”<br />a <a href="treatise.html">treatise</a> on <a href="underwear.html">underwear</a> and <a href="wallpaper.html">wallpaper</a>.</p> | 54 | <p><a href="the-sea_the-beach.html">The sea and the beach</a>, even <a href="theoceanoverflowswithcamels.html">the ocean overflows<br />with camels</a>. <a href="time-looks-up-to-the-sky.html">Time looks up to the sky</a>,<br /><a href="todaniel.html">to Daniel</a> on the <a href="toilet.html">toilet</a> writing “<a href="toothpaste.html">Toothpaste</a>,”<br />a <a href="treatise.html">treatise</a> on <a href="underwear.html">underwear</a> and <a href="wallpaper.html">wallpaper</a>.</p> |
60 | <p><a href="weplayedthosegamestoo.html">We played those games too</a>.</p> | 55 | <p><a href="weplayedthosegamestoo.html">We played those games too</a>.</p> |
61 | <p><a href="when-im-sorry-i.html">When I’m sorry I wash dishes</a> in the <a href="window.html">window</a>, <a href="walking-in-the-rain.html">walking<br />in the rain</a>, thinking about <a href="what-we-are-made-of.html">what we are made of</a>: <a href="words-meaning.html">words and meaning</a>, <a href="words-irritable-reaching.html">irritably reaching after reason</a>. I feel <a href="worse-looking-over.html">worse,<br />looking over</a> at you, than when I’m <a href="writing.html">writing</a><br />an <a href="x-ray.html">x-ray</a> in <a href="yellow.html">yellow</a>.</p> | 56 | <p><a href="when-im-sorry-i.html">When I’m sorry I wash dishes</a> in the <a href="window.html">window</a>, <a href="walking-in-the-rain.html">walking<br />in the rain</a>, thinking<br />about <a href="what-we-are-made-of.html">what we are made of</a>:<br /><a href="words-meaning.html">words and meaning</a>, <a href="words-irritable-reaching.html">irritably reaching after reason</a>. I feel <a href="worse-looking-over.html">worse,<br />looking over</a> at you, than when I’m <a href="writing.html">writing</a><br />an <a href="x-ray.html">x-ray</a> in <a href="yellow.html">yellow</a>.</p> |
62 | </section> | 57 | </section> |
63 | </article> | 58 | </article> |
64 | <nav> | 59 | <nav> |
60 | <a class="prevlink" href="about.html" | ||
61 | title="Previous article in About Autocento"> | ||
62 | About <em>Autocento</em> | ||
63 | </a> | ||
65 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 64 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
65 | <a class="nextlink" href="first-lines.html" | ||
66 | title="Next article in About Autocento"> | ||
67 | Index of first lines | ||
68 | </a> | ||
66 | </nav> | 69 | </nav> |
67 | 70 | ||
68 | 71 | ||
diff --git a/deathstrumpet.html b/deathstrumpet.html index 11458d7..cdcb72a 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html | |||
@@ -51,6 +51,10 @@ | |||
51 | </section> | 51 | </section> |
52 | </article> | 52 | </article> |
53 | <nav> | 53 | <nav> |
54 | <a class="prevlink" href="todaniel.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | To Daniel: an elaboration | ||
57 | </a> | ||
54 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
55 | </nav> | 59 | </nav> |
56 | 60 | ||
diff --git a/epigraph.html b/epigraph.html index 7c1d1da..47d9aa6 100644 --- a/epigraph.html +++ b/epigraph.html | |||
@@ -41,7 +41,15 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <a class="prevlink" href="deathstrumpet.html" | ||
45 | title="Previous article in Elegies for alternate selves"> | ||
46 | Death’s Trumpet | ||
47 | </a> | ||
44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
49 | <a class="nextlink" href="howtoreadthis.html" | ||
50 | title="Next article in Elegies for alternate selves"> | ||
51 | How to read this | ||
52 | </a> | ||
45 | </nav> | 53 | </nav> |
46 | 54 | ||
47 | 55 | ||
diff --git a/first-lines.html b/first-lines.html index 737478a..0b2c63f 100644 --- a/first-lines.html +++ b/first-lines.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <![endif]--> | 21 | <![endif]--> |
22 | <!-- <script src="js/external.js"> </script> --> | 22 | <!-- <script src="js/external.js"> </script> --> |
23 | </head> | 23 | </head> |
24 | <body id="first-lines" class="autocento"> | 24 | <body id="first-lines" class="meta"> |
25 | 25 | ||
26 | 26 | ||
27 | <article class="container"> | 27 | <article class="container"> |
@@ -59,7 +59,15 @@ | |||
59 | </section> | 59 | </section> |
60 | </article> | 60 | </article> |
61 | <nav> | 61 | <nav> |
62 | <a class="prevlink" href="common-titles.html" | ||
63 | title="Previous article in About Autocento"> | ||
64 | Index of common titles | ||
65 | </a> | ||
62 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 66 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
67 | <a class="nextlink" href="about.html" | ||
68 | title="Next article in About Autocento"> | ||
69 | About <em>Autocento</em> | ||
70 | </a> | ||
63 | </nav> | 71 | </nav> |
64 | 72 | ||
65 | 73 | ||
diff --git a/index.html b/index.html index 9d82e0b..4e233cb 100644 --- a/index.html +++ b/index.html | |||
@@ -43,7 +43,7 @@ | |||
43 | <a href="first-lines.html">first lines</a> and | 43 | <a href="first-lines.html">first lines</a> and |
44 | <a href="common-titles.html">common titles</a>. | 44 | <a href="common-titles.html">common titles</a>. |
45 | </li> | 45 | </li> |
46 | <li><a href="README.html">About this project</a>.</li> | 46 | <li><a href="about.html">About this project</a>.</li> |
47 | </ul> | 47 | </ul> |
48 | </section> | 48 | </section> |
49 | </article> | 49 | </article> |
diff --git a/js/lozenge.js b/js/lozenge.js index 6c4a27b..1e5a338 100644 --- a/js/lozenge.js +++ b/js/lozenge.js | |||
@@ -6,7 +6,7 @@ | |||
6 | function _lozenge() { | 6 | function _lozenge() { |
7 | var lozenge = document.getElementById('lozenge'); | 7 | var lozenge = document.getElementById('lozenge'); |
8 | // array with all files {{{ | 8 | // array with all files {{{ |
9 | var files=["100-lines.html","README.html","about-the-author.html","about_author.html","amber-alert.html","and.html","angeltoabraham.html","apollo11.html","arspoetica.html","art.html","axe.html","big-dipper.html","boar.html","boy_bus.html","building.html","call-me-aural-pleasure.html","cereal.html","cold-wind.html","collage-instrument.html","common-titles.html","creation-myth.html","deadman.html","death-zone.html","deathstrumpet.html","dollywood.html","dream.html","early.html","elegyforanalternateself.html","epigraph.html","ex-machina.html","exasperated.html","father.html","feedingtheraven.html","finding-the-lion.html","fire.html","first-lines.html","found-typewriter-poem.html","hands.html","hard-game.html","hardware.html","howithappened.html","howtoread.html","hymnal.html","i-am.html","i-think-its-you.html","i-want-to-say.html","i-wanted-to-tell-you-something.html","in-bed.html","index.html","initial-conditions.html","january.html","joke.html","lappel-du-vide.html","largest-asteroid.html","last-bastion.html","last-passenger.html","leaf.html","leg.html","likingthings.html","listen.html","love-as-god.html","lovesong.html","man.html","manifesto_poetics.html","moon-drowning.html","moongone.html","mountain.html","movingsideways.html","music-433.html","no-nothing.html","notes.html","nothing-is-ever-over.html","on-genre-dimension.html","onformalpoetry.html","options.html","ouroboros_memory.html","paul.html","peaches.html","philosophy.html","phone.html","planks.html","plant.html","poetry-time.html","prelude.html","problems.html","proverbs.html","punch.html","purpose-dogs.html","question.html","real-writer.html","reports.html","riptide_memory.html","ronaldmcdonald.html","roughgloves.html","sapling.html","seasonal-affective-disorder.html","sense-of-it.html","serengeti.html","shed.html","shipwright.html","sixteenth-chapel.html","snow.html","something-simple.html","spittle.html","squirrel.html","stagnant.html","statements-frag.html","stayed-on-the-bus.html","stump.html","swansong-alt.html","swansong.html","swear.html","table_contents.html","tapestry.html","telemarketer.html","the-night-we-met.html","the-sea_the-beach.html","theoceanoverflowswithcamels.html","time-looks-up-to-the-sky.html","todaniel.html","toilet.html","toothpaste.html","treatise.html","underwear.html","walking-in-the-rain.html","wallpaper.html","weplayedthosegamestoo.html","what-we-are-made-of.html","when-im-sorry-i.html","window.html","words-irritable-reaching.html","words-meaning.html","worse-looking-over.html","writing.html","x-ray.html","yellow.html"] | 9 | var files=["100-lines.html","about-the-author.html","about.html","about_author.html","amber-alert.html","and.html","angeltoabraham.html","apollo11.html","arspoetica.html","art.html","axe.html","big-dipper.html","boar.html","boy_bus.html","building.html","call-me-aural-pleasure.html","cereal.html","cold-wind.html","collage-instrument.html","common-titles.html","creation-myth.html","deadman.html","death-zone.html","deathstrumpet.html","dollywood.html","dream.html","early.html","elegyforanalternateself.html","epigraph.html","ex-machina.html","exasperated.html","father.html","feedingtheraven.html","finding-the-lion.html","fire.html","first-lines.html","found-typewriter-poem.html","hands.html","hard-game.html","hardware.html","howithappened.html","howtoread.html","hymnal.html","i-am.html","i-think-its-you.html","i-want-to-say.html","i-wanted-to-tell-you-something.html","in-bed.html","index.html","initial-conditions.html","january.html","joke.html","lappel-du-vide.html","largest-asteroid.html","last-bastion.html","last-passenger.html","leaf.html","leg.html","likingthings.html","listen.html","love-as-god.html","lovesong.html","man.html","manifesto_poetics.html","moon-drowning.html","moongone.html","mountain.html","movingsideways.html","music-433.html","no-nothing.html","notes.html","nothing-is-ever-over.html","on-genre-dimension.html","onformalpoetry.html","options.html","ouroboros_memory.html","paul.html","peaches.html","philosophy.html","phone.html","planks.html","plant.html","poetry-time.html","prelude.html","problems.html","proverbs.html","punch.html","purpose-dogs.html","question.html","real-writer.html","reports.html","riptide_memory.html","ronaldmcdonald.html","roughgloves.html","sapling.html","seasonal-affective-disorder.html","sense-of-it.html","serengeti.html","shed.html","shipwright.html","sixteenth-chapel.html","snow.html","something-simple.html","spittle.html","squirrel.html","stagnant.html","statements-frag.html","stayed-on-the-bus.html","stump.html","swansong-alt.html","swansong.html","swear.html","table_contents.html","tapestry.html","telemarketer.html","the-night-we-met.html","the-sea_the-beach.html","theoceanoverflowswithcamels.html","time-looks-up-to-the-sky.html","todaniel.html","toilet.html","toothpaste.html","treatise.html","underwear.html","walking-in-the-rain.html","wallpaper.html","weplayedthosegamestoo.html","what-we-are-made-of.html","when-im-sorry-i.html","window.html","words-irritable-reaching.html","words-meaning.html","worse-looking-over.html","writing.html","x-ray.html","yellow.html"] |
10 | // }}} | 10 | // }}} |
11 | 11 | ||
12 | var index = Math.floor(Math.random() * files.length); | 12 | var index = Math.floor(Math.random() * files.length); |
diff --git a/poetry-time.html b/poetry-time.html index 33eb018..59aeb91 100644 --- a/poetry-time.html +++ b/poetry-time.html | |||
@@ -40,7 +40,7 @@ | |||
40 | <p>I’m writing this now because I have to.<br />Not in some “my soul yearns for this and<br />I can’t help it” way, but in the way that this<br />moment is structured as such, that it is<br />crystallized this way, me writing this, and later<br />you reading it, now for you, later for me,</p> | 40 | <p>I’m writing this now because I have to.<br />Not in some “my soul yearns for this and<br />I can’t help it” way, but in the way that this<br />moment is structured as such, that it is<br />crystallized this way, me writing this, and later<br />you reading it, now for you, later for me,</p> |
41 | <p>and this tenuous connection mates me<br />and you forever, combined with each other, two<br /><a href="treatise.html">electrons momentarily entwined</a>. Later,<br />when I’m dead or far too famous for you, and<br />you’re in school, reading my words because it is<br />required reading, I want you to remember this</p> | 41 | <p>and this tenuous connection mates me<br />and you forever, combined with each other, two<br /><a href="treatise.html">electrons momentarily entwined</a>. Later,<br />when I’m dead or far too famous for you, and<br />you’re in school, reading my words because it is<br />required reading, I want you to remember this</p> |
42 | <p>connection we’ve always had, this<br /><a href="last-passenger.html">spider’s thread</a> hanging between you and me.<br />Which of us is the spider and which is<br />the fly still remains to be seen. To<br />eat, perchance to fly: all of that and<br />more. We can settle all of this later.</p> | 42 | <p>connection we’ve always had, this<br /><a href="last-passenger.html">spider’s thread</a> hanging between you and me.<br />Which of us is the spider and which is<br />the fly still remains to be seen. To<br />eat, perchance to fly: all of that and<br />more. We can settle all of this later.</p> |
43 | <p>Yes, it is you I’m thinking of in your later<br />time: you specifically, not another. This<br />is true for all <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi></mrow></math> such that <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi><mo>></mo><mn>0</mn></mrow></math> and<br /><math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi></mrow></math> is a real person, though it doesn’t bother me<br />to write to a fictional figure or to<br /><a href="epigraph.html">a figment</a>, maybe, of my imagination. This is</p> | 43 | <p>Yes, it is you I’m thinking of in your later<br />time: you specifically, not another. This<br />is true for all <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>x</mi><annotation encoding="application/x-tex">x</annotation></semantics></math> such that <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>x</mi><mo>></mo><mn>0</mn></mrow><annotation encoding="application/x-tex">x > 0</annotation></semantics></math> and<br /><math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>x</mi><annotation encoding="application/x-tex">x</annotation></semantics></math> is a real person, though it doesn’t bother me<br />to write to a fictional figure or to<br /><a href="epigraph.html">a figment</a>, maybe, of my imagination. This is</p> |
44 | <p>what you are right now, anyway, <a href="real-writer.html">dear Reader</a>, is<br />it not? I’m talking about my now, of course, not later,<br />which is your now. Later will be my now too,<br />and maybe I’m ultimately writing to a future part of this<br />self: you could very well be me.<br />In fact, you probably are me, <a href="elegyforanalternateself.html">some other version</a>, and</p> | 44 | <p>what you are right now, anyway, <a href="real-writer.html">dear Reader</a>, is<br />it not? I’m talking about my now, of course, not later,<br />which is your now. Later will be my now too,<br />and maybe I’m ultimately writing to a future part of this<br />self: you could very well be me.<br />In fact, you probably are me, <a href="elegyforanalternateself.html">some other version</a>, and</p> |
45 | <p>I am you in the past, or what you could’ve been, and<br />at the same time, this isn’t true. Everything is,<br />and nothing isn’t. The difference between “you” and “me”<br />is in name only. Maybe you’ll get this later,<br /><a href="found-typewriter-poem.html">when you’re older</a>, when I’m older, when all of this<br />is something we’ll look fondly back to,</p> | 45 | <p>I am you in the past, or what you could’ve been, and<br />at the same time, this isn’t true. Everything is,<br />and nothing isn’t. The difference between “you” and “me”<br />is in name only. Maybe you’ll get this later,<br /><a href="found-typewriter-poem.html">when you’re older</a>, when I’m older, when all of this<br />is something we’ll look fondly back to,</p> |
46 | <p>because I do hope to meet you, although much later,<br />and I hope your feeling is the same. All this<br />talk on me and you and you and me we’ll keep between us two.</p> | 46 | <p>because I do hope to meet you, although much later,<br />and I hope your feeling is the same. All this<br />talk on me and you and you and me we’ll keep between us two.</p> |
diff --git a/river/README.river b/river/about.river index ddc8c31..1d9ead2 100644 --- a/river/README.river +++ b/river/about.river | |||
@@ -20,13 +20,26 @@ case | |||
20 | duckworth | 20 | duckworth |
21 | project | 21 | project |
22 | title | 22 | title |
23 | about | ||
23 | autocento | 24 | autocento |
24 | of | ||
25 | the | ||
26 | breakfast | ||
27 | table | ||
28 | class | 25 | class |
29 | autocento | 26 | meta |
27 | next | ||
28 | title | ||
29 | index | ||
30 | of | ||
31 | common | ||
32 | titles | ||
33 | link | ||
34 | common-titles | ||
35 | prev | ||
36 | title | ||
37 | index | ||
38 | of | ||
39 | first | ||
40 | lines | ||
41 | link | ||
42 | first-lines | ||
30 | introduction | 43 | introduction |
31 | autocento | 44 | autocento |
32 | of | 45 | of |
diff --git a/river/common-titles.river b/river/common-titles.river index 2283cad..a9564b1 100644 --- a/river/common-titles.river +++ b/river/common-titles.river | |||
@@ -14,22 +14,26 @@ common | |||
14 | titles | 14 | titles |
15 | genre | 15 | genre |
16 | verse | 16 | verse |
17 | epigraph | ||
18 | content | ||
19 | read | ||
20 | me | ||
21 | link | ||
22 | readme | ||
23 | html | ||
24 | project | 17 | project |
25 | title | 18 | title |
19 | about | ||
26 | autocento | 20 | autocento |
27 | of | ||
28 | the | ||
29 | breakfast | ||
30 | table | ||
31 | class | 21 | class |
22 | meta | ||
23 | next | ||
24 | title | ||
25 | index | ||
26 | of | ||
27 | first | ||
28 | lines | ||
29 | link | ||
30 | first-lines | ||
31 | prev | ||
32 | title | ||
33 | about | ||
32 | autocento | 34 | autocento |
35 | link | ||
36 | about | ||
33 | 100 | 37 | 100 |
34 | lines | 38 | lines |
35 | 100-lines | 39 | 100-lines |
diff --git a/river/first-lines.river b/river/first-lines.river index 3154944..47b970d 100644 --- a/river/first-lines.river +++ b/river/first-lines.river | |||
@@ -16,13 +16,24 @@ genre | |||
16 | prose | 16 | prose |
17 | project | 17 | project |
18 | title | 18 | title |
19 | about | ||
19 | autocento | 20 | autocento |
20 | of | ||
21 | the | ||
22 | breakfast | ||
23 | table | ||
24 | class | 21 | class |
22 | meta | ||
23 | next | ||
24 | title | ||
25 | about | ||
25 | autocento | 26 | autocento |
27 | link | ||
28 | about | ||
29 | prev | ||
30 | title | ||
31 | index | ||
32 | of | ||
33 | common | ||
34 | titles | ||
35 | link | ||
36 | common-titles | ||
26 | a | 37 | a |
27 | dead | 38 | dead |
28 | man | 39 | man |
diff --git a/src/README.txt b/src/about.txt index 8f4fd59..da07ac6 100644 --- a/src/README.txt +++ b/src/about.txt | |||
@@ -8,8 +8,14 @@ epigraph: | |||
8 | content: by Case Duckworth | 8 | content: by Case Duckworth |
9 | 9 | ||
10 | project: | 10 | project: |
11 | title: Autocento of the breakfast table | 11 | title: About Autocento |
12 | class: autocento | 12 | class: meta |
13 | next: | ||
14 | - title: Index of common titles | ||
15 | link: common-titles | ||
16 | prev: | ||
17 | - title: Index of first lines | ||
18 | link: first-lines | ||
13 | ... | 19 | ... |
14 | 20 | ||
15 | Introduction | 21 | Introduction |
diff --git a/src/common-titles.txt b/src/common-titles.txt index 485ae76..0d14464 100644 --- a/src/common-titles.txt +++ b/src/common-titles.txt | |||
@@ -4,13 +4,15 @@ id: common-titles | |||
4 | subtitle: index of common titles | 4 | subtitle: index of common titles |
5 | genre: verse | 5 | genre: verse |
6 | 6 | ||
7 | epigraph: | ||
8 | content: 'Read me.' | ||
9 | link: README.html | ||
10 | |||
11 | project: | 7 | project: |
12 | title: Autocento of the breakfast table | 8 | title: About Autocento |
13 | class: autocento | 9 | class: meta |
10 | next: | ||
11 | - title: Index of first lines | ||
12 | link: first-lines | ||
13 | prev: | ||
14 | - title: About _Autocento_ | ||
15 | link: about | ||
14 | ... | 16 | ... |
15 | 17 | ||
16 | [100 lines](100-lines.html) | 18 | [100 lines](100-lines.html) |
diff --git a/src/first-lines.txt b/src/first-lines.txt index faa75b7..5e88c2b 100644 --- a/src/first-lines.txt +++ b/src/first-lines.txt | |||
@@ -5,8 +5,14 @@ subtitle: index of first lines | |||
5 | genre: prose | 5 | genre: prose |
6 | 6 | ||
7 | project: | 7 | project: |
8 | title: Autocento of the breakfast table | 8 | title: About Autocento |
9 | class: autocento | 9 | class: meta |
10 | next: | ||
11 | - title: About _Autocento_ | ||
12 | link: about | ||
13 | prev: | ||
14 | - title: Index of common titles | ||
15 | link: common-titles | ||
10 | ... | 16 | ... |
11 | 17 | ||
12 | [A dead man finds his way into our hearts](deadman.html) | 18 | [A dead man finds his way into our hearts](deadman.html) |
diff --git a/style.css b/style.css index 14f8b88..f11514c 100644 --- a/style.css +++ b/style.css | |||
@@ -94,21 +94,12 @@ nav { | |||
94 | } | 94 | } |
95 | /* .title + .subtitle }}} */ | 95 | /* .title + .subtitle }}} */ |
96 | /* .HEADER-EXTRA {{{ */ | 96 | /* .HEADER-EXTRA {{{ */ |
97 | .header-extra { | ||
98 | text-align: right; | ||
99 | } | ||
100 | .dedication,.epigraph { | ||
101 | vertical-align: bottom; | ||
102 | display: inline-block; | ||
103 | margin-left: 2%; | ||
104 | margin-right: 2%; | ||
105 | width: 45%; | ||
106 | } | ||
107 | /* DEDICATION {{{ */ | 97 | /* DEDICATION {{{ */ |
108 | .dedication { | 98 | .dedication { |
109 | font-style: italic; | 99 | font-style: italic; |
110 | font-size: 0.92em; | 100 | font-size: 0.92em; |
111 | margin-top: 1em; | 101 | margin-top: 1em; |
102 | text-align: left; | ||
112 | } | 103 | } |
113 | .dedication::before { | 104 | .dedication::before { |
114 | content: 'for '; | 105 | content: 'for '; |
@@ -138,6 +129,16 @@ nav { | |||
138 | content: '– '; | 129 | content: '– '; |
139 | } | 130 | } |
140 | /* epigraph }}} */ | 131 | /* epigraph }}} */ |
132 | .header-extra { | ||
133 | text-align: right; | ||
134 | } | ||
135 | .dedication,.epigraph { | ||
136 | vertical-align: bottom; | ||
137 | display: inline-block; | ||
138 | margin-left: 2%; | ||
139 | margin-right: 2%; | ||
140 | width: 45%; | ||
141 | } | ||
141 | /* header-extra }}} */ | 142 | /* header-extra }}} */ |
142 | /* header elements }}} */ | 143 | /* header elements }}} */ |
143 | /* .EKPHRASTIC {{{ */ | 144 | /* .EKPHRASTIC {{{ */ |
@@ -208,8 +209,14 @@ a[href^="http"]:active { | |||
208 | /* NAV ELEMENTS {{{ */ | 209 | /* NAV ELEMENTS {{{ */ |
209 | nav a:link { border-bottom: none; } | 210 | nav a:link { border-bottom: none; } |
210 | nav a:active { border: none; } | 211 | nav a:active { border: none; } |
211 | nav .prevlink { float: left; text-align: left; } | 212 | nav .prevlink { |
212 | nav .nextlink { float: right; text-align: right; } | 213 | float: left; |
214 | text-align: left; | ||
215 | } | ||
216 | nav .nextlink { | ||
217 | float: right; | ||
218 | text-align: right; | ||
219 | } | ||
213 | /* Properties both types of navlinks share */ | 220 | /* Properties both types of navlinks share */ |
214 | nav .prevlink, nav .nextlink { | 221 | nav .prevlink, nav .nextlink { |
215 | margin: 0 0.5em; | 222 | margin: 0 0.5em; |
@@ -233,6 +240,7 @@ nav .prevlink::before { | |||
233 | text-align: left; | 240 | text-align: left; |
234 | padding-left: 0.5em; | 241 | padding-left: 0.5em; |
235 | padding-right: 0.5em; | 242 | padding-right: 0.5em; |
243 | width: 1em; | ||
236 | } | 244 | } |
237 | nav .nextlink::after { | 245 | nav .nextlink::after { |
238 | content: ' »'; | 246 | content: ' »'; |
@@ -242,6 +250,7 @@ nav .nextlink::after { | |||
242 | text-align: right; | 250 | text-align: right; |
243 | padding-left: 0.5em; | 251 | padding-left: 0.5em; |
244 | padding-right: 0.5em; | 252 | padding-right: 0.5em; |
253 | width: 1em; | ||
245 | } | 254 | } |
246 | #lozenge { | 255 | #lozenge { |
247 | position: absolute; | 256 | position: absolute; |
diff --git a/table_contents.html b/table_contents.html index d889467..ff2528b 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -43,7 +43,11 @@ | |||
43 | 43 | ||
44 | <section class="content verse"> | 44 | <section class="content verse"> |
45 | <table> | 45 | <table> |
46 | <col style="width: 53%" /><col style="width: 46%" /><tbody> | 46 | <colgroup> |
47 | <col style="width: 53%" /> | ||
48 | <col style="width: 46%" /> | ||
49 | </colgroup> | ||
50 | <tbody> | ||
47 | <tr class="odd"> | 51 | <tr class="odd"> |
48 | <td style="text-align: left;">4. <a href="ouroboros_memory.html">The look she gave me</a></td> | 52 | <td style="text-align: left;">4. <a href="ouroboros_memory.html">The look she gave me</a></td> |
49 | <td style="text-align: left;">4. Half-hours in heaven are three times <a href="telemarketer.html">that in hell</a></td> | 53 | <td style="text-align: left;">4. Half-hours in heaven are three times <a href="telemarketer.html">that in hell</a></td> |