diff options
284 files changed, 1622 insertions, 2084 deletions
diff --git a/.txt b/.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.txt | |||
diff --git a/100-lines.html b/100-lines.html index 0fb340d..e4eb622 100644 --- a/100-lines.html +++ b/100-lines.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>100 lines | Autocento of the breakfast table</title> | 12 | <title>100 lines | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="100-lines_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="100-lines_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/100-lines_backlinks.htm b/100-lines_backlinks.htm index b378fb8..7903a9a 100644 --- a/100-lines_backlinks.htm +++ b/100-lines_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>100 lines | Autocento of the breakfast table</title> | 12 | <title>100 lines | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -49,16 +49,15 @@ | |||
49 | </section> | 49 | </section> |
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 52 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 54 | φ |
57 | </a> | 55 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 58 | </div> |
61 | 59 | ||
60 | |||
62 | </nav> | 61 | </nav> |
63 | 62 | ||
64 | 63 | ||
diff --git a/style.css b/_style.css index 72e6883..4ef57e3 100644 --- a/style.css +++ b/_style.css | |||
@@ -257,7 +257,12 @@ nav .nextlink::after { | |||
257 | } | 257 | } |
258 | nav .anchors { | 258 | nav .anchors { |
259 | position: absolute; | 259 | position: absolute; |
260 | left: 50%; | 260 | width: 100%; |
261 | text-align: center; | ||
262 | } | ||
263 | nav .anchors a { | ||
264 | margin-right: 0.25em; | ||
265 | margin-left: 0.25em; | ||
261 | } | 266 | } |
262 | /* nav elements }}} */ | 267 | /* nav elements }}} */ |
263 | /* .FOOTNOTES ELEMENTS {{{ */ | 268 | /* .FOOTNOTES ELEMENTS {{{ */ |
diff --git a/_template.html b/_template.html index 074800e..f67da05 100644 --- a/_template.html +++ b/_template.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>$title$ | Autocento of the breakfast table</title> | 12 | <title>$title$ | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -96,22 +96,21 @@ | |||
96 | </section> | 96 | </section> |
97 | </article> | 97 | </article> |
98 | <nav> | 98 | <nav> |
99 | $for(project.prev)$ | ||
100 | <a class="prevlink" href="$project.prev.link$.html" | ||
101 | title="Previous article$if(project.title)$ in $project.title$$endif$"> | ||
102 | $project.prev.title$ | ||
103 | </a> | ||
104 | $endfor$ | ||
105 | |||
106 | <!-- ANCHORS --> | ||
107 | <div class="anchors"> | 99 | <div class="anchors"> |
108 | <a href="$id$_backlinks.htm" id="back-link" title="Links to this page"> | 100 | <a href="$id$_backlinks.htm" id="back-link" title="Links to this page"> |
109 | φ | 101 | φ |
110 | </a> | 102 | </a> |
111 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 103 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
112 | <a href="#" id="lozenge" title="ERROR">∝</a> | 104 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
113 | </div> | 105 | </div> |
114 | 106 | ||
107 | $for(project.prev)$ | ||
108 | <a class="prevlink" href="$project.prev.link$.html" | ||
109 | title="Previous article$if(project.title)$ in $project.title$$endif$"> | ||
110 | $project.prev.title$ | ||
111 | </a> | ||
112 | $endfor$ | ||
113 | |||
115 | $for(project.next)$ | 114 | $for(project.next)$ |
116 | <a class="nextlink" href="$project.next.link$.html" | 115 | <a class="nextlink" href="$project.next.link$.html" |
117 | title="Next article$if(project.title)$ in $project.title$$endif$"> | 116 | title="Next article$if(project.title)$ in $project.title$$endif$"> |
diff --git a/about-the-author.html b/about-the-author.html index 27398a3..169934c 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>About the author | Autocento of the breakfast table</title> | 12 | <title>About the author | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -88,6 +88,14 @@ | |||
88 | </section> | 88 | </section> |
89 | </article> | 89 | </article> |
90 | <nav> | 90 | <nav> |
91 | <div class="anchors"> | ||
92 | <a href="about-the-author_backlinks.htm" id="back-link" title="Links to this page"> | ||
93 | φ | ||
94 | </a> | ||
95 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
96 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
97 | </div> | ||
98 | |||
91 | <a class="prevlink" href="music-433.html" | 99 | <a class="prevlink" href="music-433.html" |
92 | title="Previous article in Stark Raving"> | 100 | title="Previous article in Stark Raving"> |
93 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing | 101 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing |
@@ -97,15 +105,6 @@ | |||
97 | Riptide of memory | 105 | Riptide of memory |
98 | </a> | 106 | </a> |
99 | 107 | ||
100 | <!-- ANCHORS --> | ||
101 | <div class="anchors"> | ||
102 | <a href="about-the-author_backlinks.htm" id="back-link" title="Links to this page"> | ||
103 | φ | ||
104 | </a> | ||
105 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
106 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
107 | </div> | ||
108 | |||
109 | </nav> | 108 | </nav> |
110 | 109 | ||
111 | 110 | ||
diff --git a/about-the-author_backlinks.htm b/about-the-author_backlinks.htm index 1994cb2..5ed8f4b 100644 --- a/about-the-author_backlinks.htm +++ b/about-the-author_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>About the author | Autocento of the breakfast table</title> | 12 | <title>About the author | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,10 +39,8 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="death-zone.html">The Death Zone</a></li> | 40 | <li><a href="death-zone.html">The Death Zone</a></li> |
41 | <li><a href="man.html">Man</a></li> | 41 | <li><a href="man.html">Man</a></li> |
42 | <li><a href="music-433.html">Something</a></li> | ||
43 | <li><a href="plant.html">Litany for a plant</a></li> | 42 | <li><a href="plant.html">Litany for a plant</a></li> |
44 | <li><a href="real-writer.html">A real writer</a></li> | 43 | <li><a href="real-writer.html">A real writer</a></li> |
45 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | ||
46 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | 44 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> |
47 | <li><a href="swansong-alt.html">Swansong</a></li> | 45 | <li><a href="swansong-alt.html">Swansong</a></li> |
48 | <li><a href="table_contents.html">Table of contents</a></li> | 46 | <li><a href="table_contents.html">Table of contents</a></li> |
@@ -51,16 +49,15 @@ | |||
51 | </section> | 49 | </section> |
52 | </article> | 50 | </article> |
53 | <nav> | 51 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 52 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 54 | φ |
59 | </a> | 55 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 58 | </div> |
63 | 59 | ||
60 | |||
64 | </nav> | 61 | </nav> |
65 | 62 | ||
66 | 63 | ||
diff --git a/about.html b/about.html index a8cf61d..9c4a0bf 100644 --- a/about.html +++ b/about.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -100,20 +100,19 @@ | |||
100 | </section> | 100 | </section> |
101 | </article> | 101 | </article> |
102 | <nav> | 102 | <nav> |
103 | <a class="prevlink" href="first-lines.html" | ||
104 | title="Previous article in About Autocento"> | ||
105 | Index of first lines | ||
106 | </a> | ||
107 | |||
108 | <!-- ANCHORS --> | ||
109 | <div class="anchors"> | 103 | <div class="anchors"> |
110 | <a href="about_backlinks.htm" id="back-link" title="Links to this page"> | 104 | <a href="about_backlinks.htm" id="back-link" title="Links to this page"> |
111 | φ | 105 | φ |
112 | </a> | 106 | </a> |
113 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 107 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
114 | <a href="#" id="lozenge" title="ERROR">∝</a> | 108 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
115 | </div> | 109 | </div> |
116 | 110 | ||
111 | <a class="prevlink" href="first-lines.html" | ||
112 | title="Previous article in About Autocento"> | ||
113 | Index of first lines | ||
114 | </a> | ||
115 | |||
117 | <a class="nextlink" href="common-titles.html" | 116 | <a class="nextlink" href="common-titles.html" |
118 | title="Next article in About Autocento"> | 117 | title="Next article in About Autocento"> |
119 | Index of common titles | 118 | Index of common titles |
diff --git a/about_author.html b/about_author.html index d03b971..3ffa509 100644 --- a/about_author.html +++ b/about_author.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>About Case Duckworth | Autocento of the breakfast table</title> | 12 | <title>About Case Duckworth | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="about_author_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="about_author_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/about_author_backlinks.htm b/about_author_backlinks.htm index 8399a42..1c07fb4 100644 --- a/about_author_backlinks.htm +++ b/about_author_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>About Case Duckworth | Autocento of the breakfast table</title> | 12 | <title>About Case Duckworth | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/about_backlinks.htm b/about_backlinks.htm index dced8b7..025864e 100644 --- a/about_backlinks.htm +++ b/about_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/abstract.html b/abstract.html index e1e41ac..285a4b3 100644 --- a/abstract.html +++ b/abstract.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -54,16 +54,15 @@ | |||
54 | </section> | 54 | </section> |
55 | </article> | 55 | </article> |
56 | <nav> | 56 | <nav> |
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 57 | <div class="anchors"> |
60 | <a href="abstract_backlinks.htm" id="back-link" title="Links to this page"> | 58 | <a href="abstract_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 59 | φ |
62 | </a> | 60 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 61 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 62 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 63 | </div> |
66 | 64 | ||
65 | |||
67 | </nav> | 66 | </nav> |
68 | 67 | ||
69 | 68 | ||
diff --git a/abstract_backlinks.htm b/abstract_backlinks.htm index ab3024e..edcddc1 100644 --- a/abstract_backlinks.htm +++ b/abstract_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/amber-alert.html b/amber-alert.html index f90b407..c2197dc 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>AMBER alert | Autocento of the breakfast table</title> | 12 | <title>AMBER alert | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -53,6 +53,14 @@ | |||
53 | </section> | 53 | </section> |
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | <div class="anchors"> | ||
57 | <a href="amber-alert_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
62 | </div> | ||
63 | |||
56 | <a class="prevlink" href="last-bastion.html" | 64 | <a class="prevlink" href="last-bastion.html" |
57 | title="Previous article in Stark Raving"> | 65 | title="Previous article in Stark Raving"> |
58 | Last bastion | 66 | Last bastion |
@@ -62,15 +70,6 @@ | |||
62 | Something about the nature of poetry and time | 70 | Something about the nature of poetry and time |
63 | </a> | 71 | </a> |
64 | 72 | ||
65 | <!-- ANCHORS --> | ||
66 | <div class="anchors"> | ||
67 | <a href="amber-alert_backlinks.htm" id="back-link" title="Links to this page"> | ||
68 | φ | ||
69 | </a> | ||
70 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
71 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
72 | </div> | ||
73 | |||
74 | <a class="nextlink" href="exasperated.html" | 73 | <a class="nextlink" href="exasperated.html" |
75 | title="Next article in Stark Raving"> | 74 | title="Next article in Stark Raving"> |
76 | Exasperated | 75 | Exasperated |
diff --git a/amber-alert_backlinks.htm b/amber-alert_backlinks.htm index b000ce3..67496ce 100644 --- a/amber-alert_backlinks.htm +++ b/amber-alert_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>AMBER alert | Autocento of the breakfast table</title> | 12 | <title>AMBER alert | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,26 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="death-zone.html">The Death Zone</a></li> | ||
41 | <li><a href="exasperated.html">Exasperated</a></li> | ||
42 | <li><a href="last-bastion.html">Last bastion</a></li> | ||
43 | <li><a href="no-nothing.html">No nothing</a></li> | 40 | <li><a href="no-nothing.html">No nothing</a></li> |
44 | <li><a href="poetry-time.html">Something</a></li> | ||
45 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/and.html b/and.html index 8a84787..b7d7c11 100644 --- a/and.html +++ b/and.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>And | Autocento of the breakfast table</title> | 12 | <title>And | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -55,20 +55,19 @@ | |||
55 | </section> | 55 | </section> |
56 | </article> | 56 | </article> |
57 | <nav> | 57 | <nav> |
58 | <a class="prevlink" href="howtoread.html" | ||
59 | title="Previous article in Elegies for alternate selves"> | ||
60 | How to read this | ||
61 | </a> | ||
62 | |||
63 | <!-- ANCHORS --> | ||
64 | <div class="anchors"> | 58 | <div class="anchors"> |
65 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
66 | φ | 60 | φ |
67 | </a> | 61 | </a> |
68 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 62 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
69 | <a href="#" id="lozenge" title="ERROR">∝</a> | 63 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
70 | </div> | 64 | </div> |
71 | 65 | ||
66 | <a class="prevlink" href="howtoread.html" | ||
67 | title="Previous article in Elegies for alternate selves"> | ||
68 | How to read this | ||
69 | </a> | ||
70 | |||
72 | <a class="nextlink" href="words-meaning.html" | 71 | <a class="nextlink" href="words-meaning.html" |
73 | title="Next article in Elegies for alternate selves"> | 72 | title="Next article in Elegies for alternate selves"> |
74 | Words and meaning | 73 | Words and meaning |
diff --git a/and_backlinks.htm b/and_backlinks.htm index e33c65e..763d13d 100644 --- a/and_backlinks.htm +++ b/and_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>And | Autocento of the breakfast table</title> | 12 | <title>And | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,21 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about.html">Autocento of the breakfast table</a></li> | 40 | <li><a href="about.html">Autocento of the breakfast table</a></li> |
41 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> | ||
42 | <li><a href="howtoread.html">How to read this</a></li> | ||
43 | <li><a href="mountain.html">The mountain</a></li> | 41 | <li><a href="mountain.html">The mountain</a></li> |
44 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> | 42 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> |
45 | <li><a href="words-meaning.html">Words and meaning</a></li> | ||
46 | </ul> | 43 | </ul> |
47 | </section> | 44 | </section> |
48 | </article> | 45 | </article> |
49 | <nav> | 46 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 47 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 49 | φ |
55 | </a> | 50 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 53 | </div> |
59 | 54 | ||
55 | |||
60 | </nav> | 56 | </nav> |
61 | 57 | ||
62 | 58 | ||
diff --git a/angeltoabraham.html b/angeltoabraham.html index 443456a..9c0851a 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The angel to Abraham | Autocento of the breakfast table</title> | 12 | <title>The angel to Abraham | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,20 +43,19 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="deadman.html" | ||
47 | title="Previous article in Elegies for alternate selves"> | ||
48 | Dead man | ||
49 | </a> | ||
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="angeltoabraham_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="angeltoabraham_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | <a class="prevlink" href="deadman.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | Dead man | ||
57 | </a> | ||
58 | |||
60 | <a class="nextlink" href="feedingtheraven.html" | 59 | <a class="nextlink" href="feedingtheraven.html" |
61 | title="Next article in Elegies for alternate selves"> | 60 | title="Next article in Elegies for alternate selves"> |
62 | Feeding the raven | 61 | Feeding the raven |
diff --git a/angeltoabraham_backlinks.htm b/angeltoabraham_backlinks.htm index 01e0035..d836bc1 100644 --- a/angeltoabraham_backlinks.htm +++ b/angeltoabraham_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The angel to Abraham | Autocento of the breakfast table</title> | 12 | <title>The angel to Abraham | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,9 +37,7 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="deadman.html">Dead man</a></li> | ||
41 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> | 40 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> |
42 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> | ||
43 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | 41 | <li><a href="riptide_memory.html">Riptide of memory</a></li> |
44 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> | 42 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> |
45 | <li><a href="underwear.html">Underwear</a></li> | 43 | <li><a href="underwear.html">Underwear</a></li> |
@@ -47,16 +45,15 @@ | |||
47 | </section> | 45 | </section> |
48 | </article> | 46 | </article> |
49 | <nav> | 47 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 48 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 50 | φ |
55 | </a> | 51 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 54 | </div> |
59 | 55 | ||
56 | |||
60 | </nav> | 57 | </nav> |
61 | 58 | ||
62 | 59 | ||
diff --git a/apollo11.html b/apollo11.html index d5aeb82..019cecc 100644 --- a/apollo11.html +++ b/apollo11.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> | 12 | <title>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -53,20 +53,19 @@ | |||
53 | </section> | 53 | </section> |
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | <a class="prevlink" href="and.html" | ||
57 | title="Previous article in Elegies for alternate selves"> | ||
58 | And | ||
59 | </a> | ||
60 | |||
61 | <!-- ANCHORS --> | ||
62 | <div class="anchors"> | 56 | <div class="anchors"> |
63 | <a href="apollo11_backlinks.htm" id="back-link" title="Links to this page"> | 57 | <a href="apollo11_backlinks.htm" id="back-link" title="Links to this page"> |
64 | φ | 58 | φ |
65 | </a> | 59 | </a> |
66 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 60 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
67 | <a href="#" id="lozenge" title="ERROR">∝</a> | 61 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
68 | </div> | 62 | </div> |
69 | 63 | ||
64 | <a class="prevlink" href="and.html" | ||
65 | title="Previous article in Elegies for alternate selves"> | ||
66 | And | ||
67 | </a> | ||
68 | |||
70 | <a class="nextlink" href="arspoetica.html" | 69 | <a class="nextlink" href="arspoetica.html" |
71 | title="Next article in Elegies for alternate selves"> | 70 | title="Next article in Elegies for alternate selves"> |
72 | Ars poetica | 71 | Ars poetica |
diff --git a/apollo11_backlinks.htm b/apollo11_backlinks.htm index 385e643..bfc6e18 100644 --- a/apollo11_backlinks.htm +++ b/apollo11_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> | 12 | <title>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,28 +37,25 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="arspoetica.html">Ars poetica</a></li> | ||
41 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> | 40 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> |
42 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> | 41 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> |
43 | <li><a href="mountain.html">The mountain</a></li> | 42 | <li><a href="mountain.html">The mountain</a></li> |
44 | <li><a href="plant.html">Litany for a plant</a></li> | 43 | <li><a href="plant.html">Litany for a plant</a></li> |
45 | <li><a href="shipwright.html">The shipwright</a></li> | 44 | <li><a href="shipwright.html">The shipwright</a></li> |
46 | <li><a href="the-night-we-met.html">The night we met, I was out of my mind</a></li> | 45 | <li><a href="the-night-we-met.html">The night we met, I was out of my mind</a></li> |
47 | <li><a href="words-meaning.html">Words and meaning</a></li> | ||
48 | </ul> | 46 | </ul> |
49 | </section> | 47 | </section> |
50 | </article> | 48 | </article> |
51 | <nav> | 49 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 50 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 52 | φ |
57 | </a> | 53 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 56 | </div> |
61 | 57 | ||
58 | |||
62 | </nav> | 59 | </nav> |
63 | 60 | ||
64 | 61 | ||
diff --git a/arspoetica.html b/arspoetica.html index 6b79d55..0ad8498 100644 --- a/arspoetica.html +++ b/arspoetica.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ars poetica | Autocento of the breakfast table</title> | 12 | <title>Ars poetica | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,20 +43,19 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="apollo11.html" | ||
47 | title="Previous article in Elegies for alternate selves"> | ||
48 | On seeing the panorama of the Apollo 11 landing site | ||
49 | </a> | ||
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="arspoetica_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="arspoetica_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | <a class="prevlink" href="apollo11.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | On seeing the panorama of the Apollo 11 landing site | ||
57 | </a> | ||
58 | |||
60 | <a class="nextlink" href="theoceanoverflowswithcamels.html" | 59 | <a class="nextlink" href="theoceanoverflowswithcamels.html" |
61 | title="Next article in Elegies for alternate selves"> | 60 | title="Next article in Elegies for alternate selves"> |
62 | The ocean overflows with camels | 61 | The ocean overflows with camels |
diff --git a/arspoetica_backlinks.htm b/arspoetica_backlinks.htm index 61a50ee..7f464c8 100644 --- a/arspoetica_backlinks.htm +++ b/arspoetica_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ars poetica | Autocento of the breakfast table</title> | 12 | <title>Ars poetica | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,25 +37,22 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> | ||
41 | <li><a href="howtoread.html">How to read this</a></li> | 40 | <li><a href="howtoread.html">How to read this</a></li> |
42 | <li><a href="telemarketer.html">Telemarketer</a></li> | 41 | <li><a href="telemarketer.html">Telemarketer</a></li> |
43 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> | ||
44 | <li><a href="words-meaning.html">Words and meaning</a></li> | 42 | <li><a href="words-meaning.html">Words and meaning</a></li> |
45 | </ul> | 43 | </ul> |
46 | </section> | 44 | </section> |
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 47 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 49 | φ |
54 | </a> | 50 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 53 | </div> |
58 | 54 | ||
55 | |||
59 | </nav> | 56 | </nav> |
60 | 57 | ||
61 | 58 | ||
diff --git a/art.html b/art.html index 3f158cd..58f2f9b 100644 --- a/art.html +++ b/art.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Art | Autocento of the breakfast table</title> | 12 | <title>Art | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="art_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="art_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | <a class="nextlink" href="hymnal.html" | 54 | <a class="nextlink" href="hymnal.html" |
56 | title="Next article in Buildings out of air: Paul in the Woods"> | 55 | title="Next article in Buildings out of air: Paul in the Woods"> |
57 | Hymnal | 56 | Hymnal |
diff --git a/art_backlinks.htm b/art_backlinks.htm index 7c0fc3b..684efa1 100644 --- a/art_backlinks.htm +++ b/art_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Art | Autocento of the breakfast table</title> | 12 | <title>Art | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,23 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about.html">Autocento of the breakfast table</a></li> | 40 | <li><a href="about.html">Autocento of the breakfast table</a></li> |
41 | <li><a href="axe.html">Axe</a></li> | ||
42 | <li><a href="hymnal.html">Hymnal</a></li> | ||
43 | <li><a href="words-irritable-reaching.html">Words and their irritable reaching</a></li> | 41 | <li><a href="words-irritable-reaching.html">Words and their irritable reaching</a></li> |
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/axe.html b/axe.html index 5fdefd8..fccde80 100644 --- a/axe.html +++ b/axe.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Axe | Autocento of the breakfast table</title> | 12 | <title>Axe | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="axe_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="dream.html" | 54 | <a class="prevlink" href="dream.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Dream | 56 | Dream |
@@ -52,15 +60,6 @@ | |||
52 | Art | 60 | Art |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="axe_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="leaf.html" | 63 | <a class="nextlink" href="leaf.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Leaf | 65 | Leaf |
diff --git a/axe_backlinks.htm b/axe_backlinks.htm index 2350bf2..5be5b5c 100644 --- a/axe_backlinks.htm +++ b/axe_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Axe | Autocento of the breakfast table</title> | 12 | <title>Axe | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,11 +37,7 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="art.html">Art</a></li> | ||
41 | <li><a href="building.html">Building</a></li> | ||
42 | <li><a href="dream.html">Dream</a></li> | ||
43 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> | 40 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> |
44 | <li><a href="leaf.html">Leaf</a></li> | ||
45 | <li><a href="nothing-is-ever-over.html">Nothing is ever over</a></li> | 41 | <li><a href="nothing-is-ever-over.html">Nothing is ever over</a></li> |
46 | <li><a href="peaches.html">Peaches</a></li> | 42 | <li><a href="peaches.html">Peaches</a></li> |
47 | <li><a href="snow.html">Snow</a></li> | 43 | <li><a href="snow.html">Snow</a></li> |
@@ -49,16 +45,15 @@ | |||
49 | </section> | 45 | </section> |
50 | </article> | 46 | </article> |
51 | <nav> | 47 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 48 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 50 | φ |
57 | </a> | 51 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 54 | </div> |
61 | 55 | ||
56 | |||
62 | </nav> | 57 | </nav> |
63 | 58 | ||
64 | 59 | ||
diff --git a/big-dipper.html b/big-dipper.html index 4360151..4f6a8cb 100644 --- a/big-dipper.html +++ b/big-dipper.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Big Dipper | Autocento of the breakfast table</title> | 12 | <title>The Big Dipper | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="big-dipper_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="death-zone.html" | 53 | <a class="prevlink" href="death-zone.html" |
46 | title="Previous article in Stark Raving"> | 54 | title="Previous article in Stark Raving"> |
47 | The Death Zone | 55 | The Death Zone |
@@ -51,15 +59,6 @@ | |||
51 | Table of Contents | 59 | Table of Contents |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="big-dipper_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="moon-drowning.html" | 62 | <a class="nextlink" href="moon-drowning.html" |
64 | title="Next article in Stark Raving"> | 63 | title="Next article in Stark Raving"> |
65 | The Moon is drowning | 64 | The Moon is drowning |
diff --git a/big-dipper_backlinks.htm b/big-dipper_backlinks.htm index abec0f2..e57bb69 100644 --- a/big-dipper_backlinks.htm +++ b/big-dipper_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Big Dipper | Autocento of the breakfast table</title> | 12 | <title>The Big Dipper | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,28 +37,24 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="death-zone.html">The Death Zone</a></li> | ||
41 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 40 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
42 | <li><a href="joke.html">Joke</a></li> | 41 | <li><a href="joke.html">Joke</a></li> |
43 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> | ||
44 | <li><a href="no-nothing.html">No nothing</a></li> | 42 | <li><a href="no-nothing.html">No nothing</a></li> |
45 | <li><a href="poetry-time.html">Something</a></li> | ||
46 | <li><a href="punch.html">Punch</a></li> | 43 | <li><a href="punch.html">Punch</a></li> |
47 | <li><a href="table_contents.html">Table of contents</a></li> | 44 | <li><a href="table_contents.html">Table of contents</a></li> |
48 | </ul> | 45 | </ul> |
49 | </section> | 46 | </section> |
50 | </article> | 47 | </article> |
51 | <nav> | 48 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 49 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 51 | φ |
57 | </a> | 52 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 55 | </div> |
61 | 56 | ||
57 | |||
62 | </nav> | 58 | </nav> |
63 | 59 | ||
64 | 60 | ||
diff --git a/boar.html b/boar.html index 99b0359..ba68f34 100644 --- a/boar.html +++ b/boar.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The boar | Autocento of the breakfast table</title> | 12 | <title>The boar | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,20 +44,19 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <a class="prevlink" href="theoceanoverflowswithcamels.html" | ||
48 | title="Previous article in Elegies for alternate selves"> | ||
49 | The ocean overflows with camels | ||
50 | </a> | ||
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="boar_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="boar_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | <a class="prevlink" href="theoceanoverflowswithcamels.html" | ||
56 | title="Previous article in Elegies for alternate selves"> | ||
57 | The ocean overflows with camels | ||
58 | </a> | ||
59 | |||
61 | <a class="nextlink" href="deadman.html" | 60 | <a class="nextlink" href="deadman.html" |
62 | title="Next article in Elegies for alternate selves"> | 61 | title="Next article in Elegies for alternate selves"> |
63 | Dead man | 62 | Dead man |
diff --git a/boar_backlinks.htm b/boar_backlinks.htm index cd47e62..17efb13 100644 --- a/boar_backlinks.htm +++ b/boar_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The boar | Autocento of the breakfast table</title> | 12 | <title>The boar | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,27 +40,24 @@ | |||
40 | <li><a href="and.html">And</a></li> | 40 | <li><a href="and.html">And</a></li> |
41 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> | 41 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> |
42 | <li><a href="building.html">Building</a></li> | 42 | <li><a href="building.html">Building</a></li> |
43 | <li><a href="deadman.html">Dead man</a></li> | ||
44 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> | 43 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> |
45 | <li><a href="hands.html">Hands</a></li> | 44 | <li><a href="hands.html">Hands</a></li> |
46 | <li><a href="leg.html">Leg</a></li> | 45 | <li><a href="leg.html">Leg</a></li> |
47 | <li><a href="prelude.html">Prelude</a></li> | 46 | <li><a href="prelude.html">Prelude</a></li> |
48 | <li><a href="table_contents.html">Table of contents</a></li> | 47 | <li><a href="table_contents.html">Table of contents</a></li> |
49 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> | ||
50 | </ul> | 48 | </ul> |
51 | </section> | 49 | </section> |
52 | </article> | 50 | </article> |
53 | <nav> | 51 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 52 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 54 | φ |
59 | </a> | 55 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 58 | </div> |
63 | 59 | ||
60 | |||
64 | </nav> | 61 | </nav> |
65 | 62 | ||
66 | 63 | ||
diff --git a/boy_bus.html b/boy_bus.html index d470495..91a36ee 100644 --- a/boy_bus.html +++ b/boy_bus.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Boy on the bus | Autocento of the breakfast table</title> | 12 | <title>Boy on the bus | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="boy_bus_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="lappel-du-vide.html" | 54 | <a class="prevlink" href="lappel-du-vide.html" |
47 | title="Previous article in Stark Raving"> | 55 | title="Previous article in Stark Raving"> |
48 | L’appel du vide | 56 | L’appel du vide |
@@ -52,15 +60,6 @@ | |||
52 | Exasperated | 60 | Exasperated |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="boy_bus_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="i-think-its-you.html" | 63 | <a class="nextlink" href="i-think-its-you.html" |
65 | title="Next article in Stark Raving"> | 64 | title="Next article in Stark Raving"> |
66 | I think it’s you (but it’s not) | 65 | I think it’s you (but it’s not) |
diff --git a/boy_bus_backlinks.htm b/boy_bus_backlinks.htm index 3be2d35..760a352 100644 --- a/boy_bus_backlinks.htm +++ b/boy_bus_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Boy on the bus | Autocento of the breakfast table</title> | 12 | <title>Boy on the bus | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,27 +37,22 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="exasperated.html">Exasperated</a></li> | ||
41 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | ||
42 | <li><a href="i-want-to-say.html">I want to say</a></li> | 40 | <li><a href="i-want-to-say.html">I want to say</a></li> |
43 | <li><a href="lappel-du-vide.html">L’appel du vide</a></li> | ||
44 | <li><a href="last-bastion.html">Last bastion</a></li> | ||
45 | <li><a href="man.html">Man</a></li> | 41 | <li><a href="man.html">Man</a></li> |
46 | <li><a href="table_contents.html">Table of contents</a></li> | 42 | <li><a href="table_contents.html">Table of contents</a></li> |
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/building.html b/building.html index 06a20c9..387dbe4 100644 --- a/building.html +++ b/building.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Building | Autocento of the breakfast table</title> | 12 | <title>Building | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="building_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="stagnant.html" | 54 | <a class="prevlink" href="stagnant.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Stagnant | 56 | Stagnant |
@@ -52,15 +60,6 @@ | |||
52 | Axe | 60 | Axe |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="building_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="yellow.html" | 63 | <a class="nextlink" href="yellow.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Yellow | 65 | Yellow |
diff --git a/building_backlinks.htm b/building_backlinks.htm index 2237043..86224bf 100644 --- a/building_backlinks.htm +++ b/building_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Building | Autocento of the breakfast table</title> | 12 | <title>Building | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,28 +37,23 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="axe.html">Axe</a></li> | ||
41 | <li><a href="cereal.html">Cereal</a></li> | ||
42 | <li><a href="collage-instrument.html">Instrumented</a></li> | 40 | <li><a href="collage-instrument.html">Instrumented</a></li> |
43 | <li><a href="plant.html">Litany for a plant</a></li> | 41 | <li><a href="plant.html">Litany for a plant</a></li> |
44 | <li><a href="prelude.html">Prelude</a></li> | 42 | <li><a href="prelude.html">Prelude</a></li> |
45 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> | 43 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> |
46 | <li><a href="stagnant.html">Stagnant</a></li> | ||
47 | <li><a href="yellow.html">Yellow</a></li> | ||
48 | </ul> | 44 | </ul> |
49 | </section> | 45 | </section> |
50 | </article> | 46 | </article> |
51 | <nav> | 47 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 48 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 50 | φ |
57 | </a> | 51 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 54 | </div> |
61 | 55 | ||
56 | |||
62 | </nav> | 57 | </nav> |
63 | 58 | ||
64 | 59 | ||
diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index 9acaf2b..42aa220 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Call me | Autocento of the breakfast table</title> | 12 | <title>Call me | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -49,16 +49,15 @@ | |||
49 | </section> | 49 | </section> |
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 52 | <div class="anchors"> |
55 | <a href="call-me-aural-pleasure_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="call-me-aural-pleasure_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 54 | φ |
57 | </a> | 55 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 58 | </div> |
61 | 59 | ||
60 | |||
62 | </nav> | 61 | </nav> |
63 | 62 | ||
64 | 63 | ||
diff --git a/call-me-aural-pleasure_backlinks.htm b/call-me-aural-pleasure_backlinks.htm index 50d1853..bee587b 100644 --- a/call-me-aural-pleasure_backlinks.htm +++ b/call-me-aural-pleasure_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Call me | Autocento of the breakfast table</title> | 12 | <title>Call me | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/cereal.html b/cereal.html index b9c549a..2b201f0 100644 --- a/cereal.html +++ b/cereal.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Cereal | Autocento of the breakfast table</title> | 12 | <title>Cereal | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="cereal_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="sapling.html" | 54 | <a class="prevlink" href="sapling.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Sapling | 56 | Sapling |
@@ -52,15 +60,6 @@ | |||
52 | Building | 60 | Building |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="cereal_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="man.html" | 63 | <a class="nextlink" href="man.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Man | 65 | Man |
diff --git a/cereal_backlinks.htm b/cereal_backlinks.htm index 10f7a97..8475c00 100644 --- a/cereal_backlinks.htm +++ b/cereal_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Cereal | Autocento of the breakfast table</title> | 12 | <title>Cereal | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,28 +37,23 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="building.html">Building</a></li> | ||
41 | <li><a href="dream.html">Dream</a></li> | ||
42 | <li><a href="love-as-god.html">Love as God</a></li> | 40 | <li><a href="love-as-god.html">Love as God</a></li> |
43 | <li><a href="man.html">Man</a></li> | ||
44 | <li><a href="plant.html">Litany for a plant</a></li> | 41 | <li><a href="plant.html">Litany for a plant</a></li> |
45 | <li><a href="real-writer.html">A real writer</a></li> | 42 | <li><a href="real-writer.html">A real writer</a></li> |
46 | <li><a href="sapling.html">Sapling</a></li> | ||
47 | <li><a href="table_contents.html">Table of contents</a></li> | 43 | <li><a href="table_contents.html">Table of contents</a></li> |
48 | </ul> | 44 | </ul> |
49 | </section> | 45 | </section> |
50 | </article> | 46 | </article> |
51 | <nav> | 47 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 48 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 50 | φ |
57 | </a> | 51 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 54 | </div> |
61 | 55 | ||
56 | |||
62 | </nav> | 57 | </nav> |
63 | 58 | ||
64 | 59 | ||
diff --git a/cold-wind.html b/cold-wind.html index 5f59d55..5574c5b 100644 --- a/cold-wind.html +++ b/cold-wind.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Cold wind | Autocento of the breakfast table</title> | 12 | <title>Cold wind | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="cold-wind_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="cold-wind_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/cold-wind_backlinks.htm b/cold-wind_backlinks.htm index 73d62ee..a9cbe3a 100644 --- a/cold-wind_backlinks.htm +++ b/cold-wind_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Cold wind | Autocento of the breakfast table</title> | 12 | <title>Cold wind | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -49,16 +49,15 @@ | |||
49 | </section> | 49 | </section> |
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 52 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 54 | φ |
57 | </a> | 55 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 58 | </div> |
61 | 59 | ||
60 | |||
62 | </nav> | 61 | </nav> |
63 | 62 | ||
64 | 63 | ||
diff --git a/collage-instrument.html b/collage-instrument.html index f43123e..0c99e49 100644 --- a/collage-instrument.html +++ b/collage-instrument.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Instrumented | Autocento of the breakfast table</title> | 12 | <title>Instrumented | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -54,16 +54,15 @@ | |||
54 | </section> | 54 | </section> |
55 | </article> | 55 | </article> |
56 | <nav> | 56 | <nav> |
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 57 | <div class="anchors"> |
60 | <a href="collage-instrument_backlinks.htm" id="back-link" title="Links to this page"> | 58 | <a href="collage-instrument_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 59 | φ |
62 | </a> | 60 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 61 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 62 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 63 | </div> |
66 | 64 | ||
65 | |||
67 | </nav> | 66 | </nav> |
68 | 67 | ||
69 | 68 | ||
diff --git a/collage-instrument_backlinks.htm b/collage-instrument_backlinks.htm index 4cf4e7a..1fd234a 100644 --- a/collage-instrument_backlinks.htm +++ b/collage-instrument_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Instrumented | Autocento of the breakfast table</title> | 12 | <title>Instrumented | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/common-titles.html b/common-titles.html index 2e7c6d0..b63ff34 100644 --- a/common-titles.html +++ b/common-titles.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,24 +36,23 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content prose"> | 38 | <section class="content prose"> |
39 | <p><a href="100-lines.html">100 lines</a> <a href="about-the-author.html">About the author</a> <a href="about.html">Autocento of the breakfast table</a> <a href="about_author.html">About Case Duckworth</a> <a href="abstract.html">Autocento of the breakfast table</a> <a href="amber-alert.html">AMBER alert</a> <a href="and.html">And</a> <a href="angeltoabraham.html">The angel to Abraham</a> <a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a> <a href="arspoetica.html">Ars poetica</a> <a href="art.html">Art</a> <a href="axe.html">Axe</a> <a href="big-dipper.html">The Big Dipper</a> <a href="boar.html">The boar</a> <a href="boy_bus.html">Boy on the bus</a> <a href="building.html">Building</a> <a href="call-me-aural-pleasure.html">Call me</a> <a href="cereal.html">Cereal</a> <a href="cold-wind.html">Cold wind</a> <a href="collage-instrument.html">Instrumented</a> <a href="creation-myth.html">Creation myth</a> <a href="deadman.html">Dead man</a> <a href="death-zone.html">The Death Zone</a> <a href="deathstrumpet.html">Death’s trumpet</a> <a href="dollywood.html">Something</a> <a href="dream.html">Dream</a> <a href="early.html">Early</a> <a href="elegyforanalternateself.html">Elegy for an alternate self</a> <a href="epigraph.html">epigraph</a> <a href="ex-machina.html">Ex machina</a> <a href="exasperated.html">Exasperated</a> <a href="father.html">Father</a> <a href="feedingtheraven.html">Feeding the raven</a> <a href="finding-the-lion.html">Finding the Lion</a> <a href="fire.html">Fire</a> <a href="found-typewriter-poem.html">Look</a> <a href="hands.html">Hands</a> <a href="hard-game.html">A hard game</a> <a href="hardware.html">Hardware</a> <a href="howithappened.html">How it happened</a> <a href="howtoread.html">How to read this</a> <a href="hymnal.html">Hymnal</a> <a href="i-am.html">I am</a> <a href="i-think-its-you.html">I think it’s you (but it’s not)</a> <a href="i-want-to-say.html">I want to say</a> <a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a> <a href="in-bed.html">In bed</a> <a href="initial-conditions.html">Initial conditions</a> <a href="january.html">January</a> <a href="joke.html">Joke</a> <a href="lappel-du-vide.html">L’appel du vide</a> <a href="largest-asteroid.html">The largest asteroid in the asteroid belt</a> <a href="last-bastion.html">Last bastion</a> <a href="last-passenger.html">Last passenger</a> <a href="leaf.html">Leaf</a> <a href="leg.html">Leg</a> <a href="likingthings.html">Liking Things</a> <a href="listen.html">Listen</a> <a href="love-as-god.html">Love as God</a> <a href="lovesong.html">Love Song</a> <a href="man.html">Man</a> <a href="manifesto_poetics.html">Manifesto of poetics</a> <a href="moon-drowning.html">The Moon is drowning</a> <a href="moongone.html">The moon is gone and in its place a mirror</a> <a href="mountain.html">The mountain</a> <a href="movingsideways.html">Moving Sideways</a> <a href="music-433.html">Something</a> <a href="no-nothing.html">No nothing</a> <a href="notes.html">Notes</a> <a href="nothing-is-ever-over.html">Nothing is ever over</a> <a href="on-genre-dimension.html">On genre and the dimensionality of poetry</a> <a href="onformalpoetry.html">On formal poetry</a> <a href="options.html">Options</a> <a href="ouroboros_memory.html">Ouroboros of Memory</a> <a href="paul.html">Paul</a> <a href="peaches.html">Peaches</a> <a href="philosophy.html">Philosophy</a> <a href="phone.html">Phone</a> <a href="planks.html">Planks</a> <a href="plant.html">Litany for a plant</a> <a href="poetry-time.html">Something</a> <a href="prelude.html">Prelude</a> <a href="problems.html">Problems</a> <a href="process.html">Autocento of the breakfast table</a> <a href="proverbs.html">Proverbs</a> <a href="punch.html">Punch</a> <a href="purpose-dogs.html">The purpose of dogs</a> <a href="question.html">Question</a> <a href="real-writer.html">A real writer</a> <a href="reports.html">Reports</a> <a href="riptide_memory.html">Riptide of memory</a> <a href="ronaldmcdonald.html">Ronald McDonald</a> <a href="roughgloves.html">Rough gloves</a> <a href="sapling.html">Sapling</a> <a href="seasonal-affective-disorder.html">Seasonal affective disorder</a> <a href="sense-of-it.html">Sense of it</a> <a href="serengeti.html">Serengeti</a> <a href="shed.html">Shed</a> <a href="shipwright.html">The shipwright</a> <a href="sixteenth-chapel.html">The Sixteenth Chapel</a> <a href="snow.html">Snow</a> <a href="something-simple.html">Let’s start with something simple:</a> <a href="spittle.html">Spittle</a> <a href="squirrel.html">The squirrel</a> <a href="stagnant.html">Stagnant</a> <a href="statements-frag.html">Statements</a> <a href="stayed-on-the-bus.html">Stayed on the bus too long</a> <a href="stump.html">Stump</a> <a href="swansong-alt.html">Swansong</a> <a href="swansong.html">Swan song</a> <a href="swear.html">Swear</a> <a href="table_contents.html">Table of contents</a> <a href="tapestry.html">Tapestry</a> <a href="telemarketer.html">Telemarketer</a> <a href="the-night-we-met.html">The night we met, I was out of my mind</a> <a href="the-sea_the-beach.html">The sea and the beach</a> <a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a> <a href="time-looks-up-to-the-sky.html">Time looks up to the sky</a> <a href="todaniel.html">To Daniel</a> <a href="toilet.html">Toilet</a> <a href="toothpaste.html">Toothpaste</a> <a href="treatise.html">Treatise</a> <a href="underwear.html">Underwear</a> <a href="walking-in-the-rain.html">Walking in the rain</a> <a href="wallpaper.html">Wallpaper</a> <a href="weplayedthosegamestoo.html">We played those games too</a> <a href="what-we-are-made-of.html">What we are made of</a> <a href="when-im-sorry-i.html">When I’m sorry I wash dishes</a> <a href="window.html">Window</a> <a href="words-irritable-reaching.html">Words and their irritable reaching</a> <a href="words-meaning.html">Words and meaning</a> <a href="worse-looking-over.html">Worse looking over</a> <a href="writing.html">Writing</a> <a href="x-ray.html">X-ray</a> <a href="yellow.html">Yellow</a></p> | 39 | <p><span class="line"><a href="100-lines.html">100 lines</a> <a href="about-the-author.html">About the author</a> <a href="about.html">Autocento of the breakfast table</a> <a href="about_author.html">About Case Duckworth</a> <a href="abstract.html">Autocento of the breakfast table</a> <a href="amber-alert.html">AMBER alert</a> <a href="and.html">And</a></span><span class="line"><a href="angeltoabraham.html">The angel to Abraham</a> <a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a> <a href="arspoetica.html">Ars poetica</a> <a href="art.html">Art</a> <a href="axe.html">Axe</a> <a href="big-dipper.html">The Big Dipper</a> <a href="boar.html">The boar</a> <a href="boy_bus.html">Boy on the bus</a> <a href="building.html">Building</a> <a href="call-me-aural-pleasure.html">Call me</a> <a href="cereal.html">Cereal</a></span><span class="line"><a href="cold-wind.html">Cold wind</a> <a href="collage-instrument.html">Instrumented</a> <a href="creation-myth.html">Creation myth</a> <a href="deadman.html">Dead man</a> <a href="death-zone.html">The Death Zone</a> <a href="deathstrumpet.html">Death’s trumpet</a> <a href="dollywood.html">Something</a> <a href="dream.html">Dream</a> <a href="early.html">Early</a> <a href="elegyforanalternateself.html">Elegy for an alternate self</a> <a href="epigraph.html">epigraph</a> <a href="ex-machina.html">Ex machina</a> <a href="exasperated.html">Exasperated</a> <a href="father.html">Father</a></span><span class="line"><a href="feedingtheraven.html">Feeding the raven</a> <a href="finding-the-lion.html">Finding the Lion</a> <a href="fire.html">Fire</a> <a href="found-typewriter-poem.html">Look</a> <a href="hands.html">Hands</a> <a href="hard-game.html">A hard game</a> <a href="hardware.html">Hardware</a> <a href="howithappened.html">How it happened</a> <a href="howtoread.html">How to read this</a> <a href="hymnal.html">Hymnal</a> <a href="i-am.html">I am</a> <a href="i-think-its-you.html">I think it’s you (but it’s not)</a> <a href="i-want-to-say.html">I want to say</a> <a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a> <a href="in-bed.html">In bed</a> <a href="initial-conditions.html">Initial conditions</a> <a href="january.html">January</a> <a href="joke.html">Joke</a> <a href="lappel-du-vide.html">L’appel du vide</a></span><span class="line"><a href="largest-asteroid.html">The largest asteroid in the asteroid belt</a> <a href="last-bastion.html">Last bastion</a> <a href="last-passenger.html">Last passenger</a> <a href="leaf.html">Leaf</a> <a href="leg.html">Leg</a> <a href="likingthings.html">Liking Things</a> <a href="listen.html">Listen</a> <a href="love-as-god.html">Love as God</a> <a href="lovesong.html">Love Song</a> <a href="man.html">Man</a> <a href="manifesto_poetics.html">Manifesto of poetics</a> <a href="moon-drowning.html">The Moon is drowning</a></span><span class="line"><a href="moongone.html">The moon is gone and in its place a mirror</a> <a href="mountain.html">The mountain</a> <a href="movingsideways.html">Moving Sideways</a> <a href="music-433.html">Something</a> <a href="no-nothing.html">No nothing</a> <a href="notes.html">Notes</a> <a href="nothing-is-ever-over.html">Nothing is ever over</a> <a href="on-genre-dimension.html">On genre and the dimensionality of poetry</a> <a href="onformalpoetry.html">On formal poetry</a> <a href="options.html">Options</a> <a href="ouroboros_memory.html">Ouroboros of Memory</a> <a href="paul.html">Paul</a> <a href="peaches.html">Peaches</a> <a href="philosophy.html">Philosophy</a> <a href="phone.html">Phone</a> <a href="planks.html">Planks</a> <a href="plant.html">Litany for a plant</a> <a href="poetry-time.html">Something</a></span><span class="line"><a href="prelude.html">Prelude</a> <a href="problems.html">Problems</a> <a href="process.html">Autocento of the breakfast table</a> <a href="proverbs.html">Proverbs</a> <a href="punch.html">Punch</a> <a href="purpose-dogs.html">The purpose of dogs</a> <a href="question.html">Question</a> <a href="real-writer.html">A real writer</a> <a href="reports.html">Reports</a> <a href="riptide_memory.html">Riptide of memory</a> <a href="ronaldmcdonald.html">Ronald McDonald</a> <a href="roughgloves.html">Rough gloves</a> <a href="sapling.html">Sapling</a> <a href="seasonal-affective-disorder.html">Seasonal affective disorder</a> <a href="sense-of-it.html">Sense of it</a></span><span class="line"><a href="serengeti.html">Serengeti</a> <a href="shed.html">Shed</a> <a href="shipwright.html">The shipwright</a> <a href="sixteenth-chapel.html">The Sixteenth Chapel</a> <a href="snow.html">Snow</a> <a href="something-simple.html">Let’s start with something simple:</a> <a href="spittle.html">Spittle</a> <a href="squirrel.html">The squirrel</a></span><span class="line"><a href="stagnant.html">Stagnant</a> <a href="statements-frag.html">Statements</a> <a href="stayed-on-the-bus.html">Stayed on the bus too long</a> <a href="stump.html">Stump</a> <a href="swansong-alt.html">Swansong</a> <a href="swansong.html">Swan song</a> <a href="swear.html">Swear</a> <a href="table_contents.html">Table of contents</a> <a href="tapestry.html">Tapestry</a> <a href="telemarketer.html">Telemarketer</a> <a href="the-night-we-met.html">The night we met, I was out of my mind</a> <a href="the-sea_the-beach.html">The sea and the beach</a> <a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a> <a href="time-looks-up-to-the-sky.html">Time looks up to the sky</a> <a href="todaniel.html">To Daniel</a> <a href="toilet.html">Toilet</a> <a href="toothpaste.html">Toothpaste</a> <a href="treatise.html">Treatise</a> <a href="underwear.html">Underwear</a> <a href="walking-in-the-rain.html">Walking in the rain</a> <a href="wallpaper.html">Wallpaper</a> <a href="weplayedthosegamestoo.html">We played those games too</a> <a href="what-we-are-made-of.html">What we are made of</a> <a href="when-im-sorry-i.html">When I’m sorry I wash dishes</a> <a href="window.html">Window</a> <a href="words-irritable-reaching.html">Words and their irritable reaching</a></span><span class="line"><a href="words-meaning.html">Words and meaning</a> <a href="worse-looking-over.html">Worse looking over</a> <a href="writing.html">Writing</a> <a href="x-ray.html">X-ray</a> <a href="yellow.html">Yellow</a></span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="about.html" | ||
44 | title="Previous article in About Autocento"> | ||
45 | About <em>Autocento</em> | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="common-titles_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="common-titles_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="about.html" | ||
52 | title="Previous article in About Autocento"> | ||
53 | About <em>Autocento</em> | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="first-lines.html" | 56 | <a class="nextlink" href="first-lines.html" |
58 | title="Next article in About Autocento"> | 57 | title="Next article in About Autocento"> |
59 | Index of first lines | 58 | Index of first lines |
diff --git a/common-titles.txt b/common-titles.txt index dd1ac28..23fb686 100644 --- a/common-titles.txt +++ b/common-titles.txt | |||
@@ -15,138 +15,138 @@ project: | |||
15 | link: about | 15 | link: about |
16 | ... | 16 | ... |
17 | 17 | ||
18 | [100 lines](100-lines.html) | 18 | | [100 lines](100-lines.html) |
19 | [About the author](about-the-author.html) | 19 | [About the author](about-the-author.html) |
20 | [Autocento of the breakfast table](about.html) | 20 | [Autocento of the breakfast table](about.html) |
21 | [About Case Duckworth](about_author.html) | 21 | [About Case Duckworth](about_author.html) |
22 | [Autocento of the breakfast table](abstract.html) | 22 | [Autocento of the breakfast table](abstract.html) |
23 | [AMBER alert](amber-alert.html) | 23 | [AMBER alert](amber-alert.html) |
24 | [And](and.html) | 24 | [And](and.html) |
25 | [The angel to Abraham](angeltoabraham.html) | 25 | | [The angel to Abraham](angeltoabraham.html) |
26 | [On seeing the panorama of the Apollo 11 landing site](apollo11.html) | 26 | [On seeing the panorama of the Apollo 11 landing site](apollo11.html) |
27 | [Ars poetica](arspoetica.html) | 27 | [Ars poetica](arspoetica.html) |
28 | [Art](art.html) | 28 | [Art](art.html) |
29 | [Axe](axe.html) | 29 | [Axe](axe.html) |
30 | [The Big Dipper](big-dipper.html) | 30 | [The Big Dipper](big-dipper.html) |
31 | [The boar](boar.html) | 31 | [The boar](boar.html) |
32 | [Boy on the bus](boy_bus.html) | 32 | [Boy on the bus](boy_bus.html) |
33 | [Building](building.html) | 33 | [Building](building.html) |
34 | [Call me](call-me-aural-pleasure.html) | 34 | [Call me](call-me-aural-pleasure.html) |
35 | [Cereal](cereal.html) | 35 | [Cereal](cereal.html) |
36 | [Cold wind](cold-wind.html) | 36 | | [Cold wind](cold-wind.html) |
37 | [Instrumented](collage-instrument.html) | 37 | [Instrumented](collage-instrument.html) |
38 | [Creation myth](creation-myth.html) | 38 | [Creation myth](creation-myth.html) |
39 | [Dead man](deadman.html) | 39 | [Dead man](deadman.html) |
40 | [The Death Zone](death-zone.html) | 40 | [The Death Zone](death-zone.html) |
41 | [Death's trumpet](deathstrumpet.html) | 41 | [Death's trumpet](deathstrumpet.html) |
42 | [Something](dollywood.html) | 42 | [Something](dollywood.html) |
43 | [Dream](dream.html) | 43 | [Dream](dream.html) |
44 | [Early](early.html) | 44 | [Early](early.html) |
45 | [Elegy for an alternate self](elegyforanalternateself.html) | 45 | [Elegy for an alternate self](elegyforanalternateself.html) |
46 | [epigraph](epigraph.html) | 46 | [epigraph](epigraph.html) |
47 | [Ex machina](ex-machina.html) | 47 | [Ex machina](ex-machina.html) |
48 | [Exasperated](exasperated.html) | 48 | [Exasperated](exasperated.html) |
49 | [Father](father.html) | 49 | [Father](father.html) |
50 | [Feeding the raven](feedingtheraven.html) | 50 | | [Feeding the raven](feedingtheraven.html) |
51 | [Finding the Lion](finding-the-lion.html) | 51 | [Finding the Lion](finding-the-lion.html) |
52 | [Fire](fire.html) | 52 | [Fire](fire.html) |
53 | [Look](found-typewriter-poem.html) | 53 | [Look](found-typewriter-poem.html) |
54 | [Hands](hands.html) | 54 | [Hands](hands.html) |
55 | [A hard game](hard-game.html) | 55 | [A hard game](hard-game.html) |
56 | [Hardware](hardware.html) | 56 | [Hardware](hardware.html) |
57 | [How it happened](howithappened.html) | 57 | [How it happened](howithappened.html) |
58 | [How to read this](howtoread.html) | 58 | [How to read this](howtoread.html) |
59 | [Hymnal](hymnal.html) | 59 | [Hymnal](hymnal.html) |
60 | [I am](i-am.html) | 60 | [I am](i-am.html) |
61 | [I think it's you (but it's not)](i-think-its-you.html) | 61 | [I think it's you (but it's not)](i-think-its-you.html) |
62 | [I want to say](i-want-to-say.html) | 62 | [I want to say](i-want-to-say.html) |
63 | [I wanted to tell you something](i-wanted-to-tell-you-something.html) | 63 | [I wanted to tell you something](i-wanted-to-tell-you-something.html) |
64 | [In bed](in-bed.html) | 64 | [In bed](in-bed.html) |
65 | [Initial conditions](initial-conditions.html) | 65 | [Initial conditions](initial-conditions.html) |
66 | [January](january.html) | 66 | [January](january.html) |
67 | [Joke](joke.html) | 67 | [Joke](joke.html) |
68 | [L'appel du vide](lappel-du-vide.html) | 68 | [L'appel du vide](lappel-du-vide.html) |
69 | [The largest asteroid in the asteroid belt](largest-asteroid.html) | 69 | | [The largest asteroid in the asteroid belt](largest-asteroid.html) |
70 | [Last bastion](last-bastion.html) | 70 | [Last bastion](last-bastion.html) |
71 | [Last passenger](last-passenger.html) | 71 | [Last passenger](last-passenger.html) |
72 | [Leaf](leaf.html) | 72 | [Leaf](leaf.html) |
73 | [Leg](leg.html) | 73 | [Leg](leg.html) |
74 | [Liking Things](likingthings.html) | 74 | [Liking Things](likingthings.html) |
75 | [Listen](listen.html) | 75 | [Listen](listen.html) |
76 | [Love as God](love-as-god.html) | 76 | [Love as God](love-as-god.html) |
77 | [Love Song](lovesong.html) | 77 | [Love Song](lovesong.html) |
78 | [Man](man.html) | 78 | [Man](man.html) |
79 | [Manifesto of poetics](manifesto_poetics.html) | 79 | [Manifesto of poetics](manifesto_poetics.html) |
80 | [The Moon is drowning](moon-drowning.html) | 80 | [The Moon is drowning](moon-drowning.html) |
81 | [The moon is gone and in its place a mirror](moongone.html) | 81 | | [The moon is gone and in its place a mirror](moongone.html) |
82 | [The mountain](mountain.html) | 82 | [The mountain](mountain.html) |
83 | [Moving Sideways](movingsideways.html) | 83 | [Moving Sideways](movingsideways.html) |
84 | [Something](music-433.html) | 84 | [Something](music-433.html) |
85 | [No nothing](no-nothing.html) | 85 | [No nothing](no-nothing.html) |
86 | [Notes](notes.html) | 86 | [Notes](notes.html) |
87 | [Nothing is ever over](nothing-is-ever-over.html) | 87 | [Nothing is ever over](nothing-is-ever-over.html) |
88 | [On genre and the dimensionality of poetry](on-genre-dimension.html) | 88 | [On genre and the dimensionality of poetry](on-genre-dimension.html) |
89 | [On formal poetry](onformalpoetry.html) | 89 | [On formal poetry](onformalpoetry.html) |
90 | [Options](options.html) | 90 | [Options](options.html) |
91 | [Ouroboros of Memory](ouroboros_memory.html) | 91 | [Ouroboros of Memory](ouroboros_memory.html) |
92 | [Paul](paul.html) | 92 | [Paul](paul.html) |
93 | [Peaches](peaches.html) | 93 | [Peaches](peaches.html) |
94 | [Philosophy](philosophy.html) | 94 | [Philosophy](philosophy.html) |
95 | [Phone](phone.html) | 95 | [Phone](phone.html) |
96 | [Planks](planks.html) | 96 | [Planks](planks.html) |
97 | [Litany for a plant](plant.html) | 97 | [Litany for a plant](plant.html) |
98 | [Something](poetry-time.html) | 98 | [Something](poetry-time.html) |
99 | [Prelude](prelude.html) | 99 | | [Prelude](prelude.html) |
100 | [Problems](problems.html) | 100 | [Problems](problems.html) |
101 | [Autocento of the breakfast table](process.html) | 101 | [Autocento of the breakfast table](process.html) |
102 | [Proverbs](proverbs.html) | 102 | [Proverbs](proverbs.html) |
103 | [Punch](punch.html) | 103 | [Punch](punch.html) |
104 | [The purpose of dogs](purpose-dogs.html) | 104 | [The purpose of dogs](purpose-dogs.html) |
105 | [Question](question.html) | 105 | [Question](question.html) |
106 | [A real writer](real-writer.html) | 106 | [A real writer](real-writer.html) |
107 | [Reports](reports.html) | 107 | [Reports](reports.html) |
108 | [Riptide of memory](riptide_memory.html) | 108 | [Riptide of memory](riptide_memory.html) |
109 | [Ronald McDonald](ronaldmcdonald.html) | 109 | [Ronald McDonald](ronaldmcdonald.html) |
110 | [Rough gloves](roughgloves.html) | 110 | [Rough gloves](roughgloves.html) |
111 | [Sapling](sapling.html) | 111 | [Sapling](sapling.html) |
112 | [Seasonal affective disorder](seasonal-affective-disorder.html) | 112 | [Seasonal affective disorder](seasonal-affective-disorder.html) |
113 | [Sense of it](sense-of-it.html) | 113 | [Sense of it](sense-of-it.html) |
114 | [Serengeti](serengeti.html) | 114 | | [Serengeti](serengeti.html) |
115 | [Shed](shed.html) | 115 | [Shed](shed.html) |
116 | [The shipwright](shipwright.html) | 116 | [The shipwright](shipwright.html) |
117 | [The Sixteenth Chapel](sixteenth-chapel.html) | 117 | [The Sixteenth Chapel](sixteenth-chapel.html) |
118 | [Snow](snow.html) | 118 | [Snow](snow.html) |
119 | [Let's start with something simple:](something-simple.html) | 119 | [Let's start with something simple:](something-simple.html) |
120 | [Spittle](spittle.html) | 120 | [Spittle](spittle.html) |
121 | [The squirrel](squirrel.html) | 121 | [The squirrel](squirrel.html) |
122 | [Stagnant](stagnant.html) | 122 | | [Stagnant](stagnant.html) |
123 | [Statements](statements-frag.html) | 123 | [Statements](statements-frag.html) |
124 | [Stayed on the bus too long](stayed-on-the-bus.html) | 124 | [Stayed on the bus too long](stayed-on-the-bus.html) |
125 | [Stump](stump.html) | 125 | [Stump](stump.html) |
126 | [Swansong](swansong-alt.html) | 126 | [Swansong](swansong-alt.html) |
127 | [Swan song](swansong.html) | 127 | [Swan song](swansong.html) |
128 | [Swear](swear.html) | 128 | [Swear](swear.html) |
129 | [Table of contents](table_contents.html) | 129 | [Table of contents](table_contents.html) |
130 | [Tapestry](tapestry.html) | 130 | [Tapestry](tapestry.html) |
131 | [Telemarketer](telemarketer.html) | 131 | [Telemarketer](telemarketer.html) |
132 | [The night we met, I was out of my mind](the-night-we-met.html) | 132 | [The night we met, I was out of my mind](the-night-we-met.html) |
133 | [The sea and the beach](the-sea_the-beach.html) | 133 | [The sea and the beach](the-sea_the-beach.html) |
134 | [The ocean overflows with camels](theoceanoverflowswithcamels.html) | 134 | [The ocean overflows with camels](theoceanoverflowswithcamels.html) |
135 | [Time looks up to the sky](time-looks-up-to-the-sky.html) | 135 | [Time looks up to the sky](time-looks-up-to-the-sky.html) |
136 | [To Daniel](todaniel.html) | 136 | [To Daniel](todaniel.html) |
137 | [Toilet](toilet.html) | 137 | [Toilet](toilet.html) |
138 | [Toothpaste](toothpaste.html) | 138 | [Toothpaste](toothpaste.html) |
139 | [Treatise](treatise.html) | 139 | [Treatise](treatise.html) |
140 | [Underwear](underwear.html) | 140 | [Underwear](underwear.html) |
141 | [Walking in the rain](walking-in-the-rain.html) | 141 | [Walking in the rain](walking-in-the-rain.html) |
142 | [Wallpaper](wallpaper.html) | 142 | [Wallpaper](wallpaper.html) |
143 | [We played those games too](weplayedthosegamestoo.html) | 143 | [We played those games too](weplayedthosegamestoo.html) |
144 | [What we are made of](what-we-are-made-of.html) | 144 | [What we are made of](what-we-are-made-of.html) |
145 | [When I'm sorry I wash dishes](when-im-sorry-i.html) | 145 | [When I'm sorry I wash dishes](when-im-sorry-i.html) |
146 | [Window](window.html) | 146 | [Window](window.html) |
147 | [Words and their irritable reaching](words-irritable-reaching.html) | 147 | [Words and their irritable reaching](words-irritable-reaching.html) |
148 | [Words and meaning](words-meaning.html) | 148 | | [Words and meaning](words-meaning.html) |
149 | [Worse looking over](worse-looking-over.html) | 149 | [Worse looking over](worse-looking-over.html) |
150 | [Writing](writing.html) | 150 | [Writing](writing.html) |
151 | [X-ray](x-ray.html) | 151 | [X-ray](x-ray.html) |
152 | [Yellow](yellow.html) | 152 | [Yellow](yellow.html) |
diff --git a/creation-myth.html b/creation-myth.html index 7d42614..5e8dd7a 100644 --- a/creation-myth.html +++ b/creation-myth.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Creation myth | Autocento of the breakfast table</title> | 12 | <title>Creation myth | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="creation-myth_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="creation-myth_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/creation-myth_backlinks.htm b/creation-myth_backlinks.htm index bb0bf70..028817d 100644 --- a/creation-myth_backlinks.htm +++ b/creation-myth_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Creation myth | Autocento of the breakfast table</title> | 12 | <title>Creation myth | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,16 +44,15 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 47 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 49 | φ |
52 | </a> | 50 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 53 | </div> |
56 | 54 | ||
55 | |||
57 | </nav> | 56 | </nav> |
58 | 57 | ||
59 | 58 | ||
diff --git a/deadman.html b/deadman.html index 29262d3..d7409c4 100644 --- a/deadman.html +++ b/deadman.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Dead man | Autocento of the breakfast table</title> | 12 | <title>Dead man | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="boar.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | The boar | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="deadman_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="deadman_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="boar.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | The boar | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="angeltoabraham.html" | 56 | <a class="nextlink" href="angeltoabraham.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | The angel to Abraham | 58 | The angel to Abraham |
diff --git a/deadman_backlinks.htm b/deadman_backlinks.htm index f2d7662..beb8c5d 100644 --- a/deadman_backlinks.htm +++ b/deadman_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Dead man | Autocento of the breakfast table</title> | 12 | <title>Dead man | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,23 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> | ||
42 | <li><a href="boar.html">The boar</a></li> | ||
43 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/death-zone.html b/death-zone.html index caf8fd9..fc4473d 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Death Zone | Autocento of the breakfast table</title> | 12 | <title>The Death Zone | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -60,6 +60,14 @@ | |||
60 | </section> | 60 | </section> |
61 | </article> | 61 | </article> |
62 | <nav> | 62 | <nav> |
63 | <div class="anchors"> | ||
64 | <a href="death-zone_backlinks.htm" id="back-link" title="Links to this page"> | ||
65 | φ | ||
66 | </a> | ||
67 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
68 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
69 | </div> | ||
70 | |||
63 | <a class="prevlink" href="exasperated.html" | 71 | <a class="prevlink" href="exasperated.html" |
64 | title="Previous article in Stark Raving"> | 72 | title="Previous article in Stark Raving"> |
65 | Exasperated | 73 | Exasperated |
@@ -69,15 +77,6 @@ | |||
69 | AMBER alert | 77 | AMBER alert |
70 | </a> | 78 | </a> |
71 | 79 | ||
72 | <!-- ANCHORS --> | ||
73 | <div class="anchors"> | ||
74 | <a href="death-zone_backlinks.htm" id="back-link" title="Links to this page"> | ||
75 | φ | ||
76 | </a> | ||
77 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
78 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
79 | </div> | ||
80 | |||
81 | <a class="nextlink" href="big-dipper.html" | 80 | <a class="nextlink" href="big-dipper.html" |
82 | title="Next article in Stark Raving"> | 81 | title="Next article in Stark Raving"> |
83 | The Big Dipper | 82 | The Big Dipper |
diff --git a/death-zone_backlinks.htm b/death-zone_backlinks.htm index dca76ab..578f5bb 100644 --- a/death-zone_backlinks.htm +++ b/death-zone_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Death Zone | Autocento of the breakfast table</title> | 12 | <title>The Death Zone | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,8 +38,6 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="amber-alert.html">AMBER alert</a></li> | ||
42 | <li><a href="big-dipper.html">The Big Dipper</a></li> | ||
43 | <li><a href="exasperated.html">Exasperated</a></li> | 41 | <li><a href="exasperated.html">Exasperated</a></li> |
44 | <li><a href="love-as-god.html">Love as God</a></li> | 42 | <li><a href="love-as-god.html">Love as God</a></li> |
45 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> | 43 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> |
@@ -50,16 +48,15 @@ | |||
50 | </section> | 48 | </section> |
51 | </article> | 49 | </article> |
52 | <nav> | 50 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 51 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 53 | φ |
58 | </a> | 54 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 57 | </div> |
62 | 58 | ||
59 | |||
63 | </nav> | 60 | </nav> |
64 | 61 | ||
65 | 62 | ||
diff --git a/deathstrumpet.html b/deathstrumpet.html index 194e9d7..91fb3fa 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Death’s trumpet | Autocento of the breakfast table</title> | 12 | <title>Death’s trumpet | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -50,20 +50,19 @@ | |||
50 | </section> | 50 | </section> |
51 | </article> | 51 | </article> |
52 | <nav> | 52 | <nav> |
53 | <a class="prevlink" href="todaniel.html" | ||
54 | title="Previous article in Elegies for alternate selves"> | ||
55 | To Daniel: an elaboration | ||
56 | </a> | ||
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 53 | <div class="anchors"> |
60 | <a href="deathstrumpet_backlinks.htm" id="back-link" title="Links to this page"> | 54 | <a href="deathstrumpet_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 55 | φ |
62 | </a> | 56 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 57 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 58 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 59 | </div> |
66 | 60 | ||
61 | <a class="prevlink" href="todaniel.html" | ||
62 | title="Previous article in Elegies for alternate selves"> | ||
63 | To Daniel: an elaboration | ||
64 | </a> | ||
65 | |||
67 | </nav> | 66 | </nav> |
68 | 67 | ||
69 | 68 | ||
diff --git a/deathstrumpet_backlinks.htm b/deathstrumpet_backlinks.htm index 156a998..403bf4f 100644 --- a/deathstrumpet_backlinks.htm +++ b/deathstrumpet_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Death’s trumpet | Autocento of the breakfast table</title> | 12 | <title>Death’s trumpet | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -51,16 +51,15 @@ | |||
51 | </section> | 51 | </section> |
52 | </article> | 52 | </article> |
53 | <nav> | 53 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 54 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 56 | φ |
59 | </a> | 57 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 58 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 59 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 60 | </div> |
63 | 61 | ||
62 | |||
64 | </nav> | 63 | </nav> |
65 | 64 | ||
66 | 65 | ||
diff --git a/dollywood.html b/dollywood.html index d5ed461..a1a1a68 100644 --- a/dollywood.html +++ b/dollywood.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -59,16 +59,15 @@ | |||
59 | </section> | 59 | </section> |
60 | </article> | 60 | </article> |
61 | <nav> | 61 | <nav> |
62 | |||
63 | <!-- ANCHORS --> | ||
64 | <div class="anchors"> | 62 | <div class="anchors"> |
65 | <a href="dollywood_backlinks.htm" id="back-link" title="Links to this page"> | 63 | <a href="dollywood_backlinks.htm" id="back-link" title="Links to this page"> |
66 | φ | 64 | φ |
67 | </a> | 65 | </a> |
68 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 66 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
69 | <a href="#" id="lozenge" title="ERROR">∝</a> | 67 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
70 | </div> | 68 | </div> |
71 | 69 | ||
70 | |||
72 | </nav> | 71 | </nav> |
73 | 72 | ||
74 | 73 | ||
diff --git a/dollywood_backlinks.htm b/dollywood_backlinks.htm index 99c92f2..a4b76fa 100644 --- a/dollywood_backlinks.htm +++ b/dollywood_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/dream.html b/dream.html index 904ede1..3707722 100644 --- a/dream.html +++ b/dream.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Dream | Autocento of the breakfast table</title> | 12 | <title>Dream | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="dream_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="underwear.html" | 55 | <a class="prevlink" href="underwear.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Underwear | 57 | Underwear |
@@ -53,15 +61,6 @@ | |||
53 | Cereal | 61 | Cereal |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="dream_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="axe.html" | 64 | <a class="nextlink" href="axe.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Axe | 66 | Axe |
diff --git a/dream_backlinks.htm b/dream_backlinks.htm index be538a3..3af6d2c 100644 --- a/dream_backlinks.htm +++ b/dream_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Dream | Autocento of the breakfast table</title> | 12 | <title>Dream | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,25 +37,20 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="axe.html">Axe</a></li> | ||
41 | <li><a href="cereal.html">Cereal</a></li> | ||
42 | <li><a href="early.html">Early</a></li> | ||
43 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 40 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
44 | <li><a href="underwear.html">Underwear</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/early.html b/early.html index 7ce94d7..95fd6b0 100644 --- a/early.html +++ b/early.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Early | Autocento of the breakfast table</title> | 12 | <title>Early | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="early_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="stump.html" | 55 | <a class="prevlink" href="stump.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Stump | 57 | Stump |
@@ -53,15 +61,6 @@ | |||
53 | Dream | 61 | Dream |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="early_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="toothpaste.html" | 64 | <a class="nextlink" href="toothpaste.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Toothpaste | 66 | Toothpaste |
diff --git a/early_backlinks.htm b/early_backlinks.htm index 6f21a6b..98b2abc 100644 --- a/early_backlinks.htm +++ b/early_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Early | Autocento of the breakfast table</title> | 12 | <title>Early | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="collage-instrument.html">Instrumented</a></li> | 40 | <li><a href="collage-instrument.html">Instrumented</a></li> |
41 | <li><a href="dream.html">Dream</a></li> | ||
42 | <li><a href="father.html">Father</a></li> | ||
43 | <li><a href="stump.html">Stump</a></li> | ||
44 | <li><a href="the-night-we-met.html">The night we met, I was out of my mind</a></li> | 41 | <li><a href="the-night-we-met.html">The night we met, I was out of my mind</a></li> |
45 | <li><a href="toothpaste.html">Toothpaste</a></li> | ||
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index 73dc1d4..695a0b0 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> | 12 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,16 +41,15 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | |||
45 | <!-- ANCHORS --> | ||
46 | <div class="anchors"> | 44 | <div class="anchors"> |
47 | <a href="elegyforanalternateself_backlinks.htm" id="back-link" title="Links to this page"> | 45 | <a href="elegyforanalternateself_backlinks.htm" id="back-link" title="Links to this page"> |
48 | φ | 46 | φ |
49 | </a> | 47 | </a> |
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 48 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
51 | <a href="#" id="lozenge" title="ERROR">∝</a> | 49 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
52 | </div> | 50 | </div> |
53 | 51 | ||
52 | |||
54 | </nav> | 53 | </nav> |
55 | 54 | ||
56 | 55 | ||
diff --git a/elegyforanalternateself_backlinks.htm b/elegyforanalternateself_backlinks.htm index 796fbb3..8672450 100644 --- a/elegyforanalternateself_backlinks.htm +++ b/elegyforanalternateself_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> | 12 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/epigraph.html b/epigraph.html index 9287ce9..6737e12 100644 --- a/epigraph.html +++ b/epigraph.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>epigraph | Autocento of the breakfast table</title> | 12 | <title>epigraph | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="deathstrumpet.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Death’s Trumpet | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="epigraph_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="epigraph_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="deathstrumpet.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Death’s Trumpet | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="howtoreadthis.html" | 56 | <a class="nextlink" href="howtoreadthis.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | How to read this | 58 | How to read this |
diff --git a/epigraph_backlinks.htm b/epigraph_backlinks.htm index d54a0af..4c4b850 100644 --- a/epigraph_backlinks.htm +++ b/epigraph_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>epigraph | Autocento of the breakfast table</title> | 12 | <title>epigraph | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="howtoread.html">How to read this</a></li> | ||
41 | <li><a href="love-as-god.html">Love as God</a></li> | 40 | <li><a href="love-as-god.html">Love as God</a></li> |
42 | <li><a href="plant.html">Litany for a plant</a></li> | 41 | <li><a href="plant.html">Litany for a plant</a></li> |
43 | <li><a href="poetry-time.html">Something</a></li> | 42 | <li><a href="poetry-time.html">Something</a></li> |
@@ -45,16 +44,15 @@ | |||
45 | </section> | 44 | </section> |
46 | </article> | 45 | </article> |
47 | <nav> | 46 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 47 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 49 | φ |
53 | </a> | 50 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 53 | </div> |
57 | 54 | ||
55 | |||
58 | </nav> | 56 | </nav> |
59 | 57 | ||
60 | 58 | ||
diff --git a/ex-machina.html b/ex-machina.html index 0f5a15e..f432e6c 100644 --- a/ex-machina.html +++ b/ex-machina.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ex machina | Autocento of the breakfast table</title> | 12 | <title>Ex machina | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -53,16 +53,15 @@ | |||
53 | </section> | 53 | </section> |
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | |||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | 56 | <div class="anchors"> |
59 | <a href="ex-machina_backlinks.htm" id="back-link" title="Links to this page"> | 57 | <a href="ex-machina_backlinks.htm" id="back-link" title="Links to this page"> |
60 | φ | 58 | φ |
61 | </a> | 59 | </a> |
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 60 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | 61 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
64 | </div> | 62 | </div> |
65 | 63 | ||
64 | |||
66 | </nav> | 65 | </nav> |
67 | 66 | ||
68 | 67 | ||
diff --git a/ex-machina_backlinks.htm b/ex-machina_backlinks.htm index ca7a458..2d44081 100644 --- a/ex-machina_backlinks.htm +++ b/ex-machina_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ex machina | Autocento of the breakfast table</title> | 12 | <title>Ex machina | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/exasperated.html b/exasperated.html index 936d254..eb360b4 100644 --- a/exasperated.html +++ b/exasperated.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Exasperated | Autocento of the breakfast table</title> | 12 | <title>Exasperated | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="exasperated_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="amber-alert.html" | 57 | <a class="prevlink" href="amber-alert.html" |
50 | title="Previous article in Stark Raving"> | 58 | title="Previous article in Stark Raving"> |
51 | AMBER alert | 59 | AMBER alert |
@@ -55,15 +63,6 @@ | |||
55 | The Death Zone | 63 | The Death Zone |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="exasperated_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="death-zone.html" | 66 | <a class="nextlink" href="death-zone.html" |
68 | title="Next article in Stark Raving"> | 67 | title="Next article in Stark Raving"> |
69 | The Death Zone | 68 | The Death Zone |
diff --git a/exasperated_backlinks.htm b/exasperated_backlinks.htm index be1d2ea..3434f12 100644 --- a/exasperated_backlinks.htm +++ b/exasperated_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Exasperated | Autocento of the breakfast table</title> | 12 | <title>Exasperated | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,9 +37,6 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="amber-alert.html">AMBER alert</a></li> | ||
41 | <li><a href="boy_bus.html">Boy on the bus</a></li> | ||
42 | <li><a href="death-zone.html">The Death Zone</a></li> | ||
43 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 40 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
44 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
45 | <li><a href="underwear.html">Underwear</a></li> | 42 | <li><a href="underwear.html">Underwear</a></li> |
@@ -47,16 +44,15 @@ | |||
47 | </section> | 44 | </section> |
48 | </article> | 45 | </article> |
49 | <nav> | 46 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 47 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 49 | φ |
55 | </a> | 50 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 53 | </div> |
59 | 54 | ||
55 | |||
60 | </nav> | 56 | </nav> |
61 | 57 | ||
62 | 58 | ||
diff --git a/father.html b/father.html index 1ee24be..3163591 100644 --- a/father.html +++ b/father.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Father | Autocento of the breakfast table</title> | 12 | <title>Father | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="father_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="toothpaste.html" | 54 | <a class="prevlink" href="toothpaste.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Toothpaste | 56 | Toothpaste |
@@ -52,15 +60,6 @@ | |||
52 | Early | 60 | Early |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="father_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="paul.html" | 63 | <a class="nextlink" href="paul.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Paul | 65 | Paul |
diff --git a/father_backlinks.htm b/father_backlinks.htm index d8eb534..e9e2770 100644 --- a/father_backlinks.htm +++ b/father_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Father | Autocento of the breakfast table</title> | 12 | <title>Father | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,26 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="early.html">Early</a></li> | ||
41 | <li><a href="fire.html">Fire</a></li> | ||
42 | <li><a href="no-nothing.html">No nothing</a></li> | 40 | <li><a href="no-nothing.html">No nothing</a></li> |
43 | <li><a href="paul.html">Paul</a></li> | ||
44 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | 41 | <li><a href="riptide_memory.html">Riptide of memory</a></li> |
45 | <li><a href="toothpaste.html">Toothpaste</a></li> | ||
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/feedingtheraven.html b/feedingtheraven.html index 5992f24..12a88af 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Feeding the raven | Autocento of the breakfast table</title> | 12 | <title>Feeding the raven | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,20 +43,19 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="angeltoabraham.html" | ||
47 | title="Previous article in Elegies for alternate selves"> | ||
48 | The angel to Abraham | ||
49 | </a> | ||
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="feedingtheraven_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="feedingtheraven_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | <a class="prevlink" href="angeltoabraham.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | The angel to Abraham | ||
57 | </a> | ||
58 | |||
60 | <a class="nextlink" href="onformalpoetry.html" | 59 | <a class="nextlink" href="onformalpoetry.html" |
61 | title="Next article in Elegies for alternate selves"> | 60 | title="Next article in Elegies for alternate selves"> |
62 | On formal poetry | 61 | On formal poetry |
diff --git a/feedingtheraven_backlinks.htm b/feedingtheraven_backlinks.htm index 1aa423e..8c50dce 100644 --- a/feedingtheraven_backlinks.htm +++ b/feedingtheraven_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Feeding the raven | Autocento of the breakfast table</title> | 12 | <title>Feeding the raven | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,11 +37,10 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> | ||
41 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> | 40 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> |
42 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | 41 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> |
43 | <li><a href="onformalpoetry.html">On formal poetry</a></li> | ||
44 | <li><a href="plant.html">Litany for a plant</a></li> | 42 | <li><a href="plant.html">Litany for a plant</a></li> |
43 | <li><a href="problems.html">Problems</a></li> | ||
45 | <li><a href="purpose-dogs.html">The purpose of dogs</a></li> | 44 | <li><a href="purpose-dogs.html">The purpose of dogs</a></li> |
46 | <li><a href="roughgloves.html">Rough gloves</a></li> | 45 | <li><a href="roughgloves.html">Rough gloves</a></li> |
47 | <li><a href="yellow.html">Yellow</a></li> | 46 | <li><a href="yellow.html">Yellow</a></li> |
@@ -49,16 +48,15 @@ | |||
49 | </section> | 48 | </section> |
50 | </article> | 49 | </article> |
51 | <nav> | 50 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 51 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 53 | φ |
57 | </a> | 54 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 57 | </div> |
61 | 58 | ||
59 | |||
62 | </nav> | 60 | </nav> |
63 | 61 | ||
64 | 62 | ||
diff --git a/finding-the-lion.html b/finding-the-lion.html index 43da66f..ae8924f 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Finding the Lion | Autocento of the breakfast table</title> | 12 | <title>Finding the Lion | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="finding-the-lion_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="finding-the-lion_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/finding-the-lion_backlinks.htm b/finding-the-lion_backlinks.htm index 6f032ad..c486255 100644 --- a/finding-the-lion_backlinks.htm +++ b/finding-the-lion_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Finding the Lion | Autocento of the breakfast table</title> | 12 | <title>Finding the Lion | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -48,16 +48,15 @@ | |||
48 | </section> | 48 | </section> |
49 | </article> | 49 | </article> |
50 | <nav> | 50 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 51 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 53 | φ |
56 | </a> | 54 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 57 | </div> |
60 | 58 | ||
59 | |||
61 | </nav> | 60 | </nav> |
62 | 61 | ||
63 | 62 | ||
diff --git a/fire.html b/fire.html index 74854b2..209240d 100644 --- a/fire.html +++ b/fire.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Fire | Autocento of the breakfast table</title> | 12 | <title>Fire | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,6 +41,14 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <div class="anchors"> | ||
45 | <a href="fire_backlinks.htm" id="back-link" title="Links to this page"> | ||
46 | φ | ||
47 | </a> | ||
48 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
49 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
50 | </div> | ||
51 | |||
44 | <a class="prevlink" href="paul.html" | 52 | <a class="prevlink" href="paul.html" |
45 | title="Previous article in Buildings out of air: Paul in the Woods"> | 53 | title="Previous article in Buildings out of air: Paul in the Woods"> |
46 | Paul | 54 | Paul |
@@ -50,15 +58,6 @@ | |||
50 | Father | 58 | Father |
51 | </a> | 59 | </a> |
52 | 60 | ||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | ||
55 | <a href="fire_backlinks.htm" id="back-link" title="Links to this page"> | ||
56 | φ | ||
57 | </a> | ||
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
60 | </div> | ||
61 | |||
62 | <a class="nextlink" href="hands.html" | 61 | <a class="nextlink" href="hands.html" |
63 | title="Next article in Buildings out of air: Paul in the Woods"> | 62 | title="Next article in Buildings out of air: Paul in the Woods"> |
64 | Hands | 63 | Hands |
diff --git a/fire_backlinks.htm b/fire_backlinks.htm index e3d2362..3279837 100644 --- a/fire_backlinks.htm +++ b/fire_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Fire | Autocento of the breakfast table</title> | 12 | <title>Fire | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,12 +38,8 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="cold-wind.html">Cold wind</a></li> | 41 | <li><a href="cold-wind.html">Cold wind</a> early.html</li> |
42 | <li><a href="early.html">Early</a></li> | ||
43 | <li><a href="father.html">Father</a></li> | ||
44 | <li><a href="hands.html">Hands</a></li> | ||
45 | <li><a href="hard-game.html">A hard game</a></li> | 42 | <li><a href="hard-game.html">A hard game</a></li> |
46 | <li><a href="paul.html">Paul</a></li> | ||
47 | <li><a href="plant.html">Litany for a plant</a></li> | 43 | <li><a href="plant.html">Litany for a plant</a></li> |
48 | <li><a href="snow.html">Snow</a></li> | 44 | <li><a href="snow.html">Snow</a></li> |
49 | <li><a href="swansong-alt.html">Swansong</a></li> | 45 | <li><a href="swansong-alt.html">Swansong</a></li> |
@@ -51,16 +47,15 @@ | |||
51 | </section> | 47 | </section> |
52 | </article> | 48 | </article> |
53 | <nav> | 49 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 50 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 52 | φ |
59 | </a> | 53 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 56 | </div> |
63 | 57 | ||
58 | |||
64 | </nav> | 59 | </nav> |
65 | 60 | ||
66 | 61 | ||
diff --git a/first-lines.html b/first-lines.html index cbc5af6..805a8a9 100644 --- a/first-lines.html +++ b/first-lines.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="common-titles.html" | ||
44 | title="Previous article in About Autocento"> | ||
45 | Index of common titles | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="first-lines_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="first-lines_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="common-titles.html" | ||
52 | title="Previous article in About Autocento"> | ||
53 | Index of common titles | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="about.html" | 56 | <a class="nextlink" href="about.html" |
58 | title="Next article in About Autocento"> | 57 | title="Next article in About Autocento"> |
59 | About <em>Autocento</em> | 58 | About <em>Autocento</em> |
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 0850bf8..9a5b062 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Look | Autocento of the breakfast table</title> | 12 | <title>Look | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="found-typewriter-poem_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="found-typewriter-poem_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/found-typewriter-poem_backlinks.htm b/found-typewriter-poem_backlinks.htm index a58d2ea..89f78b5 100644 --- a/found-typewriter-poem_backlinks.htm +++ b/found-typewriter-poem_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Look | Autocento of the breakfast table</title> | 12 | <title>Look | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,16 +44,15 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 47 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 49 | φ |
52 | </a> | 50 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 53 | </div> |
56 | 54 | ||
55 | |||
57 | </nav> | 56 | </nav> |
58 | 57 | ||
59 | 58 | ||
diff --git a/hands.html b/hands.html index ea86b48..1233dc8 100644 --- a/hands.html +++ b/hands.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hands | Autocento of the breakfast table</title> | 12 | <title>Hands | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,6 +45,14 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <div class="anchors"> | ||
49 | <a href="hands_backlinks.htm" id="back-link" title="Links to this page"> | ||
50 | φ | ||
51 | </a> | ||
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
53 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
54 | </div> | ||
55 | |||
48 | <a class="prevlink" href="shed.html" | 56 | <a class="prevlink" href="shed.html" |
49 | title="Previous article in Buildings out of air: Paul in the Woods"> | 57 | title="Previous article in Buildings out of air: Paul in the Woods"> |
50 | Shed | 58 | Shed |
@@ -54,15 +62,6 @@ | |||
54 | Fire | 62 | Fire |
55 | </a> | 63 | </a> |
56 | 64 | ||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | ||
59 | <a href="hands_backlinks.htm" id="back-link" title="Links to this page"> | ||
60 | φ | ||
61 | </a> | ||
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
64 | </div> | ||
65 | |||
66 | <a class="nextlink" href="toilet.html" | 65 | <a class="nextlink" href="toilet.html" |
67 | title="Next article in Buildings out of air: Paul in the Woods"> | 66 | title="Next article in Buildings out of air: Paul in the Woods"> |
68 | Toilet | 67 | Toilet |
diff --git a/hands_backlinks.htm b/hands_backlinks.htm index b60d54e..47fe74f 100644 --- a/hands_backlinks.htm +++ b/hands_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hands | Autocento of the breakfast table</title> | 12 | <title>Hands | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,27 +37,22 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="fire.html">Fire</a></li> | ||
41 | <li><a href="hardware.html">Hardware</a></li> | ||
42 | <li><a href="lovesong.html">Love Song</a></li> | 40 | <li><a href="lovesong.html">Love Song</a></li> |
43 | <li><a href="punch.html">Punch</a></li> | 41 | <li><a href="punch.html">Punch</a></li> |
44 | <li><a href="shed.html">Shed</a></li> | ||
45 | <li><a href="stagnant.html">Stagnant</a></li> | 42 | <li><a href="stagnant.html">Stagnant</a></li> |
46 | <li><a href="toilet.html">Toilet</a></li> | ||
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/hard-game.html b/hard-game.html index 1075a7d..70a8adf 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>A hard game | Autocento of the breakfast table</title> | 12 | <title>A hard game | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="hard-game_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="hard-game_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/hard-game_backlinks.htm b/hard-game_backlinks.htm index 38398cc..f904031 100644 --- a/hard-game_backlinks.htm +++ b/hard-game_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>A hard game | Autocento of the breakfast table</title> | 12 | <title>A hard game | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,16 +44,15 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 47 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 49 | φ |
52 | </a> | 50 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 53 | </div> |
56 | 54 | ||
55 | |||
57 | </nav> | 56 | </nav> |
58 | 57 | ||
59 | 58 | ||
diff --git a/hardware.html b/hardware.html index feb597a..aaed753 100644 --- a/hardware.html +++ b/hardware.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hardware | Autocento of the breakfast table</title> | 12 | <title>Hardware | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="hardware_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="planks.html" | 54 | <a class="prevlink" href="planks.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Planks | 56 | Planks |
@@ -52,15 +60,6 @@ | |||
52 | Hands | 60 | Hands |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="hardware_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="treatise.html" | 63 | <a class="nextlink" href="treatise.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Treatise | 65 | Treatise |
diff --git a/hardware_backlinks.htm b/hardware_backlinks.htm index 7622727..f570579 100644 --- a/hardware_backlinks.htm +++ b/hardware_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hardware | Autocento of the breakfast table</title> | 12 | <title>Hardware | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="hands.html">Hands</a></li> | ||
41 | <li><a href="hymnal.html">Hymnal</a></li> | ||
42 | <li><a href="planks.html">Planks</a></li> | ||
43 | <li><a href="treatise.html">Treatise</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/howithappened.html b/howithappened.html index 2c196b8..ea72372 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>How it happened | Autocento of the breakfast table</title> | 12 | <title>How it happened | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="i-am.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | I am | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="howithappened_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="howithappened_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="i-am.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | I am | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="lovesong.html" | 56 | <a class="nextlink" href="lovesong.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | Love Song | 58 | Love Song |
diff --git a/howithappened_backlinks.htm b/howithappened_backlinks.htm index faac9d3..9ed8987 100644 --- a/howithappened_backlinks.htm +++ b/howithappened_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>How it happened | Autocento of the breakfast table</title> | 12 | <title>How it happened | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,7 +38,6 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="i-am.html">I am</a></li> | 40 | <li><a href="i-am.html">I am</a></li> |
41 | <li><a href="lovesong.html">Love Song</a></li> | ||
42 | <li><a href="paul.html">Paul</a></li> | 41 | <li><a href="paul.html">Paul</a></li> |
43 | <li><a href="spittle.html">Spittle</a></li> | 42 | <li><a href="spittle.html">Spittle</a></li> |
44 | <li><a href="swansong.html">Swan song</a></li> | 43 | <li><a href="swansong.html">Swan song</a></li> |
@@ -48,16 +47,15 @@ | |||
48 | </section> | 47 | </section> |
49 | </article> | 48 | </article> |
50 | <nav> | 49 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 50 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 52 | φ |
56 | </a> | 53 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 56 | </div> |
60 | 57 | ||
58 | |||
61 | </nav> | 59 | </nav> |
62 | 60 | ||
63 | 61 | ||
diff --git a/howtoread.html b/howtoread.html index 30f8977..89d27db 100644 --- a/howtoread.html +++ b/howtoread.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>How to read this | Autocento of the breakfast table</title> | 12 | <title>How to read this | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -52,20 +52,19 @@ | |||
52 | </section> | 52 | </section> |
53 | </article> | 53 | </article> |
54 | <nav> | 54 | <nav> |
55 | <a class="prevlink" href="epigraph.html" | ||
56 | title="Previous article in Elegies for alternate selves"> | ||
57 | epigraph | ||
58 | </a> | ||
59 | |||
60 | <!-- ANCHORS --> | ||
61 | <div class="anchors"> | 55 | <div class="anchors"> |
62 | <a href="howtoread_backlinks.htm" id="back-link" title="Links to this page"> | 56 | <a href="howtoread_backlinks.htm" id="back-link" title="Links to this page"> |
63 | φ | 57 | φ |
64 | </a> | 58 | </a> |
65 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 59 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
66 | <a href="#" id="lozenge" title="ERROR">∝</a> | 60 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
67 | </div> | 61 | </div> |
68 | 62 | ||
63 | <a class="prevlink" href="epigraph.html" | ||
64 | title="Previous article in Elegies for alternate selves"> | ||
65 | epigraph | ||
66 | </a> | ||
67 | |||
69 | <a class="nextlink" href="and.html" | 68 | <a class="nextlink" href="and.html" |
70 | title="Next article in Elegies for alternate selves"> | 69 | title="Next article in Elegies for alternate selves"> |
71 | And | 70 | And |
diff --git a/howtoread_backlinks.htm b/howtoread_backlinks.htm index 5747e7a..b324858 100644 --- a/howtoread_backlinks.htm +++ b/howtoread_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>How to read this | Autocento of the breakfast table</title> | 12 | <title>How to read this | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,7 +38,6 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="and.html">And</a></li> | ||
42 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 41 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
43 | <li><a href="no-nothing.html">No nothing</a></li> | 42 | <li><a href="no-nothing.html">No nothing</a></li> |
44 | <li><a href="planks.html">Planks</a></li> | 43 | <li><a href="planks.html">Planks</a></li> |
@@ -48,16 +47,15 @@ | |||
48 | </section> | 47 | </section> |
49 | </article> | 48 | </article> |
50 | <nav> | 49 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 50 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 52 | φ |
56 | </a> | 53 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 56 | </div> |
60 | 57 | ||
58 | |||
61 | </nav> | 59 | </nav> |
62 | 60 | ||
63 | 61 | ||
diff --git a/hymnal.html b/hymnal.html index b60d977..414d26f 100644 --- a/hymnal.html +++ b/hymnal.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hymnal | Autocento of the breakfast table</title> | 12 | <title>Hymnal | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="hymnal_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="art.html" | 57 | <a class="prevlink" href="art.html" |
50 | title="Previous article in Buildings out of air: Paul in the Woods"> | 58 | title="Previous article in Buildings out of air: Paul in the Woods"> |
51 | Art | 59 | Art |
@@ -55,15 +63,6 @@ | |||
55 | Hardware | 63 | Hardware |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="hymnal_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="underwear.html" | 66 | <a class="nextlink" href="underwear.html" |
68 | title="Next article in Buildings out of air: Paul in the Woods"> | 67 | title="Next article in Buildings out of air: Paul in the Woods"> |
69 | Underwear | 68 | Underwear |
diff --git a/hymnal_backlinks.htm b/hymnal_backlinks.htm index 27950c0..f27948f 100644 --- a/hymnal_backlinks.htm +++ b/hymnal_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Hymnal | Autocento of the breakfast table</title> | 12 | <title>Hymnal | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,27 +37,22 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="art.html">Art</a></li> | ||
41 | <li><a href="dollywood.html">Something</a></li> | 40 | <li><a href="dollywood.html">Something</a></li> |
42 | <li><a href="elegyforanalternateself.html">Elegy for an alternate self</a></li> | 41 | <li><a href="elegyforanalternateself.html">Elegy for an alternate self</a></li> |
43 | <li><a href="hardware.html">Hardware</a></li> | ||
44 | <li><a href="joke.html">Joke</a></li> | ||
45 | <li><a href="underwear.html">Underwear</a></li> | ||
46 | <li><a href="window.html">Window</a></li> | 42 | <li><a href="window.html">Window</a></li> |
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/i-am.html b/i-am.html index fe8cdd2..a908d03 100644 --- a/i-am.html +++ b/i-am.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I am | Autocento of the breakfast table</title> | 12 | <title>I am | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="onformalpoetry.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | On formal poetry | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="i-am_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="i-am_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="onformalpoetry.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | On formal poetry | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="howithappened.html" | 56 | <a class="nextlink" href="howithappened.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | How it happened | 58 | How it happened |
diff --git a/i-am_backlinks.htm b/i-am_backlinks.htm index df1114f..cb60956 100644 --- a/i-am_backlinks.htm +++ b/i-am_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I am | Autocento of the breakfast table</title> | 12 | <title>I am | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,8 +39,6 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> | 40 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> |
41 | <li><a href="boar.html">The boar</a></li> | 41 | <li><a href="boar.html">The boar</a></li> |
42 | <li><a href="howithappened.html">How it happened</a></li> | ||
43 | <li><a href="onformalpoetry.html">On formal poetry</a></li> | ||
44 | <li><a href="philosophy.html">Philosophy</a></li> | 42 | <li><a href="philosophy.html">Philosophy</a></li> |
45 | <li><a href="real-writer.html">A real writer</a></li> | 43 | <li><a href="real-writer.html">A real writer</a></li> |
46 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | 44 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> |
@@ -49,16 +47,15 @@ | |||
49 | </section> | 47 | </section> |
50 | </article> | 48 | </article> |
51 | <nav> | 49 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 50 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 52 | φ |
57 | </a> | 53 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 56 | </div> |
61 | 57 | ||
58 | |||
62 | </nav> | 59 | </nav> |
63 | 60 | ||
64 | 61 | ||
diff --git a/i-think-its-you.html b/i-think-its-you.html index f2eee67..1f43d92 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> | 12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="i-think-its-you_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="boy_bus.html" | 57 | <a class="prevlink" href="boy_bus.html" |
50 | title="Previous article in Stark Raving"> | 58 | title="Previous article in Stark Raving"> |
51 | Boy on the bus | 59 | Boy on the bus |
@@ -55,15 +63,6 @@ | |||
55 | L’appel du vide | 63 | L’appel du vide |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="i-think-its-you_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="initial-conditions.html" | 66 | <a class="nextlink" href="initial-conditions.html" |
68 | title="Next article in Stark Raving"> | 67 | title="Next article in Stark Raving"> |
69 | Initial conditions | 68 | Initial conditions |
diff --git a/i-think-its-you_backlinks.htm b/i-think-its-you_backlinks.htm index ead5451..064839e 100644 --- a/i-think-its-you_backlinks.htm +++ b/i-think-its-you_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> | 12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,29 +37,24 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="boy_bus.html">Boy on the bus</a></li> | ||
41 | <li><a href="cold-wind.html">Cold wind</a></li> | 40 | <li><a href="cold-wind.html">Cold wind</a></li> |
42 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | 41 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> |
43 | <li><a href="initial-conditions.html">Initial conditions</a></li> | ||
44 | <li><a href="lappel-du-vide.html">L’appel du vide</a></li> | ||
45 | <li><a href="leg.html">Leg</a></li> | 42 | <li><a href="leg.html">Leg</a></li> |
46 | <li><a href="no-nothing.html">No nothing</a></li> | 43 | <li><a href="no-nothing.html">No nothing</a></li> |
47 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | ||
48 | <li><a href="table_contents.html">Table of contents</a></li> | 44 | <li><a href="table_contents.html">Table of contents</a></li> |
49 | </ul> | 45 | </ul> |
50 | </section> | 46 | </section> |
51 | </article> | 47 | </article> |
52 | <nav> | 48 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 49 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 51 | φ |
58 | </a> | 52 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 55 | </div> |
62 | 56 | ||
57 | |||
63 | </nav> | 58 | </nav> |
64 | 59 | ||
65 | 60 | ||
diff --git a/i-want-to-say.html b/i-want-to-say.html index 8b10399..5fc2b55 100644 --- a/i-want-to-say.html +++ b/i-want-to-say.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I want to say | Autocento of the breakfast table</title> | 12 | <title>I want to say | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="i-want-to-say_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="i-want-to-say_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/i-want-to-say_backlinks.htm b/i-want-to-say_backlinks.htm index 0e1aafd..650a80e 100644 --- a/i-want-to-say_backlinks.htm +++ b/i-want-to-say_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I want to say | Autocento of the breakfast table</title> | 12 | <title>I want to say | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index 31bb24c..a744f63 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I wanted to tell you something | Autocento of the breakfast table</title> | 12 | <title>I wanted to tell you something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="i-wanted-to-tell-you-something_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="i-wanted-to-tell-you-something_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/i-wanted-to-tell-you-something_backlinks.htm b/i-wanted-to-tell-you-something_backlinks.htm index 17a8ef6..cb63ef9 100644 --- a/i-wanted-to-tell-you-something_backlinks.htm +++ b/i-wanted-to-tell-you-something_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>I wanted to tell you something | Autocento of the breakfast table</title> | 12 | <title>I wanted to tell you something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/in-bed.html b/in-bed.html index c172abb..69ca026 100644 --- a/in-bed.html +++ b/in-bed.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>In bed | Autocento of the breakfast table</title> | 12 | <title>In bed | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -93,16 +93,15 @@ | |||
93 | </section> | 93 | </section> |
94 | </article> | 94 | </article> |
95 | <nav> | 95 | <nav> |
96 | |||
97 | <!-- ANCHORS --> | ||
98 | <div class="anchors"> | 96 | <div class="anchors"> |
99 | <a href="in-bed_backlinks.htm" id="back-link" title="Links to this page"> | 97 | <a href="in-bed_backlinks.htm" id="back-link" title="Links to this page"> |
100 | φ | 98 | φ |
101 | </a> | 99 | </a> |
102 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 100 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
103 | <a href="#" id="lozenge" title="ERROR">∝</a> | 101 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
104 | </div> | 102 | </div> |
105 | 103 | ||
104 | |||
106 | </nav> | 105 | </nav> |
107 | 106 | ||
108 | 107 | ||
diff --git a/in-bed_backlinks.htm b/in-bed_backlinks.htm index d24f6fa..3a5792f 100644 --- a/in-bed_backlinks.htm +++ b/in-bed_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>In bed | Autocento of the breakfast table</title> | 12 | <title>In bed | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -58,16 +58,15 @@ | |||
58 | </section> | 58 | </section> |
59 | </article> | 59 | </article> |
60 | <nav> | 60 | <nav> |
61 | |||
62 | <!-- ANCHORS --> | ||
63 | <div class="anchors"> | 61 | <div class="anchors"> |
64 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 62 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
65 | φ | 63 | φ |
66 | </a> | 64 | </a> |
67 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 65 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
68 | <a href="#" id="lozenge" title="ERROR">∝</a> | 66 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
69 | </div> | 67 | </div> |
70 | 68 | ||
69 | |||
71 | </nav> | 70 | </nav> |
72 | 71 | ||
73 | 72 | ||
diff --git a/index.html b/index.html index f2c3715..447f422 100644 --- a/index.html +++ b/index.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <title>Autocento of the breakfast table</title> | 9 | <title>Autocento of the breakfast table</title> |
10 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 10 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
11 | 11 | ||
12 | <link rel="stylesheet" type="text/css" href="style.css"> | 12 | <link rel="stylesheet" type="text/css" href="_style.css"> |
13 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 13 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
14 | 14 | ||
15 | <script> | 15 | <script> |
diff --git a/initial-conditions.html b/initial-conditions.html index e7ad713..b876952 100644 --- a/initial-conditions.html +++ b/initial-conditions.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Initial conditions | Autocento of the breakfast table</title> | 12 | <title>Initial conditions | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="initial-conditions_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="i-think-its-you.html" | 57 | <a class="prevlink" href="i-think-its-you.html" |
50 | title="Previous article in Stark Raving"> | 58 | title="Previous article in Stark Raving"> |
51 | I think it’s you (but it’s not) | 59 | I think it’s you (but it’s not) |
@@ -55,15 +63,6 @@ | |||
55 | Last Bastion | 63 | Last Bastion |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="initial-conditions_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="love-as-god.html" | 66 | <a class="nextlink" href="love-as-god.html" |
68 | title="Next article in Stark Raving"> | 67 | title="Next article in Stark Raving"> |
69 | Love as God | 68 | Love as God |
diff --git a/initial-conditions_backlinks.htm b/initial-conditions_backlinks.htm index fff6e16..e233c3b 100644 --- a/initial-conditions_backlinks.htm +++ b/initial-conditions_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Initial conditions | Autocento of the breakfast table</title> | 12 | <title>Initial conditions | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,26 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | ||
41 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 40 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
42 | <li><a href="last-bastion.html">Last bastion</a></li> | ||
43 | <li><a href="love-as-god.html">Love as God</a></li> | ||
44 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> | ||
45 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/island.htm b/island.htm new file mode 100644 index 0000000..9ca2165 --- /dev/null +++ b/island.htm | |||
@@ -0,0 +1,75 @@ | |||
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>Islands | 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="" class="meta"> | ||
24 | |||
25 | |||
26 | <article class="container"> | ||
27 | <header> | ||
28 | <!-- title --> | ||
29 | <h1 class="title">Islands</h1> | ||
30 | |||
31 | |||
32 | <div class="header-extra"> | ||
33 | |||
34 | </div> | ||
35 | </header> | ||
36 | |||
37 | |||
38 | <section class="content list"> | ||
39 | <ul> | ||
40 | <li><a href="about_author.html">About Case Duckworth</a></li> | ||
41 | <li><a href="abstract.html">Autocento of the breakfast table</a></li> | ||
42 | <li><a href="dollywood.html">Something</a></li> | ||
43 | <li><a href="hardware.html">Hardware</a></li> | ||
44 | <li><a href="i-want-to-say.html">I want to say</a></li> | ||
45 | <li><a href="manifesto_poetics.html">Manifesto of poetics</a></li> | ||
46 | <li><a href="notes.html">Notes</a></li> | ||
47 | <li><a href="on-genre-dimension.html">On genre and the dimensionality of poetry</a></li> | ||
48 | <li><a href="paul.html">Paul</a></li> | ||
49 | <li><a href="peaches.html">Peaches</a></li> | ||
50 | <li><a href="punch.html">Punch</a></li> | ||
51 | <li><a href="sapling.html">Sapling</a></li> | ||
52 | <li><a href="toothpaste.html">Toothpaste</a></li> | ||
53 | <li><a href="walking-in-the-rain.html">Walking in the rain</a></li> | ||
54 | <li><a href="what-we-are-made-of.html">What we are made of</a></li> | ||
55 | <li><a href="words-irritable-reaching.html">Words and their irritable reaching</a></li> | ||
56 | <li><a href="writing.html">Writing</a></li> | ||
57 | <li><a href="yellow.html">Yellow</a></li> | ||
58 | </ul> | ||
59 | </section> | ||
60 | </article> | ||
61 | <nav> | ||
62 | <div class="anchors"> | ||
63 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | ||
64 | φ | ||
65 | </a> | ||
66 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
67 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
68 | </div> | ||
69 | |||
70 | |||
71 | </nav> | ||
72 | |||
73 | |||
74 | </body> | ||
75 | </html> | ||
diff --git a/january.html b/january.html index d6adf51..c0d3f45 100644 --- a/january.html +++ b/january.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>January | Autocento of the breakfast table</title> | 12 | <title>January | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="january_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="january_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/january_backlinks.htm b/january_backlinks.htm index 6bf4d6a..afb4e8d 100644 --- a/january_backlinks.htm +++ b/january_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>January | Autocento of the breakfast table</title> | 12 | <title>January | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/joke.html b/joke.html index 2255c45..a62249d 100644 --- a/joke.html +++ b/joke.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Joke | Autocento of the breakfast table</title> | 12 | <title>Joke | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="joke_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="punch.html" | 55 | <a class="prevlink" href="punch.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Punch | 57 | Punch |
@@ -53,15 +61,6 @@ | |||
53 | Hymnal | 61 | Hymnal |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="joke_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="stump.html" | 64 | <a class="nextlink" href="stump.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Stump | 66 | Stump |
diff --git a/joke_backlinks.htm b/joke_backlinks.htm index f02f051..4037e4b 100644 --- a/joke_backlinks.htm +++ b/joke_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Joke | Autocento of the breakfast table</title> | 12 | <title>Joke | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,21 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="hymnal.html">Hymnal</a></li> | 40 | <li><a href="hymnal.html">Hymnal</a></li> |
41 | <li><a href="leaf.html">Leaf</a></li> | ||
42 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> | 41 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> |
43 | <li><a href="punch.html">Punch</a></li> | ||
44 | <li><a href="stump.html">Stump</a></li> | ||
45 | <li><a href="window.html">Window</a></li> | 42 | <li><a href="window.html">Window</a></li> |
46 | </ul> | 43 | </ul> |
47 | </section> | 44 | </section> |
48 | </article> | 45 | </article> |
49 | <nav> | 46 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 47 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 49 | φ |
55 | </a> | 50 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 53 | </div> |
59 | 54 | ||
55 | |||
60 | </nav> | 56 | </nav> |
61 | 57 | ||
62 | 58 | ||
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 0b041de..e63da5d 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>L’appel du vide | Autocento of the breakfast table</title> | 12 | <title>L’appel du vide | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -58,6 +58,14 @@ | |||
58 | </section> | 58 | </section> |
59 | </article> | 59 | </article> |
60 | <nav> | 60 | <nav> |
61 | <div class="anchors"> | ||
62 | <a href="lappel-du-vide_backlinks.htm" id="back-link" title="Links to this page"> | ||
63 | φ | ||
64 | </a> | ||
65 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
66 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
67 | </div> | ||
68 | |||
61 | <a class="prevlink" href="ouroboros_memory.html" | 69 | <a class="prevlink" href="ouroboros_memory.html" |
62 | title="Previous article in Stark Raving"> | 70 | title="Previous article in Stark Raving"> |
63 | Ouroboros of memory | 71 | Ouroboros of memory |
@@ -67,15 +75,6 @@ | |||
67 | Love as God | 75 | Love as God |
68 | </a> | 76 | </a> |
69 | 77 | ||
70 | <!-- ANCHORS --> | ||
71 | <div class="anchors"> | ||
72 | <a href="lappel-du-vide_backlinks.htm" id="back-link" title="Links to this page"> | ||
73 | φ | ||
74 | </a> | ||
75 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
76 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
77 | </div> | ||
78 | |||
79 | <a class="nextlink" href="boy_bus.html" | 78 | <a class="nextlink" href="boy_bus.html" |
80 | title="Next article in Stark Raving"> | 79 | title="Next article in Stark Raving"> |
81 | Boy on the bus | 80 | Boy on the bus |
diff --git a/lappel-du-vide_backlinks.htm b/lappel-du-vide_backlinks.htm index 17dc425..e8d26e7 100644 --- a/lappel-du-vide_backlinks.htm +++ b/lappel-du-vide_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>L’appel du vide | Autocento of the breakfast table</title> | 12 | <title>L’appel du vide | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,12 +37,8 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="boy_bus.html">Boy on the bus</a></li> | ||
41 | <li><a href="cold-wind.html">Cold wind</a></li> | 40 | <li><a href="cold-wind.html">Cold wind</a></li> |
42 | <li><a href="collage-instrument.html">Instrumented</a></li> | 41 | <li><a href="collage-instrument.html">Instrumented</a></li> |
43 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | ||
44 | <li><a href="love-as-god.html">Love as God</a></li> | ||
45 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> | ||
46 | <li><a href="snow.html">Snow</a></li> | 42 | <li><a href="snow.html">Snow</a></li> |
47 | <li><a href="statements-frag.html">Statements</a></li> | 43 | <li><a href="statements-frag.html">Statements</a></li> |
48 | <li><a href="stayed-on-the-bus.html">Stayed on the bus too long</a></li> | 44 | <li><a href="stayed-on-the-bus.html">Stayed on the bus too long</a></li> |
@@ -52,16 +48,15 @@ | |||
52 | </section> | 48 | </section> |
53 | </article> | 49 | </article> |
54 | <nav> | 50 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 51 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 53 | φ |
60 | </a> | 54 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 57 | </div> |
64 | 58 | ||
59 | |||
65 | </nav> | 60 | </nav> |
66 | 61 | ||
67 | 62 | ||
diff --git a/largest-asteroid.html b/largest-asteroid.html index 3a74aad..7fdabd8 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> | 12 | <title>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="largest-asteroid_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="largest-asteroid_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/largest-asteroid_backlinks.htm b/largest-asteroid_backlinks.htm index b9bdc46..d2dd755 100644 --- a/largest-asteroid_backlinks.htm +++ b/largest-asteroid_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> | 12 | <title>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/last-bastion.html b/last-bastion.html index 9366b0b..3b5479c 100644 --- a/last-bastion.html +++ b/last-bastion.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Last bastion | Autocento of the breakfast table</title> | 12 | <title>Last bastion | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="last-bastion_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="sixteenth-chapel.txt.html" | 54 | <a class="prevlink" href="sixteenth-chapel.txt.html" |
47 | title="Previous article in Stark Raving"> | 55 | title="Previous article in Stark Raving"> |
48 | The Sixteenth Chapel | 56 | The Sixteenth Chapel |
@@ -52,15 +60,6 @@ | |||
52 | Boy on the bus | 60 | Boy on the bus |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="last-bastion_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="amber-alert.html" | 63 | <a class="nextlink" href="amber-alert.html" |
65 | title="Next article in Stark Raving"> | 64 | title="Next article in Stark Raving"> |
66 | AMBER alert | 65 | AMBER alert |
diff --git a/last-bastion_backlinks.htm b/last-bastion_backlinks.htm index 25ae435..f7fa523 100644 --- a/last-bastion_backlinks.htm +++ b/last-bastion_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Last bastion | Autocento of the breakfast table</title> | 12 | <title>Last bastion | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,30 +38,25 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="amber-alert.html">AMBER alert</a></li> | ||
42 | <li><a href="axe.html">Axe</a></li> | 41 | <li><a href="axe.html">Axe</a></li> |
43 | <li><a href="boy_bus.html">Boy on the bus</a></li> | ||
44 | <li><a href="in-bed.html">In bed</a></li> | 42 | <li><a href="in-bed.html">In bed</a></li> |
45 | <li><a href="initial-conditions.html">Initial conditions</a></li> | ||
46 | <li><a href="leaf.html">Leaf</a></li> | 43 | <li><a href="leaf.html">Leaf</a></li> |
47 | <li><a href="phone.html">Phone</a></li> | 44 | <li><a href="phone.html">Phone</a></li> |
48 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> | 45 | <li><a href="seasonal-affective-disorder.html">Seasonal affective disorder</a></li> |
49 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | ||
50 | <li><a href="table_contents.html">Table of contents</a></li> | 46 | <li><a href="table_contents.html">Table of contents</a></li> |
51 | </ul> | 47 | </ul> |
52 | </section> | 48 | </section> |
53 | </article> | 49 | </article> |
54 | <nav> | 50 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 51 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 53 | φ |
60 | </a> | 54 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 57 | </div> |
64 | 58 | ||
59 | |||
65 | </nav> | 60 | </nav> |
66 | 61 | ||
67 | 62 | ||
diff --git a/last-passenger.html b/last-passenger.html index 6205d4e..a5a3c73 100644 --- a/last-passenger.html +++ b/last-passenger.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Last passenger | Autocento of the breakfast table</title> | 12 | <title>Last passenger | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="last-passenger_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="last-passenger_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/last-passenger_backlinks.htm b/last-passenger_backlinks.htm index 2f1e5eb..3846440 100644 --- a/last-passenger_backlinks.htm +++ b/last-passenger_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Last passenger | Autocento of the breakfast table</title> | 12 | <title>Last passenger | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -51,16 +51,15 @@ | |||
51 | </section> | 51 | </section> |
52 | </article> | 52 | </article> |
53 | <nav> | 53 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 54 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 56 | φ |
59 | </a> | 57 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 58 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 59 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 60 | </div> |
63 | 61 | ||
62 | |||
64 | </nav> | 63 | </nav> |
65 | 64 | ||
66 | 65 | ||
diff --git a/leaf.html b/leaf.html index 1099a9a..00c1b98 100644 --- a/leaf.html +++ b/leaf.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Leaf | Autocento of the breakfast table</title> | 12 | <title>Leaf | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="leaf_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="axe.html" | 53 | <a class="prevlink" href="axe.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Axe | 55 | Axe |
@@ -51,15 +59,6 @@ | |||
51 | Joke | 59 | Joke |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="leaf_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="writing.html" | 62 | <a class="nextlink" href="writing.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Writing | 64 | Writing |
diff --git a/leaf_backlinks.htm b/leaf_backlinks.htm index 3f95417..66ef19c 100644 --- a/leaf_backlinks.htm +++ b/leaf_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Leaf | Autocento of the breakfast table</title> | 12 | <title>Leaf | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,25 +37,20 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="axe.html">Axe</a></li> | ||
41 | <li><a href="joke.html">Joke</a></li> | ||
42 | <li><a href="leg.html">Leg</a></li> | ||
43 | <li><a href="real-writer.html">A real writer</a></li> | 40 | <li><a href="real-writer.html">A real writer</a></li> |
44 | <li><a href="writing.html">Writing</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/leg.html b/leg.html index 83a4884..1d6e5b4 100644 --- a/leg.html +++ b/leg.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Leg | Autocento of the breakfast table</title> | 12 | <title>Leg | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -56,6 +56,14 @@ | |||
56 | </section> | 56 | </section> |
57 | </article> | 57 | </article> |
58 | <nav> | 58 | <nav> |
59 | <div class="anchors"> | ||
60 | <a href="leg_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
65 | </div> | ||
66 | |||
59 | <a class="prevlink" href="toilet.html" | 67 | <a class="prevlink" href="toilet.html" |
60 | title="Previous article in Buildings out of air: Paul in the Woods"> | 68 | title="Previous article in Buildings out of air: Paul in the Woods"> |
61 | Toilet | 69 | Toilet |
@@ -65,15 +73,6 @@ | |||
65 | Leaf | 73 | Leaf |
66 | </a> | 74 | </a> |
67 | 75 | ||
68 | <!-- ANCHORS --> | ||
69 | <div class="anchors"> | ||
70 | <a href="leg_backlinks.htm" id="back-link" title="Links to this page"> | ||
71 | φ | ||
72 | </a> | ||
73 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
74 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
75 | </div> | ||
76 | |||
77 | <a class="nextlink" href="planks.html" | 76 | <a class="nextlink" href="planks.html" |
78 | title="Next article in Buildings out of air: Paul in the Woods"> | 77 | title="Next article in Buildings out of air: Paul in the Woods"> |
79 | Planks | 78 | Planks |
diff --git a/leg_backlinks.htm b/leg_backlinks.htm index 37fe2d5..23a44b4 100644 --- a/leg_backlinks.htm +++ b/leg_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Leg | Autocento of the breakfast table</title> | 12 | <title>Leg | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,24 +38,19 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="collage-instrument.html">Instrumented</a></li> | 40 | <li><a href="collage-instrument.html">Instrumented</a></li> |
41 | <li><a href="leaf.html">Leaf</a></li> | ||
42 | <li><a href="man.html">Man</a></li> | ||
43 | <li><a href="planks.html">Planks</a></li> | ||
44 | <li><a href="toilet.html">Toilet</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/likingthings.html b/likingthings.html index a748bc7..d7d15bf 100644 --- a/likingthings.html +++ b/likingthings.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Liking Things | Autocento of the breakfast table</title> | 12 | <title>Liking Things | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,20 +42,19 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <a class="prevlink" href="problems.html" | ||
46 | title="Previous article in Book of Hezekiah"> | ||
47 | Problems | ||
48 | </a> | ||
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="likingthings_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="likingthings_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | <a class="prevlink" href="problems.html" | ||
54 | title="Previous article in Book of Hezekiah"> | ||
55 | Problems | ||
56 | </a> | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/likingthings_backlinks.htm b/likingthings_backlinks.htm index 7393f7f..47b6ddc 100644 --- a/likingthings_backlinks.htm +++ b/likingthings_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Liking Things | Autocento of the breakfast table</title> | 12 | <title>Liking Things | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,23 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="problems.html">Problems</a></li> | ||
41 | <li><a href="tapestry.html">Tapestry</a></li> | 40 | <li><a href="tapestry.html">Tapestry</a></li> |
42 | <li><a href="words-meaning.html">Words and meaning</a></li> | 41 | <li><a href="words-meaning.html">Words and meaning</a></li> |
43 | </ul> | 42 | </ul> |
44 | </section> | 43 | </section> |
45 | </article> | 44 | </article> |
46 | <nav> | 45 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 46 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 48 | φ |
52 | </a> | 49 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 52 | </div> |
56 | 53 | ||
54 | |||
57 | </nav> | 55 | </nav> |
58 | 56 | ||
59 | 57 | ||
diff --git a/listen.html b/listen.html index 6f85221..0fe9eba 100644 --- a/listen.html +++ b/listen.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Listen | Autocento of the breakfast table</title> | 12 | <title>Listen | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,16 +41,15 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | |||
45 | <!-- ANCHORS --> | ||
46 | <div class="anchors"> | 44 | <div class="anchors"> |
47 | <a href="listen_backlinks.htm" id="back-link" title="Links to this page"> | 45 | <a href="listen_backlinks.htm" id="back-link" title="Links to this page"> |
48 | φ | 46 | φ |
49 | </a> | 47 | </a> |
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 48 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
51 | <a href="#" id="lozenge" title="ERROR">∝</a> | 49 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
52 | </div> | 50 | </div> |
53 | 51 | ||
52 | |||
54 | </nav> | 53 | </nav> |
55 | 54 | ||
56 | 55 | ||
diff --git a/listen_backlinks.htm b/listen_backlinks.htm index faf894a..ed8103a 100644 --- a/listen_backlinks.htm +++ b/listen_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Listen | Autocento of the breakfast table</title> | 12 | <title>Listen | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/love-as-god.html b/love-as-god.html index 6acb901..9be886d 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Love as God | Autocento of the breakfast table</title> | 12 | <title>Love as God | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="love-as-god_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="initial-conditions.html" | 57 | <a class="prevlink" href="initial-conditions.html" |
50 | title="Previous article in Stark Raving"> | 58 | title="Previous article in Stark Raving"> |
51 | Initial conditions | 59 | Initial conditions |
@@ -55,15 +63,6 @@ | |||
55 | Ouroboros of memory | 63 | Ouroboros of memory |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="love-as-god_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="worse-looking-over.html" | 66 | <a class="nextlink" href="worse-looking-over.html" |
68 | title="Next article in Stark Raving"> | 67 | title="Next article in Stark Raving"> |
69 | Worse looking over | 68 | Worse looking over |
diff --git a/love-as-god_backlinks.htm b/love-as-god_backlinks.htm index cb6a974..7fca280 100644 --- a/love-as-god_backlinks.htm +++ b/love-as-god_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Love as God | Autocento of the breakfast table</title> | 12 | <title>Love as God | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,26 +40,21 @@ | |||
40 | <li><a href="about_author.html">About Case Duckworth</a></li> | 40 | <li><a href="about_author.html">About Case Duckworth</a></li> |
41 | <li><a href="hardware.html">Hardware</a></li> | 41 | <li><a href="hardware.html">Hardware</a></li> |
42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
43 | <li><a href="initial-conditions.html">Initial conditions</a></li> | ||
44 | <li><a href="lappel-du-vide.html">L’appel du vide</a></li> | ||
45 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> | ||
46 | <li><a href="real-writer.html">A real writer</a></li> | 43 | <li><a href="real-writer.html">A real writer</a></li> |
47 | <li><a href="table_contents.html">Table of contents</a></li> | 44 | <li><a href="table_contents.html">Table of contents</a></li> |
48 | <li><a href="worse-looking-over.html">Worse looking over</a></li> | ||
49 | </ul> | 45 | </ul> |
50 | </section> | 46 | </section> |
51 | </article> | 47 | </article> |
52 | <nav> | 48 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 49 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 51 | φ |
58 | </a> | 52 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 55 | </div> |
62 | 56 | ||
57 | |||
63 | </nav> | 58 | </nav> |
64 | 59 | ||
65 | 60 | ||
diff --git a/lovesong.html b/lovesong.html index bed0389..062980a 100644 --- a/lovesong.html +++ b/lovesong.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Love Song | Autocento of the breakfast table</title> | 12 | <title>Love Song | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,20 +44,19 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <a class="prevlink" href="howithappened.html" | ||
48 | title="Previous article in Elegies for alternate selves"> | ||
49 | How it happened | ||
50 | </a> | ||
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="lovesong_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="lovesong_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | <a class="prevlink" href="howithappened.html" | ||
56 | title="Previous article in Elegies for alternate selves"> | ||
57 | How it happened | ||
58 | </a> | ||
59 | |||
61 | <a class="nextlink" href="roughgloves.html" | 60 | <a class="nextlink" href="roughgloves.html" |
62 | title="Next article in Elegies for alternate selves"> | 61 | title="Next article in Elegies for alternate selves"> |
63 | Rough gloves | 62 | Rough gloves |
diff --git a/lovesong_backlinks.htm b/lovesong_backlinks.htm index aaaf460..980e66e 100644 --- a/lovesong_backlinks.htm +++ b/lovesong_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Love Song | Autocento of the breakfast table</title> | 12 | <title>Love Song | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,10 +38,8 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="howithappened.html">How it happened</a></li> | ||
42 | <li><a href="i-want-to-say.html">I want to say</a></li> | 41 | <li><a href="i-want-to-say.html">I want to say</a></li> |
43 | <li><a href="proverbs.html">Proverbs</a></li> | 42 | <li><a href="proverbs.html">Proverbs</a></li> |
44 | <li><a href="roughgloves.html">Rough gloves</a></li> | ||
45 | <li><a href="spittle.html">Spittle</a></li> | 43 | <li><a href="spittle.html">Spittle</a></li> |
46 | <li><a href="table_contents.html">Table of contents</a></li> | 44 | <li><a href="table_contents.html">Table of contents</a></li> |
47 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> | 45 | <li><a href="theoceanoverflowswithcamels.html">The ocean overflows with camels</a></li> |
@@ -50,16 +48,15 @@ | |||
50 | </section> | 48 | </section> |
51 | </article> | 49 | </article> |
52 | <nav> | 50 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 51 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 53 | φ |
58 | </a> | 54 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 57 | </div> |
62 | 58 | ||
59 | |||
63 | </nav> | 60 | </nav> |
64 | 61 | ||
65 | 62 | ||
diff --git a/makefile b/makefile index c6fc575..891de95 100644 --- a/makefile +++ b/makefile | |||
@@ -7,8 +7,8 @@ | |||
7 | srcs := $(wildcard *.txt) | 7 | srcs := $(wildcard *.txt) |
8 | templates := $(wildcard _template.*) | 8 | templates := $(wildcard _template.*) |
9 | trunk := trunk | 9 | trunk := trunk |
10 | metas = hapax first-lines common-titles index | 10 | metas = hapax first-lines common-titles index island |
11 | metas += $(templates) | 11 | metas += $(templates) $(wildcard _*) |
12 | 12 | ||
13 | txts = $(filter-out \ | 13 | txts = $(filter-out \ |
14 | $(patsubst %,%.txt,$(metas)),\ | 14 | $(patsubst %,%.txt,$(metas)),\ |
@@ -44,6 +44,10 @@ backHead = $(trunk)/backlink.head | |||
44 | backlinker = $(trunk)/backlink.sh | 44 | backlinker = $(trunk)/backlink.sh |
45 | backPandocOptions = --template=$(htmlTemplate) --smart | 45 | backPandocOptions = --template=$(htmlTemplate) --smart |
46 | 46 | ||
47 | islandHead = $(trunk)/island.head | ||
48 | islandTxt = island.txt | ||
49 | islandHtm = island.htm | ||
50 | |||
47 | firstLinesTxt = first-lines.txt | 51 | firstLinesTxt = first-lines.txt |
48 | firstLinesOut = first-lines.html | 52 | firstLinesOut = first-lines.html |
49 | firstLiner = $(trunk)/first-lines.sh | 53 | firstLiner = $(trunk)/first-lines.sh |
@@ -53,67 +57,71 @@ commonTitlesOut = common-titles.html | |||
53 | commonTitler = $(trunk)/common-titles.sh | 57 | commonTitler = $(trunk)/common-titles.sh |
54 | commonTitlesHead = $(trunk)/common-titles.head | 58 | commonTitlesHead = $(trunk)/common-titles.head |
55 | # }}} | 59 | # }}} |
56 | 60 | # PHONY {{{ | |
57 | .PHONY: all | 61 | .PHONY: all clean nuke again meta |
58 | all: $(hapaxOut) $(firstLinesOut) $(commonTitlesOut)\ | 62 | all: meta \ |
59 | $(htmlPre) $(htmls) $(lozengeOut)\ | 63 | $(htmlPre) $(htmls) $(lozengeOut)\ |
60 | $(backTxts) $(backHtms) | 64 | $(backHtms) $(islandHtm) |
61 | 65 | ||
66 | clean: | ||
67 | -rm -f $(hapaxs) $(hapaxOut) | ||
68 | -rm -f $(firstLinesOut) $(firstLinesTxt) | ||
69 | -rm -f $(commonTitlesOut) $(commonTitlesTxt) | ||
70 | -rm -f $(htmls) | ||
71 | -rm -f $(backTxts) $(backHtms) | ||
72 | -rm -f *.tmp trunk/*.tmp | ||
73 | |||
74 | nuke: clean | ||
75 | -rm -f $(hapaxPre) $(htmlPre) | ||
76 | |||
77 | again: clean all | ||
78 | |||
79 | meta: $(hapaxOut) $(firstLinesOut) $(commonTitlesOut) | ||
80 | # }}} | ||
62 | # HTML {{{ | 81 | # HTML {{{ |
63 | $(htmlPre): $(htmlPreSrc) | 82 | $(htmlPre): $(htmlPreSrc) |
64 | ghc --make $(htmlPreSrc) | 83 | ghc --make $(htmlPreSrc) |
65 | 84 | ||
66 | %.html: %.txt | $(htmlTemplate) $(htmlPre) | 85 | %.html: %.txt $(htmlTemplate) $(htmlPre) |
67 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ | 86 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ |
68 | 87 | ||
69 | $(lozengeOut): $(htmls) | 88 | $(lozengeOut): $(htmls) |
70 | @bash $(lozenger) $(lozengeOut) $(htmls) | 89 | bash $(lozenger) $(lozengeOut) $(htmls) |
71 | # }}} | 90 | # }}} |
72 | # BACKLINKS {{{ | 91 | # BACKLINKS {{{ |
73 | %.back: %.html | $(backHead) | 92 | %.back: %.html $(backHead) |
74 | @bash $(backlinker) $< $@ $(backHead) $(htmls) | 93 | @bash $(backlinker) $< $@ $(backHead) $(islandHead) $(txts) |
75 | 94 | ||
76 | %_backlinks.htm: %.back | $(htmlTemplate) | 95 | %_backlinks.htm: %.back |
77 | pandoc $< -t html5 $(backPandocOptions) -o $@ | 96 | pandoc $< -t html5 $(backPandocOptions) -o $@ |
97 | |||
98 | $(islandTxt): $(backTxts) | ||
99 | |||
100 | $(islandHtm): $(islandTxt) $(islandHead) $(backHtms) | ||
101 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ | ||
102 | rm -f $(islandTxt) | ||
78 | # }}} | 103 | # }}} |
79 | # HAPAX {{{ | 104 | # HAPAX {{{ |
80 | $(hapaxPre): $(hapaxPreSrc) | 105 | $(hapaxPre): $(hapaxPreSrc) |
81 | ghc --make $(hapaxPreSrc) | 106 | ghc --make $(hapaxPreSrc) |
82 | 107 | ||
83 | %.hapax: %.txt | $(hapaxPre) | 108 | %.hapax: %.txt $(hapaxPre) $(hapaxLinker) $(hapaxHead) |
84 | pandoc $< -t $(hapaxer) $(hapaxPandocOptions) -o $@ | 109 | pandoc $< -t $(hapaxer) $(hapaxPandocOptions) -o $@ |
85 | 110 | ||
86 | $(hapaxOut): $(hapaxs) | $(hapaxPre) $(hapaxLinker) $(hapaxHead) | 111 | $(hapaxOut): $(hapaxs) |
87 | pandoc $^ -t $(hapaxer) -o $(hapaxOut) | 112 | pandoc $^ -t $(hapaxer) -o $@ |
88 | @bash $(hapaxLinker) $@ $(hapaxHead) $^ | 113 | bash $(hapaxLinker) $@ $(hapaxHead) $^ |
89 | # }}} | 114 | # }}} |
90 | # FIRST LINES & COMMON TITLES {{{ | 115 | # FIRST LINES & COMMON TITLES {{{ |
91 | $(firstLinesTxt): $(txts) | $(firstLiner) $(firstLinesHead) | 116 | $(firstLinesTxt): $(txts) | $(firstLiner) $(firstLinesHead) |
92 | @bash $(firstLiner) $@ $(firstLinesHead) $^ | 117 | bash $(firstLiner) $@ $(firstLinesHead) $^ |
93 | 118 | ||
94 | $(firstLinesOut): $(firstLinesTxt) | $(htmlTemplate) $(htmlPre) | 119 | $(firstLinesOut): $(firstLinesTxt) $(htmlTemplate) $(htmlPre) |
95 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ | 120 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ |
96 | 121 | ||
97 | $(commonTitlesTxt): $(txts) | $(commonTitler) $(commonTitlesHead) | 122 | $(commonTitlesTxt): $(txts) | $(commonTitler) $(commonTitlesHead) |
98 | @bash $(commonTitler) $@ $(commonTitlesHead) $^ | 123 | bash $(commonTitler) $@ $(commonTitlesHead) $^ |
99 | 124 | ||
100 | $(commonTitlesOut): $(commonTitlesTxt) | $(htmlTemplate) $(htmlPre) | 125 | $(commonTitlesOut): $(commonTitlesTxt) $(htmlTemplate) $(htmlPre) |
101 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ | 126 | pandoc $< -t html5 $(htmlPandocOptions) -o $@ |
102 | # }}} | 127 | # }}} |
103 | # CLEAN {{{ | ||
104 | .PHONY: clean | ||
105 | clean: | ||
106 | -rm -f $(hapaxs) $(hapaxOut) | ||
107 | -rm -f $(firstLinesOut) $(firstLinesTxt) | ||
108 | -rm -f $(commonTitlesOut) $(commonTitlesTxt) | ||
109 | -rm -f $(htmls) | ||
110 | -rm -f $(backHtms) | ||
111 | -rm -f *.tmp trunk/*.tmp | ||
112 | |||
113 | .PHONY: nuke | ||
114 | nuke: clean | ||
115 | -rm -f $(hapaxPre) $(htmlPre) | ||
116 | |||
117 | .PHONY: again | ||
118 | again: clean all | ||
119 | # }}} | ||
diff --git a/man.html b/man.html index 37d3ba0..a04cfaf 100644 --- a/man.html +++ b/man.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Man | Autocento of the breakfast table</title> | 12 | <title>Man | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -52,6 +52,14 @@ | |||
52 | </section> | 52 | </section> |
53 | </article> | 53 | </article> |
54 | <nav> | 54 | <nav> |
55 | <div class="anchors"> | ||
56 | <a href="man_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
61 | </div> | ||
62 | |||
55 | <a class="prevlink" href="cereal.html" | 63 | <a class="prevlink" href="cereal.html" |
56 | title="Previous article in Buildings out of air: Paul in the Woods"> | 64 | title="Previous article in Buildings out of air: Paul in the Woods"> |
57 | Cereal | 65 | Cereal |
@@ -61,15 +69,6 @@ | |||
61 | Leg | 69 | Leg |
62 | </a> | 70 | </a> |
63 | 71 | ||
64 | <!-- ANCHORS --> | ||
65 | <div class="anchors"> | ||
66 | <a href="man_backlinks.htm" id="back-link" title="Links to this page"> | ||
67 | φ | ||
68 | </a> | ||
69 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
70 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
71 | </div> | ||
72 | |||
73 | <a class="nextlink" href="snow.html" | 72 | <a class="nextlink" href="snow.html" |
74 | title="Next article in Buildings out of air: Paul in the Woods"> | 73 | title="Next article in Buildings out of air: Paul in the Woods"> |
75 | Snow | 74 | Snow |
diff --git a/man_backlinks.htm b/man_backlinks.htm index 44a2023..999cb79 100644 --- a/man_backlinks.htm +++ b/man_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Man | Autocento of the breakfast table</title> | 12 | <title>Man | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,30 +38,23 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="angeltoabraham.html">The angel to Abraham</a></li> | ||
42 | <li><a href="boar.html">The boar</a></li> | ||
43 | <li><a href="building.html">Building</a></li> | 41 | <li><a href="building.html">Building</a></li> |
44 | <li><a href="cereal.html">Cereal</a></li> | ||
45 | <li><a href="hands.html">Hands</a></li> | 42 | <li><a href="hands.html">Hands</a></li> |
46 | <li><a href="largest-asteroid.html">The largest asteroid in the asteroid belt</a></li> | 43 | <li><a href="largest-asteroid.html">The largest asteroid in the asteroid belt</a></li> |
47 | <li><a href="leg.html">Leg</a></li> | ||
48 | <li><a href="notes.html">Notes</a></li> | ||
49 | <li><a href="snow.html">Snow</a></li> | ||
50 | <li><a href="table_contents.html">Table of contents</a></li> | 44 | <li><a href="table_contents.html">Table of contents</a></li> |
51 | </ul> | 45 | </ul> |
52 | </section> | 46 | </section> |
53 | </article> | 47 | </article> |
54 | <nav> | 48 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 49 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 51 | φ |
60 | </a> | 52 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 55 | </div> |
64 | 56 | ||
57 | |||
65 | </nav> | 58 | </nav> |
66 | 59 | ||
67 | 60 | ||
diff --git a/manifesto_poetics.html b/manifesto_poetics.html index 4a413b8..641dd13 100644 --- a/manifesto_poetics.html +++ b/manifesto_poetics.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Manifesto of poetics | Autocento of the breakfast table</title> | 12 | <title>Manifesto of poetics | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="manifesto_poetics_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="manifesto_poetics_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/manifesto_poetics_backlinks.htm b/manifesto_poetics_backlinks.htm index b676620..8508074 100644 --- a/manifesto_poetics_backlinks.htm +++ b/manifesto_poetics_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Manifesto of poetics | Autocento of the breakfast table</title> | 12 | <title>Manifesto of poetics | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/moon-drowning.html b/moon-drowning.html index f70af79..190886e 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Moon is drowning | Autocento of the breakfast table</title> | 12 | <title>The Moon is drowning | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="moon-drowning_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="poetry-time.html" | 54 | <a class="prevlink" href="poetry-time.html" |
47 | title="Previous article in Stark Raving"> | 55 | title="Previous article in Stark Raving"> |
48 | Something about the nature of poetry and time | 56 | Something about the nature of poetry and time |
@@ -52,15 +60,6 @@ | |||
52 | The Big Dipper | 60 | The Big Dipper |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="moon-drowning_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="music-433.html" | 63 | <a class="nextlink" href="music-433.html" |
65 | title="Next article in Stark Raving"> | 64 | title="Next article in Stark Raving"> |
66 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing | 65 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing |
diff --git a/moon-drowning_backlinks.htm b/moon-drowning_backlinks.htm index 3415edb..58d66dc 100644 --- a/moon-drowning_backlinks.htm +++ b/moon-drowning_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Moon is drowning | Autocento of the breakfast table</title> | 12 | <title>The Moon is drowning | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,11 +38,8 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="big-dipper.html">The Big Dipper</a></li> | ||
42 | <li><a href="boy_bus.html">Boy on the bus</a></li> | 41 | <li><a href="boy_bus.html">Boy on the bus</a></li> |
43 | <li><a href="in-bed.html">In bed</a></li> | 42 | <li><a href="in-bed.html">In bed</a></li> |
44 | <li><a href="music-433.html">Something</a></li> | ||
45 | <li><a href="poetry-time.html">Something</a></li> | ||
46 | <li><a href="something-simple.html">“Let’s start with something simple:”</a></li> | 43 | <li><a href="something-simple.html">“Let’s start with something simple:”</a></li> |
47 | <li><a href="statements-frag.html">Statements</a></li> | 44 | <li><a href="statements-frag.html">Statements</a></li> |
48 | <li><a href="table_contents.html">Table of contents</a></li> | 45 | <li><a href="table_contents.html">Table of contents</a></li> |
@@ -52,16 +49,15 @@ | |||
52 | </section> | 49 | </section> |
53 | </article> | 50 | </article> |
54 | <nav> | 51 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 52 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 54 | φ |
60 | </a> | 55 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 58 | </div> |
64 | 59 | ||
60 | |||
65 | </nav> | 61 | </nav> |
66 | 62 | ||
67 | 63 | ||
diff --git a/moongone.html b/moongone.html index d87dd55..a7ffc03 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> | 12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -48,20 +48,19 @@ | |||
48 | </section> | 48 | </section> |
49 | </article> | 49 | </article> |
50 | <nav> | 50 | <nav> |
51 | <a class="prevlink" href="ronaldmcdonald.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Ronald McDonald | ||
54 | </a> | ||
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 51 | <div class="anchors"> |
58 | <a href="moongone_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="moongone_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 53 | φ |
60 | </a> | 54 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 57 | </div> |
64 | 58 | ||
59 | <a class="prevlink" href="ronaldmcdonald.html" | ||
60 | title="Previous article in Elegies for alternate selves"> | ||
61 | Ronald McDonald | ||
62 | </a> | ||
63 | |||
65 | <a class="nextlink" href="mountain.html" | 64 | <a class="nextlink" href="mountain.html" |
66 | title="Next article in Elegies for alternate selves"> | 65 | title="Next article in Elegies for alternate selves"> |
67 | The mountain | 66 | The mountain |
diff --git a/moongone_backlinks.htm b/moongone_backlinks.htm index 5400502..6a860cf 100644 --- a/moongone_backlinks.htm +++ b/moongone_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> | 12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,22 +43,20 @@ | |||
43 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> | 43 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> |
44 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> | 44 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> |
45 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> | 45 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> |
46 | <li><a href="ronaldmcdonald.html">Ronald McDonald</a></li> | ||
47 | <li><a href="swansong.html">Swan song</a></li> | 46 | <li><a href="swansong.html">Swan song</a></li> |
48 | </ul> | 47 | </ul> |
49 | </section> | 48 | </section> |
50 | </article> | 49 | </article> |
51 | <nav> | 50 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 51 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 53 | φ |
57 | </a> | 54 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 57 | </div> |
61 | 58 | ||
59 | |||
62 | </nav> | 60 | </nav> |
63 | 61 | ||
64 | 62 | ||
diff --git a/mountain.html b/mountain.html index d83654b..91e5920 100644 --- a/mountain.html +++ b/mountain.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The mountain | Autocento of the breakfast table</title> | 12 | <title>The mountain | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,20 +43,19 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="moonegone.html" | ||
47 | title="Previous article in Elegies for alternate selves"> | ||
48 | The moon is gone and in its place a mirror | ||
49 | </a> | ||
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="mountain_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="mountain_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | <a class="prevlink" href="moonegone.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | The moon is gone and in its place a mirror | ||
57 | </a> | ||
58 | |||
60 | <a class="nextlink" href="serengeti.html" | 59 | <a class="nextlink" href="serengeti.html" |
61 | title="Next article in Elegies for alternate selves"> | 60 | title="Next article in Elegies for alternate selves"> |
62 | Serengeti | 61 | Serengeti |
diff --git a/mountain_backlinks.htm b/mountain_backlinks.htm index 9d4fe78..73b0d1b 100644 --- a/mountain_backlinks.htm +++ b/mountain_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The mountain | Autocento of the breakfast table</title> | 12 | <title>The mountain | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,8 +43,6 @@ | |||
43 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> | 43 | <li><a href="finding-the-lion.html">Finding the Lion</a></li> |
44 | <li><a href="howtoread.html">How to read this</a></li> | 44 | <li><a href="howtoread.html">How to read this</a></li> |
45 | <li><a href="in-bed.html">In bed</a></li> | 45 | <li><a href="in-bed.html">In bed</a></li> |
46 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> | ||
47 | <li><a href="serengeti.html">Serengeti</a></li> | ||
48 | <li><a href="squirrel.html">The squirrel</a></li> | 46 | <li><a href="squirrel.html">The squirrel</a></li> |
49 | <li><a href="table_contents.html">Table of contents</a></li> | 47 | <li><a href="table_contents.html">Table of contents</a></li> |
50 | <li><a href="telemarketer.html">Telemarketer</a></li> | 48 | <li><a href="telemarketer.html">Telemarketer</a></li> |
@@ -52,16 +50,15 @@ | |||
52 | </section> | 50 | </section> |
53 | </article> | 51 | </article> |
54 | <nav> | 52 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 53 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 55 | φ |
60 | </a> | 56 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 57 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 58 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 59 | </div> |
64 | 60 | ||
61 | |||
65 | </nav> | 62 | </nav> |
66 | 63 | ||
67 | 64 | ||
diff --git a/movingsideways.html b/movingsideways.html index d3229b3..d1f2e33 100644 --- a/movingsideways.html +++ b/movingsideways.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Moving Sideways | Autocento of the breakfast table</title> | 12 | <title>Moving Sideways | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -50,20 +50,19 @@ | |||
50 | </section> | 50 | </section> |
51 | </article> | 51 | </article> |
52 | <nav> | 52 | <nav> |
53 | <a class="prevlink" href="proverbs.html" | ||
54 | title="Previous article in Book of Hezekiah"> | ||
55 | Proverbs | ||
56 | </a> | ||
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 53 | <div class="anchors"> |
60 | <a href="movingsideways_backlinks.htm" id="back-link" title="Links to this page"> | 54 | <a href="movingsideways_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 55 | φ |
62 | </a> | 56 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 57 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 58 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 59 | </div> |
66 | 60 | ||
61 | <a class="prevlink" href="proverbs.html" | ||
62 | title="Previous article in Book of Hezekiah"> | ||
63 | Proverbs | ||
64 | </a> | ||
65 | |||
67 | <a class="nextlink" href="problems.html" | 66 | <a class="nextlink" href="problems.html" |
68 | title="Next article in Book of Hezekiah"> | 67 | title="Next article in Book of Hezekiah"> |
69 | Problems | 68 | Problems |
diff --git a/movingsideways_backlinks.htm b/movingsideways_backlinks.htm index c3148b6..4826c1e 100644 --- a/movingsideways_backlinks.htm +++ b/movingsideways_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Moving Sideways | Autocento of the breakfast table</title> | 12 | <title>Moving Sideways | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,24 +40,21 @@ | |||
40 | <li><a href="creation-myth.html">Creation myth</a></li> | 40 | <li><a href="creation-myth.html">Creation myth</a></li> |
41 | <li><a href="early.html">Early</a></li> | 41 | <li><a href="early.html">Early</a></li> |
42 | <li><a href="elegyforanalternateself.html">Elegy for an alternate self</a></li> | 42 | <li><a href="elegyforanalternateself.html">Elegy for an alternate self</a></li> |
43 | <li><a href="problems.html">Problems</a></li> | ||
44 | <li><a href="proverbs.html">Proverbs</a></li> | ||
45 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | 43 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> |
46 | <li><a href="squirrel.html">The squirrel</a></li> | 44 | <li><a href="squirrel.html">The squirrel</a></li> |
47 | </ul> | 45 | </ul> |
48 | </section> | 46 | </section> |
49 | </article> | 47 | </article> |
50 | <nav> | 48 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 49 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 51 | φ |
56 | </a> | 52 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 55 | </div> |
60 | 56 | ||
57 | |||
61 | </nav> | 58 | </nav> |
62 | 59 | ||
63 | 60 | ||
diff --git a/music-433.html b/music-433.html index 5c2729b..1d52f90 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,6 +47,14 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <div class="anchors"> | ||
51 | <a href="music-433_backlinks.htm" id="back-link" title="Links to this page"> | ||
52 | φ | ||
53 | </a> | ||
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
55 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
56 | </div> | ||
57 | |||
50 | <a class="prevlink" href="moon-drowning.html" | 58 | <a class="prevlink" href="moon-drowning.html" |
51 | title="Previous article in Stark Raving"> | 59 | title="Previous article in Stark Raving"> |
52 | The Moon is drowning | 60 | The Moon is drowning |
@@ -56,15 +64,6 @@ | |||
56 | The Sixteenth Chapel | 64 | The Sixteenth Chapel |
57 | </a> | 65 | </a> |
58 | 66 | ||
59 | <!-- ANCHORS --> | ||
60 | <div class="anchors"> | ||
61 | <a href="music-433_backlinks.htm" id="back-link" title="Links to this page"> | ||
62 | φ | ||
63 | </a> | ||
64 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
65 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
66 | </div> | ||
67 | |||
68 | <a class="nextlink" href="riptide_memory.html" | 67 | <a class="nextlink" href="riptide_memory.html" |
69 | title="Next article in Stark Raving"> | 68 | title="Next article in Stark Raving"> |
70 | Riptide of memory | 69 | Riptide of memory |
diff --git a/music-433_backlinks.htm b/music-433_backlinks.htm index 9a7d2cf..3077c2f 100644 --- a/music-433_backlinks.htm +++ b/music-433_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,14 +37,10 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | ||
41 | <li><a href="art.html">Art</a></li> | 40 | <li><a href="art.html">Art</a></li> |
42 | <li><a href="dream.html">Dream</a></li> | 41 | <li><a href="dream.html">Dream</a></li> |
43 | <li><a href="last-bastion.html">Last bastion</a></li> | 42 | <li><a href="last-bastion.html">Last bastion</a></li> |
44 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> | ||
45 | <li><a href="no-nothing.html">No nothing</a></li> | 43 | <li><a href="no-nothing.html">No nothing</a></li> |
46 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | ||
47 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | ||
48 | <li><a href="stump.html">Stump</a></li> | 44 | <li><a href="stump.html">Stump</a></li> |
49 | <li><a href="table_contents.html">Table of contents</a></li> | 45 | <li><a href="table_contents.html">Table of contents</a></li> |
50 | <li><a href="what-we-are-made-of.html">What we are made of</a></li> | 46 | <li><a href="what-we-are-made-of.html">What we are made of</a></li> |
@@ -52,16 +48,15 @@ | |||
52 | </section> | 48 | </section> |
53 | </article> | 49 | </article> |
54 | <nav> | 50 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 51 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 53 | φ |
60 | </a> | 54 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 57 | </div> |
64 | 58 | ||
59 | |||
65 | </nav> | 60 | </nav> |
66 | 61 | ||
67 | 62 | ||
diff --git a/no-nothing.html b/no-nothing.html index 6a8a527..52c8176 100644 --- a/no-nothing.html +++ b/no-nothing.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>No nothing | Autocento of the breakfast table</title> | 12 | <title>No nothing | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,16 +41,15 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | |||
45 | <!-- ANCHORS --> | ||
46 | <div class="anchors"> | 44 | <div class="anchors"> |
47 | <a href="no-nothing_backlinks.htm" id="back-link" title="Links to this page"> | 45 | <a href="no-nothing_backlinks.htm" id="back-link" title="Links to this page"> |
48 | φ | 46 | φ |
49 | </a> | 47 | </a> |
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 48 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
51 | <a href="#" id="lozenge" title="ERROR">∝</a> | 49 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
52 | </div> | 50 | </div> |
53 | 51 | ||
52 | |||
54 | </nav> | 53 | </nav> |
55 | 54 | ||
56 | 55 | ||
diff --git a/no-nothing_backlinks.htm b/no-nothing_backlinks.htm index 1122511..353f79d 100644 --- a/no-nothing_backlinks.htm +++ b/no-nothing_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>No nothing | Autocento of the breakfast table</title> | 12 | <title>No nothing | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -53,16 +53,15 @@ | |||
53 | </section> | 53 | </section> |
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | |||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | 56 | <div class="anchors"> |
59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
60 | φ | 58 | φ |
61 | </a> | 59 | </a> |
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 60 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | 61 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
64 | </div> | 62 | </div> |
65 | 63 | ||
64 | |||
66 | </nav> | 65 | </nav> |
67 | 66 | ||
68 | 67 | ||
diff --git a/notes.html b/notes.html index 13e61dc..3de7403 100644 --- a/notes.html +++ b/notes.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Notes | Autocento of the breakfast table</title> | 12 | <title>Notes | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="notes_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="writing.html" | 55 | <a class="prevlink" href="writing.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Writing | 57 | Writing |
@@ -53,15 +61,6 @@ | |||
53 | Man | 61 | Man |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="notes_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="shed.html" | 64 | <a class="nextlink" href="shed.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Shed | 66 | Shed |
diff --git a/notes_backlinks.htm b/notes_backlinks.htm index 3448b05..9612bd0 100644 --- a/notes_backlinks.htm +++ b/notes_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Notes | Autocento of the breakfast table</title> | 12 | <title>Notes | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="man.html">Man</a></li> | ||
41 | <li><a href="options.html">Options</a></li> | ||
42 | <li><a href="shed.html">Shed</a></li> | ||
43 | <li><a href="writing.html">Writing</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 784d7af..8eae35c 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Nothing is ever over | Autocento of the breakfast table</title> | 12 | <title>Nothing is ever over | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="nothing-is-ever-over_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="nothing-is-ever-over_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/nothing-is-ever-over_backlinks.htm b/nothing-is-ever-over_backlinks.htm index 62272fc..868d773 100644 --- a/nothing-is-ever-over_backlinks.htm +++ b/nothing-is-ever-over_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Nothing is ever over | Autocento of the breakfast table</title> | 12 | <title>Nothing is ever over | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/on-genre-dimension.html b/on-genre-dimension.html index 1b7fcda..bc47891 100644 --- a/on-genre-dimension.html +++ b/on-genre-dimension.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On genre and the dimensionality of poetry | Autocento of the breakfast table</title> | 12 | <title>On genre and the dimensionality of poetry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -56,16 +56,15 @@ | |||
56 | </section> | 56 | </section> |
57 | </article> | 57 | </article> |
58 | <nav> | 58 | <nav> |
59 | |||
60 | <!-- ANCHORS --> | ||
61 | <div class="anchors"> | 59 | <div class="anchors"> |
62 | <a href="on-genre-dimension_backlinks.htm" id="back-link" title="Links to this page"> | 60 | <a href="on-genre-dimension_backlinks.htm" id="back-link" title="Links to this page"> |
63 | φ | 61 | φ |
64 | </a> | 62 | </a> |
65 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 63 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
66 | <a href="#" id="lozenge" title="ERROR">∝</a> | 64 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
67 | </div> | 65 | </div> |
68 | 66 | ||
67 | |||
69 | </nav> | 68 | </nav> |
70 | 69 | ||
71 | 70 | ||
diff --git a/on-genre-dimension_backlinks.htm b/on-genre-dimension_backlinks.htm index 910a0a1..bf960da 100644 --- a/on-genre-dimension_backlinks.htm +++ b/on-genre-dimension_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On genre and the dimensionality of poetry | Autocento of the breakfast table</title> | 12 | <title>On genre and the dimensionality of poetry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/onformalpoetry.html b/onformalpoetry.html index 22d7ae9..9dd6c39 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On formal poetry | Autocento of the breakfast table</title> | 12 | <title>On formal poetry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="feedingtheraven.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Feeding the raven | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="onformalpoetry_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="onformalpoetry_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="feedingtheraven.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Feeding the raven | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="i-am.html" | 56 | <a class="nextlink" href="i-am.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | I am | 58 | I am |
diff --git a/onformalpoetry_backlinks.htm b/onformalpoetry_backlinks.htm index 381034b..494f963 100644 --- a/onformalpoetry_backlinks.htm +++ b/onformalpoetry_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>On formal poetry | Autocento of the breakfast table</title> | 12 | <title>On formal poetry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,23 +37,20 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> | ||
41 | <li><a href="i-am.html">I am</a></li> | ||
42 | <li><a href="serengeti.html">Serengeti</a></li> | 40 | <li><a href="serengeti.html">Serengeti</a></li> |
43 | </ul> | 41 | </ul> |
44 | </section> | 42 | </section> |
45 | </article> | 43 | </article> |
46 | <nav> | 44 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 45 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 47 | φ |
52 | </a> | 48 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 51 | </div> |
56 | 52 | ||
53 | |||
57 | </nav> | 54 | </nav> |
58 | 55 | ||
59 | 56 | ||
diff --git a/options.html b/options.html index be6644a..29057c5 100644 --- a/options.html +++ b/options.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Options | Autocento of the breakfast table</title> | 12 | <title>Options | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="options_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="swear.html" | 53 | <a class="prevlink" href="swear.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Swear | 55 | Swear |
@@ -51,15 +59,6 @@ | |||
51 | Notes | 59 | Notes |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="options_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="stagnant.html" | 62 | <a class="nextlink" href="stagnant.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Stagnant | 64 | Stagnant |
diff --git a/options_backlinks.htm b/options_backlinks.htm index 4f0c015..74b78b0 100644 --- a/options_backlinks.htm +++ b/options_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Options | Autocento of the breakfast table</title> | 12 | <title>Options | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,25 +39,20 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="in-bed.html">In bed</a></li> | 41 | <li><a href="in-bed.html">In bed</a></li> |
42 | <li><a href="notes.html">Notes</a></li> | ||
43 | <li><a href="paul.html">Paul</a></li> | ||
44 | <li><a href="sapling.html">Sapling</a></li> | 42 | <li><a href="sapling.html">Sapling</a></li> |
45 | <li><a href="stagnant.html">Stagnant</a></li> | ||
46 | <li><a href="swear.html">Swear</a></li> | ||
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index dc2699a..00c4962 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ouroboros of Memory | Autocento of the breakfast table</title> | 12 | <title>Ouroboros of Memory | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -52,6 +52,14 @@ | |||
52 | </section> | 52 | </section> |
53 | </article> | 53 | </article> |
54 | <nav> | 54 | <nav> |
55 | <div class="anchors"> | ||
56 | <a href="ouroboros_memory_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
61 | </div> | ||
62 | |||
55 | <a class="prevlink" href="table_contents.html" | 63 | <a class="prevlink" href="table_contents.html" |
56 | title="Previous article in Stark Raving"> | 64 | title="Previous article in Stark Raving"> |
57 | Table of contents | 65 | Table of contents |
@@ -61,15 +69,6 @@ | |||
61 | Initial Conditions | 69 | Initial Conditions |
62 | </a> | 70 | </a> |
63 | 71 | ||
64 | <!-- ANCHORS --> | ||
65 | <div class="anchors"> | ||
66 | <a href="ouroboros_memory_backlinks.htm" id="back-link" title="Links to this page"> | ||
67 | φ | ||
68 | </a> | ||
69 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
70 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
71 | </div> | ||
72 | |||
73 | <a class="nextlink" href="lappel-du-vide.html" | 72 | <a class="nextlink" href="lappel-du-vide.html" |
74 | title="Next article in Stark Raving"> | 73 | title="Next article in Stark Raving"> |
75 | L’appel du vide | 74 | L’appel du vide |
diff --git a/ouroboros_memory_backlinks.htm b/ouroboros_memory_backlinks.htm index cb4dfde..268b65d 100644 --- a/ouroboros_memory_backlinks.htm +++ b/ouroboros_memory_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ouroboros of Memory | Autocento of the breakfast table</title> | 12 | <title>Ouroboros of Memory | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,8 +42,6 @@ | |||
42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
43 | <li><a href="in-bed.html">In bed</a></li> | 43 | <li><a href="in-bed.html">In bed</a></li> |
44 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 44 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
45 | <li><a href="lappel-du-vide.html">L’appel du vide</a></li> | ||
46 | <li><a href="love-as-god.html">Love as God</a></li> | ||
47 | <li><a href="plant.html">Litany for a plant</a></li> | 45 | <li><a href="plant.html">Litany for a plant</a></li> |
48 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | 46 | <li><a href="riptide_memory.html">Riptide of memory</a></li> |
49 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | 47 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> |
@@ -53,16 +51,15 @@ | |||
53 | </section> | 51 | </section> |
54 | </article> | 52 | </article> |
55 | <nav> | 53 | <nav> |
56 | |||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | 54 | <div class="anchors"> |
59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
60 | φ | 56 | φ |
61 | </a> | 57 | </a> |
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 58 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | 59 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
64 | </div> | 60 | </div> |
65 | 61 | ||
62 | |||
66 | </nav> | 63 | </nav> |
67 | 64 | ||
68 | 65 | ||
diff --git a/paul.html b/paul.html index ec2a1fc..8bcc78c 100644 --- a/paul.html +++ b/paul.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Paul | Autocento of the breakfast table</title> | 12 | <title>Paul | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -70,6 +70,14 @@ | |||
70 | </section> | 70 | </section> |
71 | </article> | 71 | </article> |
72 | <nav> | 72 | <nav> |
73 | <div class="anchors"> | ||
74 | <a href="paul_backlinks.htm" id="back-link" title="Links to this page"> | ||
75 | φ | ||
76 | </a> | ||
77 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
78 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
79 | </div> | ||
80 | |||
73 | <a class="prevlink" href="father.html" | 81 | <a class="prevlink" href="father.html" |
74 | title="Previous article in Buildings out of air: Paul in the Woods"> | 82 | title="Previous article in Buildings out of air: Paul in the Woods"> |
75 | Father | 83 | Father |
@@ -79,15 +87,6 @@ | |||
79 | Options | 87 | Options |
80 | </a> | 88 | </a> |
81 | 89 | ||
82 | <!-- ANCHORS --> | ||
83 | <div class="anchors"> | ||
84 | <a href="paul_backlinks.htm" id="back-link" title="Links to this page"> | ||
85 | φ | ||
86 | </a> | ||
87 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
88 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
89 | </div> | ||
90 | |||
91 | <a class="nextlink" href="fire.html" | 90 | <a class="nextlink" href="fire.html" |
92 | title="Next article in Buildings out of air: Paul in the Woods"> | 91 | title="Next article in Buildings out of air: Paul in the Woods"> |
93 | Fire | 92 | Fire |
diff --git a/paul_backlinks.htm b/paul_backlinks.htm index 5bb07b7..5b645ca 100644 --- a/paul_backlinks.htm +++ b/paul_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Paul | Autocento of the breakfast table</title> | 12 | <title>Paul | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="father.html">Father</a></li> | ||
41 | <li><a href="fire.html">Fire</a></li> | ||
42 | <li><a href="options.html">Options</a></li> | ||
43 | <li><a href="phone.html">Phone</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/peaches.html b/peaches.html index 9b14b56..f17409d 100644 --- a/peaches.html +++ b/peaches.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Peaches | Autocento of the breakfast table</title> | 12 | <title>Peaches | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -54,16 +54,15 @@ | |||
54 | </section> | 54 | </section> |
55 | </article> | 55 | </article> |
56 | <nav> | 56 | <nav> |
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 57 | <div class="anchors"> |
60 | <a href="peaches_backlinks.htm" id="back-link" title="Links to this page"> | 58 | <a href="peaches_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 59 | φ |
62 | </a> | 60 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 61 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 62 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 63 | </div> |
66 | 64 | ||
65 | |||
67 | </nav> | 66 | </nav> |
68 | 67 | ||
69 | 68 | ||
diff --git a/peaches_backlinks.htm b/peaches_backlinks.htm index b1e489b..f376f9f 100644 --- a/peaches_backlinks.htm +++ b/peaches_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Peaches | Autocento of the breakfast table</title> | 12 | <title>Peaches | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/philosophy.html b/philosophy.html index 1e6488a..2a0b401 100644 --- a/philosophy.html +++ b/philosophy.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Philosophy | Autocento of the breakfast table</title> | 12 | <title>Philosophy | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,20 +41,19 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | <a class="prevlink" href="purpose-dogs.html" | ||
45 | title="Previous article in Book of Hezekiah"> | ||
46 | The purpose of dogs | ||
47 | </a> | ||
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 44 | <div class="anchors"> |
51 | <a href="philosophy_backlinks.htm" id="back-link" title="Links to this page"> | 45 | <a href="philosophy_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 46 | φ |
53 | </a> | 47 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 48 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 49 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 50 | </div> |
57 | 51 | ||
52 | <a class="prevlink" href="purpose-dogs.html" | ||
53 | title="Previous article in Book of Hezekiah"> | ||
54 | The purpose of dogs | ||
55 | </a> | ||
56 | |||
58 | <a class="nextlink" href="proverbs.html" | 57 | <a class="nextlink" href="proverbs.html" |
59 | title="Next article in Book of Hezekiah"> | 58 | title="Next article in Book of Hezekiah"> |
60 | Proverbs | 59 | Proverbs |
diff --git a/philosophy_backlinks.htm b/philosophy_backlinks.htm index 2d4b708..cde93c0 100644 --- a/philosophy_backlinks.htm +++ b/philosophy_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Philosophy | Autocento of the breakfast table</title> | 12 | <title>Philosophy | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,22 +39,19 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="howtoread.html">How to read this</a></li> | 40 | <li><a href="howtoread.html">How to read this</a></li> |
41 | <li><a href="movingsideways.html">Moving Sideways</a></li> | 41 | <li><a href="movingsideways.html">Moving Sideways</a></li> |
42 | <li><a href="proverbs.html">Proverbs</a></li> | ||
43 | <li><a href="purpose-dogs.html">The purpose of dogs</a></li> | ||
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/phone.html b/phone.html index 8628646..f9d49c0 100644 --- a/phone.html +++ b/phone.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Phone | Autocento of the breakfast table</title> | 12 | <title>Phone | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="phone_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="treatise.html" | 54 | <a class="prevlink" href="treatise.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Treatise | 56 | Treatise |
@@ -52,15 +60,6 @@ | |||
52 | Paul | 60 | Paul |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="phone_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="tapestry.html" | 63 | <a class="nextlink" href="tapestry.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Tapestry | 65 | Tapestry |
diff --git a/phone_backlinks.htm b/phone_backlinks.htm index 0f76a20..ba3d15d 100644 --- a/phone_backlinks.htm +++ b/phone_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Phone | Autocento of the breakfast table</title> | 12 | <title>Phone | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,26 +38,21 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="music-433.html">Something</a></li> | 40 | <li><a href="music-433.html">Something</a></li> |
41 | <li><a href="paul.html">Paul</a></li> | ||
42 | <li><a href="planks.html">Planks</a></li> | ||
43 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
44 | <li><a href="tapestry.html">Tapestry</a></li> | ||
45 | <li><a href="treatise.html">Treatise</a></li> | ||
46 | <li><a href="underwear.html">Underwear</a></li> | 42 | <li><a href="underwear.html">Underwear</a></li> |
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/planks.html b/planks.html index 4b07277..ac8b3bf 100644 --- a/planks.html +++ b/planks.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Planks | Autocento of the breakfast table</title> | 12 | <title>Planks | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,6 +45,14 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <div class="anchors"> | ||
49 | <a href="planks_backlinks.htm" id="back-link" title="Links to this page"> | ||
50 | φ | ||
51 | </a> | ||
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
53 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
54 | </div> | ||
55 | |||
48 | <a class="prevlink" href="leg.html" | 56 | <a class="prevlink" href="leg.html" |
49 | title="Previous article in Buildings out of air: Paul in the Woods"> | 57 | title="Previous article in Buildings out of air: Paul in the Woods"> |
50 | Leg | 58 | Leg |
@@ -54,15 +62,6 @@ | |||
54 | Phone | 62 | Phone |
55 | </a> | 63 | </a> |
56 | 64 | ||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | ||
59 | <a href="planks_backlinks.htm" id="back-link" title="Links to this page"> | ||
60 | φ | ||
61 | </a> | ||
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
64 | </div> | ||
65 | |||
66 | <a class="nextlink" href="hardware.html" | 65 | <a class="nextlink" href="hardware.html" |
67 | title="Next article in Buildings out of air: Paul in the Woods"> | 66 | title="Next article in Buildings out of air: Paul in the Woods"> |
68 | Hardware | 67 | Hardware |
diff --git a/planks_backlinks.htm b/planks_backlinks.htm index d1aac0b..2cc62c8 100644 --- a/planks_backlinks.htm +++ b/planks_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Planks | Autocento of the breakfast table</title> | 12 | <title>Planks | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="found-typewriter-poem.html">Look</a></li> | 40 | <li><a href="found-typewriter-poem.html">Look</a></li> |
41 | <li><a href="hardware.html">Hardware</a></li> | ||
42 | <li><a href="leg.html">Leg</a></li> | ||
43 | <li><a href="phone.html">Phone</a></li> | ||
44 | <li><a href="punch.html">Punch</a></li> | ||
45 | <li><a href="swear.html">Swear</a></li> | 41 | <li><a href="swear.html">Swear</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/plant.html b/plant.html index 7f47386..1fbb3e4 100644 --- a/plant.html +++ b/plant.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Litany for a plant | Autocento of the breakfast table</title> | 12 | <title>Litany for a plant | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,16 +41,15 @@ | |||
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |
44 | |||
45 | <!-- ANCHORS --> | ||
46 | <div class="anchors"> | 44 | <div class="anchors"> |
47 | <a href="plant_backlinks.htm" id="back-link" title="Links to this page"> | 45 | <a href="plant_backlinks.htm" id="back-link" title="Links to this page"> |
48 | φ | 46 | φ |
49 | </a> | 47 | </a> |
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 48 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
51 | <a href="#" id="lozenge" title="ERROR">∝</a> | 49 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
52 | </div> | 50 | </div> |
53 | 51 | ||
52 | |||
54 | </nav> | 53 | </nav> |
55 | 54 | ||
56 | 55 | ||
diff --git a/plant_backlinks.htm b/plant_backlinks.htm index 9bc78b9..0dc17af 100644 --- a/plant_backlinks.htm +++ b/plant_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Litany for a plant | Autocento of the breakfast table</title> | 12 | <title>Litany for a plant | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -53,16 +53,15 @@ | |||
53 | </section> | 53 | </section> |
54 | </article> | 54 | </article> |
55 | <nav> | 55 | <nav> |
56 | |||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | 56 | <div class="anchors"> |
59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
60 | φ | 58 | φ |
61 | </a> | 59 | </a> |
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 60 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | 61 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
64 | </div> | 62 | </div> |
65 | 63 | ||
64 | |||
66 | </nav> | 65 | </nav> |
67 | 66 | ||
68 | 67 | ||
diff --git a/poetry-time.html b/poetry-time.html index f16d522..316ec41 100644 --- a/poetry-time.html +++ b/poetry-time.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="poetry-time_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="big-dipper.html" | 57 | <a class="prevlink" href="big-dipper.html" |
50 | title="Previous article in Stark Raving"> | 58 | title="Previous article in Stark Raving"> |
51 | The Big Dipper | 59 | The Big Dipper |
@@ -55,15 +63,6 @@ | |||
55 | Worse looking over | 63 | Worse looking over |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="poetry-time_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="moon-drowning.html" | 66 | <a class="nextlink" href="moon-drowning.html" |
68 | title="Next article in Stark Raving"> | 67 | title="Next article in Stark Raving"> |
69 | The Moon is drowning | 68 | The Moon is drowning |
diff --git a/poetry-time_backlinks.htm b/poetry-time_backlinks.htm index 8605ce2..423706c 100644 --- a/poetry-time_backlinks.htm +++ b/poetry-time_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Something | Autocento of the breakfast table</title> | 12 | <title>Something | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,30 +38,25 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="amber-alert.html">AMBER alert</a></li> | ||
42 | <li><a href="big-dipper.html">The Big Dipper</a></li> | ||
43 | <li><a href="building.html">Building</a></li> | 41 | <li><a href="building.html">Building</a></li> |
44 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
45 | <li><a href="lovesong.html">Love Song</a></li> | 43 | <li><a href="lovesong.html">Love Song</a></li> |
46 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> | ||
47 | <li><a href="roughgloves.html">Rough gloves</a></li> | 44 | <li><a href="roughgloves.html">Rough gloves</a></li> |
48 | <li><a href="swansong-alt.html">Swansong</a></li> | 45 | <li><a href="swansong-alt.html">Swansong</a></li> |
49 | <li><a href="table_contents.html">Table of contents</a></li> | 46 | <li><a href="table_contents.html">Table of contents</a></li> |
50 | <li><a href="worse-looking-over.html">Worse looking over</a></li> | ||
51 | </ul> | 47 | </ul> |
52 | </section> | 48 | </section> |
53 | </article> | 49 | </article> |
54 | <nav> | 50 | <nav> |
55 | |||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | 51 | <div class="anchors"> |
58 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
59 | φ | 53 | φ |
60 | </a> | 54 | </a> |
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
63 | </div> | 57 | </div> |
64 | 58 | ||
59 | |||
65 | </nav> | 60 | </nav> |
66 | 61 | ||
67 | 62 | ||
diff --git a/prelude.html b/prelude.html index 2d04269..e5b4765 100644 --- a/prelude.html +++ b/prelude.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Prelude | Autocento of the breakfast table</title> | 12 | <title>Prelude | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="prelude_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="prelude_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | <a class="nextlink" href="purpose-dogs.html" | 52 | <a class="nextlink" href="purpose-dogs.html" |
54 | title="Next article in Book of Hezekiah"> | 53 | title="Next article in Book of Hezekiah"> |
55 | The purpose of dogs | 54 | The purpose of dogs |
diff --git a/prelude_backlinks.htm b/prelude_backlinks.htm index 5828251..e870349 100644 --- a/prelude_backlinks.htm +++ b/prelude_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Prelude | Autocento of the breakfast table</title> | 12 | <title>Prelude | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/problems.html b/problems.html index 2d73a1a..590f73f 100644 --- a/problems.html +++ b/problems.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Problems | Autocento of the breakfast table</title> | 12 | <title>Problems | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -52,20 +52,19 @@ | |||
52 | </section> | 52 | </section> |
53 | </article> | 53 | </article> |
54 | <nav> | 54 | <nav> |
55 | <a class="prevlink" href="movingsideways.html" | ||
56 | title="Previous article in Book of Hezekiah"> | ||
57 | Moving sideways | ||
58 | </a> | ||
59 | |||
60 | <!-- ANCHORS --> | ||
61 | <div class="anchors"> | 55 | <div class="anchors"> |
62 | <a href="problems_backlinks.htm" id="back-link" title="Links to this page"> | 56 | <a href="problems_backlinks.htm" id="back-link" title="Links to this page"> |
63 | φ | 57 | φ |
64 | </a> | 58 | </a> |
65 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 59 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
66 | <a href="#" id="lozenge" title="ERROR">∝</a> | 60 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
67 | </div> | 61 | </div> |
68 | 62 | ||
63 | <a class="prevlink" href="movingsideways.html" | ||
64 | title="Previous article in Book of Hezekiah"> | ||
65 | Moving sideways | ||
66 | </a> | ||
67 | |||
69 | <a class="nextlink" href="likingthings.html" | 68 | <a class="nextlink" href="likingthings.html" |
70 | title="Next article in Book of Hezekiah"> | 69 | title="Next article in Book of Hezekiah"> |
71 | Liking things | 70 | Liking things |
diff --git a/problems_backlinks.htm b/problems_backlinks.htm index 1cd7e36..90daf44 100644 --- a/problems_backlinks.htm +++ b/problems_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Problems | Autocento of the breakfast table</title> | 12 | <title>Problems | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,23 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="howithappened.html">How it happened</a></li> | 40 | <li><a href="howithappened.html">How it happened</a></li> |
41 | <li><a href="likingthings.html">Liking Things</a></li> | ||
42 | <li><a href="movingsideways.html">Moving Sideways</a></li> | ||
43 | <li><a href="toothpaste.html">Toothpaste</a></li> | 41 | <li><a href="toothpaste.html">Toothpaste</a></li> |
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/process.html b/process.html index 9b2aab0..26f21d7 100644 --- a/process.html +++ b/process.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -97,16 +97,15 @@ | |||
97 | </section> | 97 | </section> |
98 | </article> | 98 | </article> |
99 | <nav> | 99 | <nav> |
100 | |||
101 | <!-- ANCHORS --> | ||
102 | <div class="anchors"> | 100 | <div class="anchors"> |
103 | <a href="process_backlinks.htm" id="back-link" title="Links to this page"> | 101 | <a href="process_backlinks.htm" id="back-link" title="Links to this page"> |
104 | φ | 102 | φ |
105 | </a> | 103 | </a> |
106 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 104 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
107 | <a href="#" id="lozenge" title="ERROR">∝</a> | 105 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
108 | </div> | 106 | </div> |
109 | 107 | ||
108 | |||
110 | </nav> | 109 | </nav> |
111 | 110 | ||
112 | 111 | ||
diff --git a/process_backlinks.htm b/process_backlinks.htm index dced8b7..025864e 100644 --- a/process_backlinks.htm +++ b/process_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> | 12 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,16 +42,15 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | |||
46 | <!-- ANCHORS --> | ||
47 | <div class="anchors"> | 45 | <div class="anchors"> |
48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
49 | φ | 47 | φ |
50 | </a> | 48 | </a> |
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
52 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
53 | </div> | 51 | </div> |
54 | 52 | ||
53 | |||
55 | </nav> | 54 | </nav> |
56 | 55 | ||
57 | 56 | ||
diff --git a/proverbs.html b/proverbs.html index 08cd196..00b6d5b 100644 --- a/proverbs.html +++ b/proverbs.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Proverbs | Autocento of the breakfast table</title> | 12 | <title>Proverbs | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,20 +47,19 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <a class="prevlink" href="philosophy.html" | ||
51 | title="Previous article in Book of Hezekiah"> | ||
52 | Philosophy | ||
53 | </a> | ||
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 50 | <div class="anchors"> |
57 | <a href="proverbs_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="proverbs_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 52 | φ |
59 | </a> | 53 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 56 | </div> |
63 | 57 | ||
58 | <a class="prevlink" href="philosophy.html" | ||
59 | title="Previous article in Book of Hezekiah"> | ||
60 | Philosophy | ||
61 | </a> | ||
62 | |||
64 | <a class="nextlink" href="movingsideways.html" | 63 | <a class="nextlink" href="movingsideways.html" |
65 | title="Next article in Book of Hezekiah"> | 64 | title="Next article in Book of Hezekiah"> |
66 | Moving sideways | 65 | Moving sideways |
diff --git a/proverbs_backlinks.htm b/proverbs_backlinks.htm index d0a25db..d14b2fd 100644 --- a/proverbs_backlinks.htm +++ b/proverbs_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Proverbs | Autocento of the breakfast table</title> | 12 | <title>Proverbs | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,23 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> | 40 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> |
41 | <li><a href="movingsideways.html">Moving Sideways</a></li> | ||
42 | <li><a href="philosophy.html">Philosophy</a></li> | ||
43 | <li><a href="plant.html">Litany for a plant</a></li> | 41 | <li><a href="plant.html">Litany for a plant</a></li> |
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/punch.html b/punch.html index f6f93f3..28f7eef 100644 --- a/punch.html +++ b/punch.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Punch | Autocento of the breakfast table</title> | 12 | <title>Punch | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="punch_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="wallpaper.html" | 53 | <a class="prevlink" href="wallpaper.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Wallpaper | 55 | Wallpaper |
@@ -51,15 +59,6 @@ | |||
51 | Planks | 59 | Planks |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="punch_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="joke.html" | 62 | <a class="nextlink" href="joke.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Joke | 64 | Joke |
diff --git a/punch_backlinks.htm b/punch_backlinks.htm index 2055558..7cf2ee1 100644 --- a/punch_backlinks.htm +++ b/punch_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Punch | Autocento of the breakfast table</title> | 12 | <title>Punch | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="joke.html">Joke</a></li> | ||
41 | <li><a href="planks.html">Planks</a></li> | ||
42 | <li><a href="question.html">Question</a></li> | ||
43 | <li><a href="wallpaper.html">Wallpaper</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/purpose-dogs.html b/purpose-dogs.html index 0c0b474..a72bdc1 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The purpose of dogs | Autocento of the breakfast table</title> | 12 | <title>The purpose of dogs | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,20 +42,19 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <a class="prevlink" href="prelude.html" | ||
46 | title="Previous article in Book of Hezekiah"> | ||
47 | Prelude | ||
48 | </a> | ||
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="purpose-dogs_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="purpose-dogs_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | <a class="prevlink" href="prelude.html" | ||
54 | title="Previous article in Book of Hezekiah"> | ||
55 | Prelude | ||
56 | </a> | ||
57 | |||
59 | <a class="nextlink" href="philosophy.html" | 58 | <a class="nextlink" href="philosophy.html" |
60 | title="Next article in Book of Hezekiah"> | 59 | title="Next article in Book of Hezekiah"> |
61 | Philosophy | 60 | Philosophy |
diff --git a/purpose-dogs_backlinks.htm b/purpose-dogs_backlinks.htm index a62f8f9..2bd61d2 100644 --- a/purpose-dogs_backlinks.htm +++ b/purpose-dogs_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The purpose of dogs | Autocento of the breakfast table</title> | 12 | <title>The purpose of dogs | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,22 +38,19 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> | 40 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> |
41 | <li><a href="philosophy.html">Philosophy</a></li> | ||
42 | <li><a href="prelude.html">Prelude</a></li> | ||
43 | </ul> | 41 | </ul> |
44 | </section> | 42 | </section> |
45 | </article> | 43 | </article> |
46 | <nav> | 44 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 45 | <div class="anchors"> |
50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 47 | φ |
52 | </a> | 48 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 51 | </div> |
56 | 52 | ||
53 | |||
57 | </nav> | 54 | </nav> |
58 | 55 | ||
59 | 56 | ||
diff --git a/question.html b/question.html index 94220cd..f95bf48 100644 --- a/question.html +++ b/question.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Question | Autocento of the breakfast table</title> | 12 | <title>Question | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="question_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="window.html" | 54 | <a class="prevlink" href="window.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Window | 56 | Window |
@@ -52,15 +60,6 @@ | |||
52 | Punch | 60 | Punch |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="question_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="sapling.html" | 63 | <a class="nextlink" href="sapling.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Sapling | 65 | Sapling |
diff --git a/question_backlinks.htm b/question_backlinks.htm index 24b3946..804b916 100644 --- a/question_backlinks.htm +++ b/question_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Question | Autocento of the breakfast table</title> | 12 | <title>Question | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,24 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="exasperated.html">Exasperated</a></li> | 40 | <li><a href="exasperated.html">Exasperated</a></li> |
41 | <li><a href="i-want-to-say.html">I want to say</a> punch.html</li> | 41 | <li><a href="i-want-to-say.html">I want to say</a></li> |
42 | <li><a href="reports.html">Reports</a></li> | ||
43 | <li><a href="sapling.html">Sapling</a></li> | ||
44 | <li><a href="window.html">Window</a></li> | ||
45 | </ul> | 42 | </ul> |
46 | </section> | 43 | </section> |
47 | </article> | 44 | </article> |
48 | <nav> | 45 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 46 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 48 | φ |
54 | </a> | 49 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 52 | </div> |
58 | 53 | ||
54 | |||
59 | </nav> | 55 | </nav> |
60 | 56 | ||
61 | 57 | ||
diff --git a/real-writer.html b/real-writer.html index 031c0b2..497711e 100644 --- a/real-writer.html +++ b/real-writer.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>A real writer | Autocento of the breakfast table</title> | 12 | <title>A real writer | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="real-writer_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="real-writer_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/real-writer_backlinks.htm b/real-writer_backlinks.htm index 1338032..04cdcad 100644 --- a/real-writer_backlinks.htm +++ b/real-writer_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>A real writer | Autocento of the breakfast table</title> | 12 | <title>A real writer | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -49,16 +49,15 @@ | |||
49 | </section> | 49 | </section> |
50 | </article> | 50 | </article> |
51 | <nav> | 51 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 52 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 54 | φ |
57 | </a> | 55 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 58 | </div> |
61 | 59 | ||
60 | |||
62 | </nav> | 61 | </nav> |
63 | 62 | ||
64 | 63 | ||
diff --git a/reports.html b/reports.html index d8c805e..cf66d5d 100644 --- a/reports.html +++ b/reports.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Reports | Autocento of the breakfast table</title> | 12 | <title>Reports | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,6 +47,14 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <div class="anchors"> | ||
51 | <a href="reports_backlinks.htm" id="back-link" title="Links to this page"> | ||
52 | φ | ||
53 | </a> | ||
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
55 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
56 | </div> | ||
57 | |||
50 | <a class="prevlink" href="snow.html" | 58 | <a class="prevlink" href="snow.html" |
51 | title="Previous article in Buildings out of air: Paul in the Woods"> | 59 | title="Previous article in Buildings out of air: Paul in the Woods"> |
52 | Snow | 60 | Snow |
@@ -56,15 +64,6 @@ | |||
56 | Question | 64 | Question |
57 | </a> | 65 | </a> |
58 | 66 | ||
59 | <!-- ANCHORS --> | ||
60 | <div class="anchors"> | ||
61 | <a href="reports_backlinks.htm" id="back-link" title="Links to this page"> | ||
62 | φ | ||
63 | </a> | ||
64 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
65 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
66 | </div> | ||
67 | |||
68 | <a class="nextlink" href="swear.html" | 67 | <a class="nextlink" href="swear.html" |
69 | title="Next article in Buildings out of air: Paul in the Woods"> | 68 | title="Next article in Buildings out of air: Paul in the Woods"> |
70 | Swear | 69 | Swear |
diff --git a/reports_backlinks.htm b/reports_backlinks.htm index 1c15ccc..01d9c37 100644 --- a/reports_backlinks.htm +++ b/reports_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Reports | Autocento of the breakfast table</title> | 12 | <title>Reports | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 40 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
41 | <li><a href="question.html">Question</a></li> | ||
42 | <li><a href="sapling.html">Sapling</a></li> | ||
43 | <li><a href="snow.html">Snow</a></li> | ||
44 | <li><a href="swear.html">Swear</a></li> | ||
45 | <li><a href="telemarketer.html">Telemarketer</a></li> | 41 | <li><a href="telemarketer.html">Telemarketer</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/riptide_memory.html b/riptide_memory.html index b677198..7873263 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Riptide of memory | Autocento of the breakfast table</title> | 12 | <title>Riptide of memory | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,6 +45,14 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | <div class="anchors"> | ||
49 | <a href="riptide_memory_backlinks.htm" id="back-link" title="Links to this page"> | ||
50 | φ | ||
51 | </a> | ||
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
53 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
54 | </div> | ||
55 | |||
48 | <a class="prevlink" href="music-433.html" | 56 | <a class="prevlink" href="music-433.html" |
49 | title="Previous article in Stark Raving"> | 57 | title="Previous article in Stark Raving"> |
50 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing | 58 | Something about all music being performances of <em>4′33″</em> in places where other bands happen to be playing |
@@ -54,15 +62,6 @@ | |||
54 | I think it’s you (but it’s not) | 62 | I think it’s you (but it’s not) |
55 | </a> | 63 | </a> |
56 | 64 | ||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | ||
59 | <a href="riptide_memory_backlinks.htm" id="back-link" title="Links to this page"> | ||
60 | φ | ||
61 | </a> | ||
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
64 | </div> | ||
65 | |||
66 | <a class="nextlink" href="about-the-author.html" | 65 | <a class="nextlink" href="about-the-author.html" |
67 | title="Next article in Stark Raving"> | 66 | title="Next article in Stark Raving"> |
68 | About the author | 67 | About the author |
diff --git a/riptide_memory_backlinks.htm b/riptide_memory_backlinks.htm index bb48e5a..2d30aea 100644 --- a/riptide_memory_backlinks.htm +++ b/riptide_memory_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Riptide of memory | Autocento of the breakfast table</title> | 12 | <title>Riptide of memory | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,13 +37,10 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about-the-author.html">About the author</a></li> | ||
41 | <li><a href="axe.html">Axe</a></li> | 40 | <li><a href="axe.html">Axe</a></li> |
42 | <li><a href="building.html">Building</a></li> | 41 | <li><a href="building.html">Building</a></li> |
43 | <li><a href="collage-instrument.html">Instrumented</a></li> | 42 | <li><a href="collage-instrument.html">Instrumented</a></li> |
44 | <li><a href="father.html">Father</a></li> | 43 | <li><a href="father.html">Father</a></li> |
45 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | ||
46 | <li><a href="music-433.html">Something</a></li> | ||
47 | <li><a href="peaches.html">Peaches</a></li> | 44 | <li><a href="peaches.html">Peaches</a></li> |
48 | <li><a href="plant.html">Litany for a plant</a></li> | 45 | <li><a href="plant.html">Litany for a plant</a></li> |
49 | <li><a href="question.html">Question</a></li> | 46 | <li><a href="question.html">Question</a></li> |
@@ -58,16 +55,15 @@ | |||
58 | </section> | 55 | </section> |
59 | </article> | 56 | </article> |
60 | <nav> | 57 | <nav> |
61 | |||
62 | <!-- ANCHORS --> | ||
63 | <div class="anchors"> | 58 | <div class="anchors"> |
64 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
65 | φ | 60 | φ |
66 | </a> | 61 | </a> |
67 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 62 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
68 | <a href="#" id="lozenge" title="ERROR">∝</a> | 63 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
69 | </div> | 64 | </div> |
70 | 65 | ||
66 | |||
71 | </nav> | 67 | </nav> |
72 | 68 | ||
73 | 69 | ||
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index 7676189..a51b799 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ronald McDonald | Autocento of the breakfast table</title> | 12 | <title>Ronald McDonald | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,20 +47,19 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <a class="prevlink" href="roughgloves.html" | ||
51 | title="Previous article in Elegies for alternate selves"> | ||
52 | Rough gloves | ||
53 | </a> | ||
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 50 | <div class="anchors"> |
57 | <a href="ronaldmcdonald_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="ronaldmcdonald_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 52 | φ |
59 | </a> | 53 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 56 | </div> |
63 | 57 | ||
58 | <a class="prevlink" href="roughgloves.html" | ||
59 | title="Previous article in Elegies for alternate selves"> | ||
60 | Rough gloves | ||
61 | </a> | ||
62 | |||
64 | <a class="nextlink" href="moongone.html" | 63 | <a class="nextlink" href="moongone.html" |
65 | title="Next article in Elegies for alternate selves"> | 64 | title="Next article in Elegies for alternate selves"> |
66 | The moon is gone and in its place a mirror | 65 | The moon is gone and in its place a mirror |
diff --git a/ronaldmcdonald_backlinks.htm b/ronaldmcdonald_backlinks.htm index dec3ba7..c5a46c1 100644 --- a/ronaldmcdonald_backlinks.htm +++ b/ronaldmcdonald_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Ronald McDonald | Autocento of the breakfast table</title> | 12 | <title>Ronald McDonald | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,22 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="lovesong.html">Love Song</a></li> | 40 | <li><a href="lovesong.html">Love Song</a></li> |
41 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> | ||
42 | <li><a href="onformalpoetry.html">On formal poetry</a></li> | 41 | <li><a href="onformalpoetry.html">On formal poetry</a></li> |
43 | <li><a href="problems.html">Problems</a></li> | 42 | <li><a href="problems.html">Problems</a></li> |
44 | <li><a href="roughgloves.html">Rough gloves</a></li> | ||
45 | <li><a href="window.html">Window</a></li> | 43 | <li><a href="window.html">Window</a></li> |
46 | </ul> | 44 | </ul> |
47 | </section> | 45 | </section> |
48 | </article> | 46 | </article> |
49 | <nav> | 47 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 48 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 50 | φ |
55 | </a> | 51 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 54 | </div> |
59 | 55 | ||
56 | |||
60 | </nav> | 57 | </nav> |
61 | 58 | ||
62 | 59 | ||
diff --git a/roughgloves.html b/roughgloves.html index 108714f..ed78f0b 100644 --- a/roughgloves.html +++ b/roughgloves.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Rough gloves | Autocento of the breakfast table</title> | 12 | <title>Rough gloves | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="lovesong.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Love Song | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="roughgloves_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="roughgloves_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="lovesong.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Love Song | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="ronaldmcdonald.html" | 56 | <a class="nextlink" href="ronaldmcdonald.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | Ronald McDonald | 58 | Ronald McDonald |
diff --git a/roughgloves_backlinks.htm b/roughgloves_backlinks.htm index 141b53d..53ea944 100644 --- a/roughgloves_backlinks.htm +++ b/roughgloves_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Rough gloves | Autocento of the breakfast table</title> | 12 | <title>Rough gloves | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,7 +41,6 @@ | |||
41 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> | 41 | <li><a href="apollo11.html">On seeing the panorama of the Apollo 11 landing site</a></li> |
42 | <li><a href="call-me-aural-pleasure.html">Call me</a></li> | 42 | <li><a href="call-me-aural-pleasure.html">Call me</a></li> |
43 | <li><a href="last-passenger.html">Last passenger</a></li> | 43 | <li><a href="last-passenger.html">Last passenger</a></li> |
44 | <li><a href="lovesong.html">Love Song</a></li> | ||
45 | <li><a href="onformalpoetry.html">On formal poetry</a></li> | 44 | <li><a href="onformalpoetry.html">On formal poetry</a></li> |
46 | <li><a href="plant.html">Litany for a plant</a></li> | 45 | <li><a href="plant.html">Litany for a plant</a></li> |
47 | <li><a href="real-writer.html">A real writer</a></li> | 46 | <li><a href="real-writer.html">A real writer</a></li> |
@@ -53,16 +52,15 @@ | |||
53 | </section> | 52 | </section> |
54 | </article> | 53 | </article> |
55 | <nav> | 54 | <nav> |
56 | |||
57 | <!-- ANCHORS --> | ||
58 | <div class="anchors"> | 55 | <div class="anchors"> |
59 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
60 | φ | 57 | φ |
61 | </a> | 58 | </a> |
62 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 59 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
63 | <a href="#" id="lozenge" title="ERROR">∝</a> | 60 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
64 | </div> | 61 | </div> |
65 | 62 | ||
63 | |||
66 | </nav> | 64 | </nav> |
67 | 65 | ||
68 | 66 | ||
diff --git a/sapling.html b/sapling.html index 8fb34e6..0d538e1 100644 --- a/sapling.html +++ b/sapling.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Sapling | Autocento of the breakfast table</title> | 12 | <title>Sapling | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="sapling_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="question.html" | 53 | <a class="prevlink" href="question.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Question | 55 | Question |
@@ -51,15 +59,6 @@ | |||
51 | Reports | 59 | Reports |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="sapling_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="cereal.html" | 62 | <a class="nextlink" href="cereal.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Cereal | 64 | Cereal |
diff --git a/sapling_backlinks.htm b/sapling_backlinks.htm index 4c33fb7..6a4ca4e 100644 --- a/sapling_backlinks.htm +++ b/sapling_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Sapling | Autocento of the breakfast table</title> | 12 | <title>Sapling | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="cereal.html">Cereal</a></li> | ||
41 | <li><a href="question.html">Question</a></li> | ||
42 | <li><a href="reports.html">Reports</a></li> | ||
43 | <li><a href="shed.html">Shed</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index 6fa1a18..8228923 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Seasonal affective disorder | Autocento of the breakfast table</title> | 12 | <title>Seasonal affective disorder | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="seasonal-affective-disorder_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="seasonal-affective-disorder_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/seasonal-affective-disorder_backlinks.htm b/seasonal-affective-disorder_backlinks.htm index 87f7d81..021f4f2 100644 --- a/seasonal-affective-disorder_backlinks.htm +++ b/seasonal-affective-disorder_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Seasonal affective disorder | Autocento of the breakfast table</title> | 12 | <title>Seasonal affective disorder | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/sed004048 b/sed004048 deleted file mode 100644 index 51b1691..0000000 --- a/sed004048 +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | --- | ||
2 | title: The Moon is drowning | ||
3 | subtitle: back-links | ||
4 | genre: list | ||
5 | |||
6 | project: | ||
7 | title: About autocento | ||
8 | class: meta | ||
9 | ... | ||
10 | |||
11 | - [100 lines](100-lines.html) | ||
12 | - [Boy on the bus](boy_bus.html) | ||
13 | - [In bed](in-bed.html) | ||
14 | - ["Let's start with something simple:"](something-simple.html) | ||
15 | - [Statements](statements-frag.html) | ||
16 | - [Table of contents](table_contents.html) | ||
17 | - [Window](window.html) | ||
18 | worse-looking-over.txt | ||
diff --git a/sense-of-it.html b/sense-of-it.html index 73f875c..16dc866 100644 --- a/sense-of-it.html +++ b/sense-of-it.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Sense of it | Autocento of the breakfast table</title> | 12 | <title>Sense of it | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="sense-of-it_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="sense-of-it_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/sense-of-it_backlinks.htm b/sense-of-it_backlinks.htm index 0c1b76f..8d50384 100644 --- a/sense-of-it_backlinks.htm +++ b/sense-of-it_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Sense of it | Autocento of the breakfast table</title> | 12 | <title>Sense of it | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/serengeti.html b/serengeti.html index c0c83c9..8280389 100644 --- a/serengeti.html +++ b/serengeti.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Serengeti | Autocento of the breakfast table</title> | 12 | <title>Serengeti | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="mountain.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | The mountain | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="serengeti_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="serengeti_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="mountain.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | The mountain | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="shipwright.html" | 56 | <a class="nextlink" href="shipwright.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | The shipwright | 58 | The shipwright |
diff --git a/serengeti_backlinks.htm b/serengeti_backlinks.htm index 019cfde..7aee8c2 100644 --- a/serengeti_backlinks.htm +++ b/serengeti_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Serengeti | Autocento of the breakfast table</title> | 12 | <title>Serengeti | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,25 +40,22 @@ | |||
40 | <li><a href="early.html">Early</a></li> | 40 | <li><a href="early.html">Early</a></li> |
41 | <li><a href="listen.html">Listen</a></li> | 41 | <li><a href="listen.html">Listen</a></li> |
42 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> | 42 | <li><a href="moongone.html">The moon is gone and in its place a mirror</a></li> |
43 | <li><a href="mountain.html">The mountain</a></li> | ||
44 | <li><a href="roughgloves.html">Rough gloves</a></li> | 43 | <li><a href="roughgloves.html">Rough gloves</a></li> |
45 | <li><a href="shipwright.html">The shipwright</a></li> | ||
46 | <li><a href="snow.html">Snow</a></li> | 44 | <li><a href="snow.html">Snow</a></li> |
47 | <li><a href="the-sea_the-beach.html">The sea and the beach</a></li> | 45 | <li><a href="the-sea_the-beach.html">The sea and the beach</a></li> |
48 | </ul> | 46 | </ul> |
49 | </section> | 47 | </section> |
50 | </article> | 48 | </article> |
51 | <nav> | 49 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 50 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 52 | φ |
57 | </a> | 53 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 56 | </div> |
61 | 57 | ||
58 | |||
62 | </nav> | 59 | </nav> |
63 | 60 | ||
64 | 61 | ||
diff --git a/shed.html b/shed.html index 61e7b1f..94f6ec9 100644 --- a/shed.html +++ b/shed.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Shed | Autocento of the breakfast table</title> | 12 | <title>Shed | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="shed_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="notes.html" | 54 | <a class="prevlink" href="notes.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Notes | 56 | Notes |
@@ -52,15 +60,6 @@ | |||
52 | Sapling | 60 | Sapling |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="shed_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="hands.html" | 63 | <a class="nextlink" href="hands.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Hands | 65 | Hands |
diff --git a/shed_backlinks.htm b/shed_backlinks.htm index c587773..18ea370 100644 --- a/shed_backlinks.htm +++ b/shed_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Shed | Autocento of the breakfast table</title> | 12 | <title>Shed | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,24 +38,19 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="about.html">Autocento of the breakfast table</a></li> | 40 | <li><a href="about.html">Autocento of the breakfast table</a></li> |
41 | <li><a href="hands.html">Hands</a></li> | ||
42 | <li><a href="notes.html">Notes</a></li> | ||
43 | <li><a href="sapling.html">Sapling</a></li> | ||
44 | <li><a href="snow.html">Snow</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/shipwright.html b/shipwright.html index 723cf3f..ecdb498 100644 --- a/shipwright.html +++ b/shipwright.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The shipwright | Autocento of the breakfast table</title> | 12 | <title>The shipwright | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="serengeti.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Serengeti | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="shipwright_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="shipwright_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="serengeti.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Serengeti | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="spittle.html" | 56 | <a class="nextlink" href="spittle.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | Spittle | 58 | Spittle |
diff --git a/shipwright_backlinks.htm b/shipwright_backlinks.htm index 19b4cd5..ea8e7d0 100644 --- a/shipwright_backlinks.htm +++ b/shipwright_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The shipwright | Autocento of the breakfast table</title> | 12 | <title>The shipwright | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,22 +40,19 @@ | |||
40 | <li><a href="early.html">Early</a></li> | 40 | <li><a href="early.html">Early</a></li> |
41 | <li><a href="howithappened.html">How it happened</a></li> | 41 | <li><a href="howithappened.html">How it happened</a></li> |
42 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | 42 | <li><a href="riptide_memory.html">Riptide of memory</a></li> |
43 | <li><a href="serengeti.html">Serengeti</a></li> | ||
44 | <li><a href="spittle.html">Spittle</a></li> | ||
45 | </ul> | 43 | </ul> |
46 | </section> | 44 | </section> |
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 47 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 49 | φ |
54 | </a> | 50 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 53 | </div> |
58 | 54 | ||
55 | |||
59 | </nav> | 56 | </nav> |
60 | 57 | ||
61 | 58 | ||
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 2ed97c2..83f2a6d 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Sixteenth Chapel | Autocento of the breakfast table</title> | 12 | <title>The Sixteenth Chapel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -54,6 +54,14 @@ | |||
54 | </section> | 54 | </section> |
55 | </article> | 55 | </article> |
56 | <nav> | 56 | <nav> |
57 | <div class="anchors"> | ||
58 | <a href="sixteenth-chapel_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
63 | </div> | ||
64 | |||
57 | <a class="prevlink" href="worse-looking-over.html" | 65 | <a class="prevlink" href="worse-looking-over.html" |
58 | title="Previous article in Stark Raving"> | 66 | title="Previous article in Stark Raving"> |
59 | Worse looking over | 67 | Worse looking over |
@@ -63,15 +71,6 @@ | |||
63 | Riptide of memory | 71 | Riptide of memory |
64 | </a> | 72 | </a> |
65 | 73 | ||
66 | <!-- ANCHORS --> | ||
67 | <div class="anchors"> | ||
68 | <a href="sixteenth-chapel_backlinks.htm" id="back-link" title="Links to this page"> | ||
69 | φ | ||
70 | </a> | ||
71 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
72 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
73 | </div> | ||
74 | |||
75 | <a class="nextlink" href="last-bastion.html" | 74 | <a class="nextlink" href="last-bastion.html" |
76 | title="Next article in Stark Raving"> | 75 | title="Next article in Stark Raving"> |
77 | Last bastion | 76 | Last bastion |
diff --git a/sixteenth-chapel_backlinks.htm b/sixteenth-chapel_backlinks.htm index fe43a74..12c6aac 100644 --- a/sixteenth-chapel_backlinks.htm +++ b/sixteenth-chapel_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The Sixteenth Chapel | Autocento of the breakfast table</title> | 12 | <title>The Sixteenth Chapel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,24 +40,20 @@ | |||
40 | <li><a href="about-the-author.html">About the author</a></li> | 40 | <li><a href="about-the-author.html">About the author</a></li> |
41 | <li><a href="hardware.html">Hardware</a></li> | 41 | <li><a href="hardware.html">Hardware</a></li> |
42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> | 42 | <li><a href="i-wanted-to-tell-you-something.html">I wanted to tell you something</a></li> |
43 | <li><a href="music-433.html">Something</a></li> | ||
44 | <li><a href="riptide_memory.html">Riptide of memory</a></li> | ||
45 | <li><a href="table_contents.html">Table of contents</a></li> | 43 | <li><a href="table_contents.html">Table of contents</a></li> |
46 | <li><a href="worse-looking-over.html">Worse looking over</a></li> | ||
47 | </ul> | 44 | </ul> |
48 | </section> | 45 | </section> |
49 | </article> | 46 | </article> |
50 | <nav> | 47 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 48 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 50 | φ |
56 | </a> | 51 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 54 | </div> |
60 | 55 | ||
56 | |||
61 | </nav> | 57 | </nav> |
62 | 58 | ||
63 | 59 | ||
diff --git a/snow.html b/snow.html index 355eec3..42f3715 100644 --- a/snow.html +++ b/snow.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Snow | Autocento of the breakfast table</title> | 12 | <title>Snow | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="snow_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="man.html" | 55 | <a class="prevlink" href="man.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Man | 57 | Man |
@@ -53,15 +61,6 @@ | |||
53 | Shed | 61 | Shed |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="snow_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="reports.html" | 64 | <a class="nextlink" href="reports.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Reports | 66 | Reports |
diff --git a/snow_backlinks.htm b/snow_backlinks.htm index 0b7ae77..bee4e9d 100644 --- a/snow_backlinks.htm +++ b/snow_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Snow | Autocento of the breakfast table</title> | 12 | <title>Snow | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,24 +38,19 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="january.html">January</a></li> | 40 | <li><a href="january.html">January</a></li> |
41 | <li><a href="man.html">Man</a></li> | ||
42 | <li><a href="reports.html">Reports</a></li> | ||
43 | <li><a href="shed.html">Shed</a></li> | ||
44 | <li><a href="stagnant.html">Stagnant</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/something-simple.html b/something-simple.html index ba38dce..73e472a 100644 --- a/something-simple.html +++ b/something-simple.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Let’s start with something simple: | Autocento of the breakfast table</title> | 12 | <title>Let’s start with something simple: | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="something-simple_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="something-simple_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/something-simple_backlinks.htm b/something-simple_backlinks.htm index b5c61ad..97adb18 100644 --- a/something-simple_backlinks.htm +++ b/something-simple_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Let’s start with something simple: | Autocento of the breakfast table</title> | 12 | <title>Let’s start with something simple: | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/spittle.html b/spittle.html index 632d8bd..e16b537 100644 --- a/spittle.html +++ b/spittle.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Spittle | Autocento of the breakfast table</title> | 12 | <title>Spittle | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="shipwright.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | The shipwright | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="spittle_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="spittle_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="shipwright.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | The shipwright | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="squirrel.html" | 56 | <a class="nextlink" href="squirrel.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | The squirrel | 58 | The squirrel |
diff --git a/spittle_backlinks.htm b/spittle_backlinks.htm index 607ce7e..c57b48a 100644 --- a/spittle_backlinks.htm +++ b/spittle_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Spittle | Autocento of the breakfast table</title> | 12 | <title>Spittle | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,24 +42,21 @@ | |||
42 | <li><a href="epigraph.html">epigraph</a></li> | 42 | <li><a href="epigraph.html">epigraph</a></li> |
43 | <li><a href="nothing-is-ever-over.html">Nothing is ever over</a></li> | 43 | <li><a href="nothing-is-ever-over.html">Nothing is ever over</a></li> |
44 | <li><a href="philosophy.html">Philosophy</a></li> | 44 | <li><a href="philosophy.html">Philosophy</a></li> |
45 | <li><a href="shipwright.html">The shipwright</a></li> | ||
46 | <li><a href="squirrel.html">The squirrel</a></li> | ||
47 | <li><a href="statements-frag.html">Statements</a></li> | 45 | <li><a href="statements-frag.html">Statements</a></li> |
48 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> | 46 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> |
49 | </ul> | 47 | </ul> |
50 | </section> | 48 | </section> |
51 | </article> | 49 | </article> |
52 | <nav> | 50 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 51 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 53 | φ |
58 | </a> | 54 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 57 | </div> |
62 | 58 | ||
59 | |||
63 | </nav> | 60 | </nav> |
64 | 61 | ||
65 | 62 | ||
diff --git a/squirrel.html b/squirrel.html index 431e114..37fd839 100644 --- a/squirrel.html +++ b/squirrel.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The squirrel | Autocento of the breakfast table</title> | 12 | <title>The squirrel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="spittle.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Spittle | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="squirrel_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="squirrel_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="spittle.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Spittle | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="swansong.html" | 56 | <a class="nextlink" href="swansong.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | Swan song | 58 | Swan song |
diff --git a/squirrel_backlinks.htm b/squirrel_backlinks.htm index 57e6c6e..196943a 100644 --- a/squirrel_backlinks.htm +++ b/squirrel_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The squirrel | Autocento of the breakfast table</title> | 12 | <title>The squirrel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,23 +39,20 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="found-typewriter-poem.html">Look</a></li> | 40 | <li><a href="found-typewriter-poem.html">Look</a></li> |
41 | <li><a href="serengeti.html">Serengeti</a></li> | 41 | <li><a href="serengeti.html">Serengeti</a></li> |
42 | <li><a href="spittle.html">Spittle</a></li> | ||
43 | <li><a href="stump.html">Stump</a></li> | 42 | <li><a href="stump.html">Stump</a></li> |
44 | <li><a href="swansong.html">Swan song</a></li> | ||
45 | </ul> | 43 | </ul> |
46 | </section> | 44 | </section> |
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 47 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 49 | φ |
54 | </a> | 50 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 53 | </div> |
58 | 54 | ||
55 | |||
59 | </nav> | 56 | </nav> |
60 | 57 | ||
61 | 58 | ||
diff --git a/stagnant.html b/stagnant.html index 1d0e52b..4e396a7 100644 --- a/stagnant.html +++ b/stagnant.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stagnant | Autocento of the breakfast table</title> | 12 | <title>Stagnant | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="stagnant_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="options.html" | 53 | <a class="prevlink" href="options.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Options | 55 | Options |
@@ -51,15 +59,6 @@ | |||
51 | Snow | 59 | Snow |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="stagnant_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="building.html" | 62 | <a class="nextlink" href="building.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Building | 64 | Building |
diff --git a/stagnant_backlinks.htm b/stagnant_backlinks.htm index c8a0608..49393bf 100644 --- a/stagnant_backlinks.htm +++ b/stagnant_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stagnant | Autocento of the breakfast table</title> | 12 | <title>Stagnant | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,25 +37,20 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="building.html">Building</a></li> | ||
41 | <li><a href="options.html">Options</a></li> | ||
42 | <li><a href="sense-of-it.html">Sense of it</a></li> | 40 | <li><a href="sense-of-it.html">Sense of it</a></li> |
43 | <li><a href="snow.html">Snow</a></li> | ||
44 | <li><a href="stump.html">Stump</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/statements-frag.html b/statements-frag.html index a60a8ae..86fde59 100644 --- a/statements-frag.html +++ b/statements-frag.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Statements | Autocento of the breakfast table</title> | 12 | <title>Statements | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -59,16 +59,15 @@ | |||
59 | </section> | 59 | </section> |
60 | </article> | 60 | </article> |
61 | <nav> | 61 | <nav> |
62 | |||
63 | <!-- ANCHORS --> | ||
64 | <div class="anchors"> | 62 | <div class="anchors"> |
65 | <a href="statements-frag_backlinks.htm" id="back-link" title="Links to this page"> | 63 | <a href="statements-frag_backlinks.htm" id="back-link" title="Links to this page"> |
66 | φ | 64 | φ |
67 | </a> | 65 | </a> |
68 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 66 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
69 | <a href="#" id="lozenge" title="ERROR">∝</a> | 67 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
70 | </div> | 68 | </div> |
71 | 69 | ||
70 | |||
72 | </nav> | 71 | </nav> |
73 | 72 | ||
74 | 73 | ||
diff --git a/statements-frag_backlinks.htm b/statements-frag_backlinks.htm index c6ccb8e..18dc7d5 100644 --- a/statements-frag_backlinks.htm +++ b/statements-frag_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Statements | Autocento of the breakfast table</title> | 12 | <title>Statements | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index 83f4f42..a12b0ab 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stayed on the bus too long | Autocento of the breakfast table</title> | 12 | <title>Stayed on the bus too long | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="stayed-on-the-bus_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="stayed-on-the-bus_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/stayed-on-the-bus_backlinks.htm b/stayed-on-the-bus_backlinks.htm index 2b1daec..d67695d 100644 --- a/stayed-on-the-bus_backlinks.htm +++ b/stayed-on-the-bus_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stayed on the bus too long | Autocento of the breakfast table</title> | 12 | <title>Stayed on the bus too long | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/stump.html b/stump.html index d53aa7d..65bf1a4 100644 --- a/stump.html +++ b/stump.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stump | Autocento of the breakfast table</title> | 12 | <title>Stump | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="stump_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="joke.html" | 55 | <a class="prevlink" href="joke.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Joke | 57 | Joke |
@@ -53,15 +61,6 @@ | |||
53 | Stagnant | 61 | Stagnant |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="stump_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="early.html" | 64 | <a class="nextlink" href="early.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Early | 66 | Early |
diff --git a/stump_backlinks.htm b/stump_backlinks.htm index abd3ba1..b08ce4f 100644 --- a/stump_backlinks.htm +++ b/stump_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Stump | Autocento of the breakfast table</title> | 12 | <title>Stump | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,27 +37,22 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="early.html">Early</a></li> | ||
41 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> | 40 | <li><a href="i-think-its-you.html">I think it’s you (but it’s not)</a></li> |
42 | <li><a href="initial-conditions.html">Initial conditions</a></li> | 41 | <li><a href="initial-conditions.html">Initial conditions</a></li> |
43 | <li><a href="joke.html">Joke</a></li> | ||
44 | <li><a href="leg.html">Leg</a></li> | 42 | <li><a href="leg.html">Leg</a></li> |
45 | <li><a href="stagnant.html">Stagnant</a></li> | ||
46 | <li><a href="swear.html">Swear</a></li> | ||
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/swansong-alt.html b/swansong-alt.html index 41b3520..d600baa 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swansong | Autocento of the breakfast table</title> | 12 | <title>Swansong | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="swansong-alt_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="swansong-alt_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/swansong-alt_backlinks.htm b/swansong-alt_backlinks.htm index 72cf42f..f3a3f06 100644 --- a/swansong-alt_backlinks.htm +++ b/swansong-alt_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swansong | Autocento of the breakfast table</title> | 12 | <title>Swansong | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,16 +46,15 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 49 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 51 | φ |
54 | </a> | 52 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 55 | </div> |
58 | 56 | ||
57 | |||
59 | </nav> | 58 | </nav> |
60 | 59 | ||
61 | 60 | ||
diff --git a/swansong.html b/swansong.html index 0fcc3bf..13d581b 100644 --- a/swansong.html +++ b/swansong.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swan song | Autocento of the breakfast table</title> | 12 | <title>Swan song | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="squirrel.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | The squirrel | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="swansong_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="swansong_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="squirrel.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | The squirrel | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="telemarketer.html" | 56 | <a class="nextlink" href="telemarketer.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | Telemarketer | 58 | Telemarketer |
diff --git a/swansong_backlinks.htm b/swansong_backlinks.htm index 64f15fc..4b1c96b 100644 --- a/swansong_backlinks.htm +++ b/swansong_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swan song | Autocento of the breakfast table</title> | 12 | <title>Swan song | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,23 +39,20 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="lovesong.html">Love Song</a></li> | 40 | <li><a href="lovesong.html">Love Song</a></li> |
41 | <li><a href="music-433.html">Something</a></li> | 41 | <li><a href="music-433.html">Something</a></li> |
42 | <li><a href="squirrel.html">The squirrel</a></li> | ||
43 | <li><a href="swansong-alt.html">Swansong</a></li> | 42 | <li><a href="swansong-alt.html">Swansong</a></li> |
44 | <li><a href="telemarketer.html">Telemarketer</a></li> | ||
45 | </ul> | 43 | </ul> |
46 | </section> | 44 | </section> |
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 47 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 49 | φ |
54 | </a> | 50 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 53 | </div> |
58 | 54 | ||
55 | |||
59 | </nav> | 56 | </nav> |
60 | 57 | ||
61 | 58 | ||
diff --git a/swear.html b/swear.html index 76d1f2b..87d4ae1 100644 --- a/swear.html +++ b/swear.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swear | Autocento of the breakfast table</title> | 12 | <title>Swear | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="swear_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="reports.html" | 57 | <a class="prevlink" href="reports.html" |
50 | title="Previous article in Buildings out of air: Paul in the Woods"> | 58 | title="Previous article in Buildings out of air: Paul in the Woods"> |
51 | Reports | 59 | Reports |
@@ -55,15 +63,6 @@ | |||
55 | Stump | 63 | Stump |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="swear_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="options.html" | 66 | <a class="nextlink" href="options.html" |
68 | title="Next article in Buildings out of air: Paul in the Woods"> | 67 | title="Next article in Buildings out of air: Paul in the Woods"> |
69 | Options | 68 | Options |
diff --git a/swear_backlinks.htm b/swear_backlinks.htm index 565be70..f1e443c 100644 --- a/swear_backlinks.htm +++ b/swear_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Swear | Autocento of the breakfast table</title> | 12 | <title>Swear | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,26 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="options.html">Options</a></li> | ||
41 | <li><a href="planks.html">Planks</a></li> | 40 | <li><a href="planks.html">Planks</a></li> |
42 | <li><a href="reports.html">Reports</a></li> | ||
43 | <li><a href="stump.html">Stump</a></li> | ||
44 | <li><a href="tapestry.html">Tapestry</a></li> | ||
45 | <li><a href="writing.html">Writing</a></li> | 41 | <li><a href="writing.html">Writing</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/table_contents.html b/table_contents.html index d78c1d6..e07fefb 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Table of contents | Autocento of the breakfast table</title> | 12 | <title>Table of contents | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -124,16 +124,15 @@ | |||
124 | </section> | 124 | </section> |
125 | </article> | 125 | </article> |
126 | <nav> | 126 | <nav> |
127 | |||
128 | <!-- ANCHORS --> | ||
129 | <div class="anchors"> | 127 | <div class="anchors"> |
130 | <a href="table_contents_backlinks.htm" id="back-link" title="Links to this page"> | 128 | <a href="table_contents_backlinks.htm" id="back-link" title="Links to this page"> |
131 | φ | 129 | φ |
132 | </a> | 130 | </a> |
133 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 131 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
134 | <a href="#" id="lozenge" title="ERROR">∝</a> | 132 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
135 | </div> | 133 | </div> |
136 | 134 | ||
135 | |||
137 | <a class="nextlink" href="ouroboros_memory.html" | 136 | <a class="nextlink" href="ouroboros_memory.html" |
138 | title="Next article in Stark Raving"> | 137 | title="Next article in Stark Raving"> |
139 | Ouroboros of memory | 138 | Ouroboros of memory |
diff --git a/table_contents_backlinks.htm b/table_contents_backlinks.htm index 0dc6819..82b7a4d 100644 --- a/table_contents_backlinks.htm +++ b/table_contents_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Table of contents | Autocento of the breakfast table</title> | 12 | <title>Table of contents | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,23 +39,20 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="about.html">Autocento of the breakfast table</a></li> | 41 | <li><a href="about.html">Autocento of the breakfast table</a></li> |
42 | <li><a href="big-dipper.html">The Big Dipper</a></li> | ||
43 | <li><a href="ex-machina.html">Ex machina</a></li> | 42 | <li><a href="ex-machina.html">Ex machina</a></li> |
44 | <li><a href="ouroboros_memory.html">Ouroboros of Memory</a></li> | ||
45 | </ul> | 43 | </ul> |
46 | </section> | 44 | </section> |
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 47 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 49 | φ |
54 | </a> | 50 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 53 | </div> |
58 | 54 | ||
55 | |||
59 | </nav> | 56 | </nav> |
60 | 57 | ||
61 | 58 | ||
diff --git a/tapestry.html b/tapestry.html index a238887..a879387 100644 --- a/tapestry.html +++ b/tapestry.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Tapestry | Autocento of the breakfast table</title> | 12 | <title>Tapestry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="tapestry_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="phone.html" | 54 | <a class="prevlink" href="phone.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Phone | 56 | Phone |
@@ -52,15 +60,6 @@ | |||
52 | Swear | 60 | Swear |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="tapestry_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="window.html" | 63 | <a class="nextlink" href="window.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Window | 65 | Window |
diff --git a/tapestry_backlinks.htm b/tapestry_backlinks.htm index ddb615e..80cf2a3 100644 --- a/tapestry_backlinks.htm +++ b/tapestry_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Tapestry | Autocento of the breakfast table</title> | 12 | <title>Tapestry | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,24 +40,19 @@ | |||
40 | <li><a href="exasperated.html">Exasperated</a></li> | 40 | <li><a href="exasperated.html">Exasperated</a></li> |
41 | <li><a href="january.html">January</a></li> | 41 | <li><a href="january.html">January</a></li> |
42 | <li><a href="love-as-god.html">Love as God</a></li> | 42 | <li><a href="love-as-god.html">Love as God</a></li> |
43 | <li><a href="phone.html">Phone</a></li> | ||
44 | <li><a href="swear.html">Swear</a></li> | ||
45 | <li><a href="toilet.html">Toilet</a></li> | ||
46 | <li><a href="window.html">Window</a></li> | ||
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/telemarketer.html b/telemarketer.html index 31d8f17..f7f3c15 100644 --- a/telemarketer.html +++ b/telemarketer.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Telemarketer | Autocento of the breakfast table</title> | 12 | <title>Telemarketer | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -50,20 +50,19 @@ | |||
50 | </section> | 50 | </section> |
51 | </article> | 51 | </article> |
52 | <nav> | 52 | <nav> |
53 | <a class="prevlink" href="swansong.html" | ||
54 | title="Previous article in Elegies for alternate selves"> | ||
55 | Swan song | ||
56 | </a> | ||
57 | |||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | 53 | <div class="anchors"> |
60 | <a href="telemarketer_backlinks.htm" id="back-link" title="Links to this page"> | 54 | <a href="telemarketer_backlinks.htm" id="back-link" title="Links to this page"> |
61 | φ | 55 | φ |
62 | </a> | 56 | </a> |
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 57 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | 58 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
65 | </div> | 59 | </div> |
66 | 60 | ||
61 | <a class="prevlink" href="swansong.html" | ||
62 | title="Previous article in Elegies for alternate selves"> | ||
63 | Swan song | ||
64 | </a> | ||
65 | |||
67 | <a class="nextlink" href="weplayedthosegamestoo.html" | 66 | <a class="nextlink" href="weplayedthosegamestoo.html" |
68 | title="Next article in Elegies for alternate selves"> | 67 | title="Next article in Elegies for alternate selves"> |
69 | We played those games too | 68 | We played those games too |
diff --git a/telemarketer_backlinks.htm b/telemarketer_backlinks.htm index 687514c..5db12a0 100644 --- a/telemarketer_backlinks.htm +++ b/telemarketer_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Telemarketer | Autocento of the breakfast table</title> | 12 | <title>Telemarketer | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,24 +43,21 @@ | |||
43 | <li><a href="movingsideways.html">Moving Sideways</a></li> | 43 | <li><a href="movingsideways.html">Moving Sideways</a></li> |
44 | <li><a href="notes.html">Notes</a></li> | 44 | <li><a href="notes.html">Notes</a></li> |
45 | <li><a href="phone.html">Phone</a></li> | 45 | <li><a href="phone.html">Phone</a></li> |
46 | <li><a href="swansong.html">Swan song</a></li> | ||
47 | <li><a href="table_contents.html">Table of contents</a></li> | 46 | <li><a href="table_contents.html">Table of contents</a></li> |
48 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> | ||
49 | <li><a href="writing.html">Writing</a></li> | 47 | <li><a href="writing.html">Writing</a></li> |
50 | </ul> | 48 | </ul> |
51 | </section> | 49 | </section> |
52 | </article> | 50 | </article> |
53 | <nav> | 51 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 52 | <div class="anchors"> |
57 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 54 | φ |
59 | </a> | 55 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 56 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 57 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 58 | </div> |
63 | 59 | ||
60 | |||
64 | </nav> | 61 | </nav> |
65 | 62 | ||
66 | 63 | ||
diff --git a/the-night-we-met.html b/the-night-we-met.html index 9a9fdfc..075a55c 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The night we met, I was out of my mind | Autocento of the breakfast table</title> | 12 | <title>The night we met, I was out of my mind | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,16 +44,15 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 47 | <div class="anchors"> |
50 | <a href="the-night-we-met_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="the-night-we-met_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 49 | φ |
52 | </a> | 50 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 53 | </div> |
56 | 54 | ||
55 | |||
57 | </nav> | 56 | </nav> |
58 | 57 | ||
59 | 58 | ||
diff --git a/the-night-we-met_backlinks.htm b/the-night-we-met_backlinks.htm index 8f260f3..1066379 100644 --- a/the-night-we-met_backlinks.htm +++ b/the-night-we-met_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The night we met, I was out of my mind | Autocento of the breakfast table</title> | 12 | <title>The night we met, I was out of my mind | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index 958ebc7..b111a3e 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The sea and the beach | Autocento of the breakfast table</title> | 12 | <title>The sea and the beach | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,16 +44,15 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 47 | <div class="anchors"> |
50 | <a href="the-sea_the-beach_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="the-sea_the-beach_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 49 | φ |
52 | </a> | 50 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 53 | </div> |
56 | 54 | ||
55 | |||
57 | </nav> | 56 | </nav> |
58 | 57 | ||
59 | 58 | ||
diff --git a/the-sea_the-beach_backlinks.htm b/the-sea_the-beach_backlinks.htm index dcde1cf..96c8056 100644 --- a/the-sea_the-beach_backlinks.htm +++ b/the-sea_the-beach_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The sea and the beach | Autocento of the breakfast table</title> | 12 | <title>The sea and the beach | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -47,16 +47,15 @@ | |||
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 50 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 52 | φ |
55 | </a> | 53 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 54 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 55 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 56 | </div> |
59 | 57 | ||
58 | |||
60 | </nav> | 59 | </nav> |
61 | 60 | ||
62 | 61 | ||
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index 7db40b4..97fe471 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The ocean overflows with camels | Autocento of the breakfast table</title> | 12 | <title>The ocean overflows with camels | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="arspoetica.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Ars poetica | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="theoceanoverflowswithcamels_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="theoceanoverflowswithcamels_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="arspoetica.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Ars poetica | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="boar.html" | 56 | <a class="nextlink" href="boar.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | The boar | 58 | The boar |
diff --git a/theoceanoverflowswithcamels_backlinks.htm b/theoceanoverflowswithcamels_backlinks.htm index 64b65d4..567d739 100644 --- a/theoceanoverflowswithcamels_backlinks.htm +++ b/theoceanoverflowswithcamels_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>The ocean overflows with camels | Autocento of the breakfast table</title> | 12 | <title>The ocean overflows with camels | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,8 +38,6 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="100-lines.html">100 lines</a></li> | 40 | <li><a href="100-lines.html">100 lines</a></li> |
41 | <li><a href="arspoetica.html">Ars poetica</a></li> | ||
42 | <li><a href="boar.html">The boar</a></li> | ||
43 | <li><a href="in-bed.html">In bed</a></li> | 41 | <li><a href="in-bed.html">In bed</a></li> |
44 | <li><a href="likingthings.html">Liking Things</a></li> | 42 | <li><a href="likingthings.html">Liking Things</a></li> |
45 | <li><a href="ronaldmcdonald.html">Ronald McDonald</a></li> | 43 | <li><a href="ronaldmcdonald.html">Ronald McDonald</a></li> |
@@ -50,16 +48,15 @@ | |||
50 | </section> | 48 | </section> |
51 | </article> | 49 | </article> |
52 | <nav> | 50 | <nav> |
53 | |||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | 51 | <div class="anchors"> |
56 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
57 | φ | 53 | φ |
58 | </a> | 54 | </a> |
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
61 | </div> | 57 | </div> |
62 | 58 | ||
59 | |||
63 | </nav> | 60 | </nav> |
64 | 61 | ||
65 | 62 | ||
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index 989405b..37ff1ab 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Time looks up to the sky | Autocento of the breakfast table</title> | 12 | <title>Time looks up to the sky | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="time-looks-up-to-the-sky_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="time-looks-up-to-the-sky_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/time-looks-up-to-the-sky_backlinks.htm b/time-looks-up-to-the-sky_backlinks.htm index 0e3dc82..3c89f65 100644 --- a/time-looks-up-to-the-sky_backlinks.htm +++ b/time-looks-up-to-the-sky_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Time looks up to the sky | Autocento of the breakfast table</title> | 12 | <title>Time looks up to the sky | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/todaniel.html b/todaniel.html index ba2d60c..4a64b1b 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>To Daniel | Autocento of the breakfast table</title> | 12 | <title>To Daniel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,20 +43,19 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <a class="prevlink" href="weplayedthosegamestoo.html" | ||
47 | title="Previous article in Elegies for alternate selves"> | ||
48 | We played those games too | ||
49 | </a> | ||
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="todaniel_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="todaniel_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | <a class="prevlink" href="weplayedthosegamestoo.html" | ||
55 | title="Previous article in Elegies for alternate selves"> | ||
56 | We played those games too | ||
57 | </a> | ||
58 | |||
60 | <a class="nextlink" href="deathstrumpet.html" | 59 | <a class="nextlink" href="deathstrumpet.html" |
61 | title="Next article in Elegies for alternate selves"> | 60 | title="Next article in Elegies for alternate selves"> |
62 | Death’s trumpet | 61 | Death’s trumpet |
diff --git a/todaniel_backlinks.htm b/todaniel_backlinks.htm index d2c8804..046b981 100644 --- a/todaniel_backlinks.htm +++ b/todaniel_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>To Daniel | Autocento of the breakfast table</title> | 12 | <title>To Daniel | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,24 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="deathstrumpet.html">“Death’s trumpet”</a></li> | ||
41 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> | 40 | <li><a href="feedingtheraven.html">Feeding the raven</a></li> |
42 | <li><a href="walking-in-the-rain.html">Walking in the rain</a></li> | 41 | <li><a href="walking-in-the-rain.html">Walking in the rain</a></li> |
43 | <li><a href="weplayedthosegamestoo.html">We played those games too</a></li> | ||
44 | </ul> | 42 | </ul> |
45 | </section> | 43 | </section> |
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 46 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 48 | φ |
53 | </a> | 49 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 52 | </div> |
57 | 53 | ||
54 | |||
58 | </nav> | 55 | </nav> |
59 | 56 | ||
60 | 57 | ||
diff --git a/toilet.html b/toilet.html index 004edfa..6901537 100644 --- a/toilet.html +++ b/toilet.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Toilet | Autocento of the breakfast table</title> | 12 | <title>Toilet | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="toilet_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="hands.html" | 54 | <a class="prevlink" href="hands.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Hands | 56 | Hands |
@@ -52,15 +60,6 @@ | |||
52 | Tapestry | 60 | Tapestry |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="toilet_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="leg.html" | 63 | <a class="nextlink" href="leg.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Leg | 65 | Leg |
diff --git a/toilet_backlinks.htm b/toilet_backlinks.htm index c2f59da..9d1f1c1 100644 --- a/toilet_backlinks.htm +++ b/toilet_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Toilet | Autocento of the breakfast table</title> | 12 | <title>Toilet | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,25 +38,20 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="building.html">Building</a></li> | 40 | <li><a href="building.html">Building</a></li> |
41 | <li><a href="hands.html">Hands</a></li> | ||
42 | <li><a href="leg.html">Leg</a></li> | ||
43 | <li><a href="tapestry.html">Tapestry</a></li> | ||
44 | <li><a href="toothpaste.html">Toothpaste</a></li> | ||
45 | <li><a href="treatise.html">Treatise</a></li> | 41 | <li><a href="treatise.html">Treatise</a></li> |
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/toothpaste.html b/toothpaste.html index 46a9a50..8e83c0a 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Toothpaste | Autocento of the breakfast table</title> | 12 | <title>Toothpaste | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="toothpaste_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="early.html" | 53 | <a class="prevlink" href="early.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Early | 55 | Early |
@@ -51,15 +59,6 @@ | |||
51 | Toilet | 59 | Toilet |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="toothpaste_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="father.html" | 62 | <a class="nextlink" href="father.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Father | 64 | Father |
diff --git a/toothpaste_backlinks.htm b/toothpaste_backlinks.htm index b5c1802..c0b2b2c 100644 --- a/toothpaste_backlinks.htm +++ b/toothpaste_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Toothpaste | Autocento of the breakfast table</title> | 12 | <title>Toothpaste | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="early.html">Early</a></li> | ||
41 | <li><a href="father.html">Father</a></li> | ||
42 | <li><a href="toilet.html">Toilet</a></li> | ||
43 | <li><a href="treatise.html">Treatise</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/treatise.html b/treatise.html index ff9875b..37c5e47 100644 --- a/treatise.html +++ b/treatise.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Treatise | Autocento of the breakfast table</title> | 12 | <title>Treatise | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -46,6 +46,14 @@ | |||
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |
49 | <div class="anchors"> | ||
50 | <a href="treatise_backlinks.htm" id="back-link" title="Links to this page"> | ||
51 | φ | ||
52 | </a> | ||
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
54 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
55 | </div> | ||
56 | |||
49 | <a class="prevlink" href="hardware.html" | 57 | <a class="prevlink" href="hardware.html" |
50 | title="Previous article in Buildings out of air: Paul in the Woods"> | 58 | title="Previous article in Buildings out of air: Paul in the Woods"> |
51 | Hardware | 59 | Hardware |
@@ -55,15 +63,6 @@ | |||
55 | Toothpaste | 63 | Toothpaste |
56 | </a> | 64 | </a> |
57 | 65 | ||
58 | <!-- ANCHORS --> | ||
59 | <div class="anchors"> | ||
60 | <a href="treatise_backlinks.htm" id="back-link" title="Links to this page"> | ||
61 | φ | ||
62 | </a> | ||
63 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
64 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
65 | </div> | ||
66 | |||
67 | <a class="nextlink" href="phone.html" | 66 | <a class="nextlink" href="phone.html" |
68 | title="Next article in Buildings out of air: Paul in the Woods"> | 67 | title="Next article in Buildings out of air: Paul in the Woods"> |
69 | Phone | 68 | Phone |
diff --git a/treatise_backlinks.htm b/treatise_backlinks.htm index 4b97e04..4d003b3 100644 --- a/treatise_backlinks.htm +++ b/treatise_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Treatise | Autocento of the breakfast table</title> | 12 | <title>Treatise | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,26 +37,21 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="hardware.html">Hardware</a></li> | ||
41 | <li><a href="phone.html">Phone</a></li> | ||
42 | <li><a href="poetry-time.html">Something</a></li> | 40 | <li><a href="poetry-time.html">Something</a></li> |
43 | <li><a href="toilet.html">Toilet</a></li> | 41 | <li><a href="toilet.html">Toilet</a></li> |
44 | <li><a href="toothpaste.html">Toothpaste</a></li> | ||
45 | <li><a href="underwear.html">Underwear</a></li> | ||
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/trunk/backlink.sh b/trunk/backlink.sh index 7d143a8..15bb11e 100644 --- a/trunk/backlink.sh +++ b/trunk/backlink.sh | |||
@@ -4,13 +4,21 @@ | |||
4 | searchQuery="$1"; # .html file to backlink | 4 | searchQuery="$1"; # .html file to backlink |
5 | outFile="$2"; # .back file to create | 5 | outFile="$2"; # .back file to create |
6 | headerFile="$3"; # header information file | 6 | headerFile="$3"; # header information file |
7 | shift 3; | 7 | islandHead="$4"; |
8 | shift 4; | ||
8 | glob="$@"; # where to search for backlinks | 9 | glob="$@"; # where to search for backlinks |
9 | 10 | ||
11 | islandLink="island" | ||
12 | [[ ! -f ${islandLink}.txt ]] && cat "$islandHead" > ${islandLink}.txt; | ||
13 | |||
10 | # Find backlinkers | 14 | # Find backlinkers |
11 | echo -n "Back-linking \"$searchQuery\"" | 15 | echo -n "Back-linking \"$searchQuery\"" |
12 | cat "$headerFile" > "$outFile"; | 16 | cat "$headerFile" > "$outFile"; |
13 | grep -ql "$searchQuery" $glob >> "$outFile"; | 17 | if ! grep -ql "$searchQuery" $glob >> "$outFile"; then |
18 | echo "[_island_](${islandLink}.htm)." >> "$outFile"; | ||
19 | title=`grep '^title:' "${searchQuery%.html}.txt" | cut -d' ' -f2-`; | ||
20 | echo "- [$title]($searchQuery)" >> "${islandLink}.txt" | ||
21 | fi | ||
14 | 22 | ||
15 | # Change title of $outFile | 23 | # Change title of $outFile |
16 | inText="`basename $searchQuery .html`.txt"; | 24 | inText="`basename $searchQuery .html`.txt"; |
@@ -18,8 +26,11 @@ title=`grep '^title:' "$inText" | cut -d' ' -f2-`; | |||
18 | sed -i "s/_TITLE_/$title/" "$outFile"; | 26 | sed -i "s/_TITLE_/$title/" "$outFile"; |
19 | echo -n "." | 27 | echo -n "." |
20 | 28 | ||
29 | # Change *.txt to *.html | ||
30 | sed -i 's/^\(.*\)\.txt/\1.html/g' "$outFile"; | ||
31 | |||
21 | # Link to backlinks | 32 | # Link to backlinks |
22 | for file in `grep '.html' "$outFile"`; do | 33 | for file in `grep '.html$' "$outFile"`; do |
23 | fText="`basename $file .html`.txt"; | 34 | fText="`basename $file .html`.txt"; |
24 | title=`grep '^title:' $fText | cut -d' ' -f2-`; | 35 | title=`grep '^title:' $fText | cut -d' ' -f2-`; |
25 | sed -i "s/^$file$/- [$title](&)/" "$outFile"; | 36 | sed -i "s/^$file$/- [$title](&)/" "$outFile"; |
diff --git a/trunk/common-titles.sh b/trunk/common-titles.sh index 9bc0de8..df6158d 100644 --- a/trunk/common-titles.sh +++ b/trunk/common-titles.sh | |||
@@ -5,17 +5,18 @@ header="$2"; | |||
5 | shift 2; | 5 | shift 2; |
6 | glob="$@"; | 6 | glob="$@"; |
7 | 7 | ||
8 | echo -n "Compiling ${outFile}..."; | 8 | echo -n "Compiling ${outFile}"; |
9 | cat "$header" > $outFile; | 9 | cat "$header" > $outFile; |
10 | 10 | ||
11 | for file in $glob; do | 11 | for file in $glob; do |
12 | # Copy title to $outFile & link | 12 | # Copy title to $outFile & link |
13 | title="$(grep '^title:' "$file" | cut -d' ' -f2- | sed 's/"//g')"; | 13 | title="$(grep '^title:' "$file" | cut -d' ' -f2- | sed 's/"//g')"; |
14 | if (( $RANDOM % 13 == 0 )); then | 14 | if (( $RANDOM % 13 == 0 )); then |
15 | echo -n "| "; | 15 | echo -n "| " >> "$outFile"; |
16 | else | 16 | else |
17 | echo -n " "; | 17 | echo -n " " >> "$outFile"; |
18 | fi | 18 | fi |
19 | echo "[$title](${file%.*}.html)" >> "$outFile"; | 19 | echo "[$title](${file%.*}.html)" >> "$outFile"; |
20 | echo -n "."; | ||
20 | done | 21 | done |
21 | echo "Done."; | 22 | echo "Done."; |
diff --git a/trunk/first-lines.sh b/trunk/first-lines.sh index 37b7291..fb06026 100644 --- a/trunk/first-lines.sh +++ b/trunk/first-lines.sh | |||
@@ -17,11 +17,12 @@ firstLineOf() { # $1 = file | |||
17 | echo "$try" | 17 | echo "$try" |
18 | } | 18 | } |
19 | 19 | ||
20 | echo -n "Compiling ${outFile}..." | 20 | echo -n "Compiling ${outFile}" |
21 | cat "$header" > $outFile | 21 | cat "$header" > $outFile |
22 | 22 | ||
23 | for file in $glob; do | 23 | for file in $glob; do |
24 | # Copy first line to $outFile & link | 24 | # Copy first line to $outFile & link |
25 | echo "[$(firstLineOf "$file")](${file%.*}.html)" >> $outFile | 25 | echo "[$(firstLineOf "$file")](${file%.*}.html)" >> $outFile; |
26 | echo -n "."; | ||
26 | done | 27 | done |
27 | echo "Done." | 28 | echo "Done." |
diff --git a/trunk/island.head b/trunk/island.head new file mode 100644 index 0000000..1a9b454 --- /dev/null +++ b/trunk/island.head | |||
@@ -0,0 +1,9 @@ | |||
1 | --- | ||
2 | title: Islands | ||
3 | genre: list | ||
4 | |||
5 | project: | ||
6 | title: About autocento | ||
7 | class: meta | ||
8 | ... | ||
9 | |||
diff --git a/underwear.html b/underwear.html index c5af06d..e8377a2 100644 --- a/underwear.html +++ b/underwear.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Underwear | Autocento of the breakfast table</title> | 12 | <title>Underwear | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="underwear_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="hymnal.html" | 54 | <a class="prevlink" href="hymnal.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Hymnal | 56 | Hymnal |
@@ -52,15 +60,6 @@ | |||
52 | Treatise | 60 | Treatise |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="underwear_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="dream.html" | 63 | <a class="nextlink" href="dream.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Dream | 65 | Dream |
diff --git a/underwear_backlinks.htm b/underwear_backlinks.htm index b96becf..fd3a5dc 100644 --- a/underwear_backlinks.htm +++ b/underwear_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Underwear | Autocento of the breakfast table</title> | 12 | <title>Underwear | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,24 +39,19 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="cereal.html">Cereal</a></li> | 40 | <li><a href="cereal.html">Cereal</a></li> |
41 | <li><a href="dollywood.html">Something</a></li> | 41 | <li><a href="dollywood.html">Something</a></li> |
42 | <li><a href="dream.html">Dream</a></li> | ||
43 | <li><a href="hymnal.html">Hymnal</a></li> | ||
44 | <li><a href="treatise.html">Treatise</a></li> | ||
45 | <li><a href="wallpaper.html">Wallpaper</a></li> | ||
46 | </ul> | 42 | </ul> |
47 | </section> | 43 | </section> |
48 | </article> | 44 | </article> |
49 | <nav> | 45 | <nav> |
50 | |||
51 | <!-- ANCHORS --> | ||
52 | <div class="anchors"> | 46 | <div class="anchors"> |
53 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
54 | φ | 48 | φ |
55 | </a> | 49 | </a> |
56 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
57 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
58 | </div> | 52 | </div> |
59 | 53 | ||
54 | |||
60 | </nav> | 55 | </nav> |
61 | 56 | ||
62 | 57 | ||
diff --git a/walking-in-the-rain.html b/walking-in-the-rain.html index 4d96f09..8ea09f9 100644 --- a/walking-in-the-rain.html +++ b/walking-in-the-rain.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Walking in the rain | Autocento of the breakfast table</title> | 12 | <title>Walking in the rain | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,16 +40,15 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="walking-in-the-rain_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="walking-in-the-rain_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/walking-in-the-rain_backlinks.htm b/walking-in-the-rain_backlinks.htm index 0db04f3..a4c5bca 100644 --- a/walking-in-the-rain_backlinks.htm +++ b/walking-in-the-rain_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Walking in the rain | Autocento of the breakfast table</title> | 12 | <title>Walking in the rain | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/wallpaper.html b/wallpaper.html index 758cce8..a866e23 100644 --- a/wallpaper.html +++ b/wallpaper.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Wallpaper | Autocento of the breakfast table</title> | 12 | <title>Wallpaper | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="wallpaper_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="x-ray.html" | 53 | <a class="prevlink" href="x-ray.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | X-ray | 55 | X-ray |
@@ -51,15 +59,6 @@ | |||
51 | Underwear | 59 | Underwear |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="wallpaper_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="punch.html" | 62 | <a class="nextlink" href="punch.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Punch | 64 | Punch |
diff --git a/wallpaper_backlinks.htm b/wallpaper_backlinks.htm index 4af76a5..84d51d9 100644 --- a/wallpaper_backlinks.htm +++ b/wallpaper_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Wallpaper | Autocento of the breakfast table</title> | 12 | <title>Wallpaper | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,25 +37,20 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="punch.html">Punch</a></li> | ||
41 | <li><a href="statements-frag.html">Statements</a></li> | 40 | <li><a href="statements-frag.html">Statements</a></li> |
42 | <li><a href="underwear.html">Underwear</a></li> | ||
43 | <li><a href="window.html">Window</a></li> | ||
44 | <li><a href="x-ray.html">X-ray</a></li> | ||
45 | </ul> | 41 | </ul> |
46 | </section> | 42 | </section> |
47 | </article> | 43 | </article> |
48 | <nav> | 44 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | |||
59 | </nav> | 54 | </nav> |
60 | 55 | ||
61 | 56 | ||
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index ab041be..e239831 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>We played those games too | Autocento of the breakfast table</title> | 12 | <title>We played those games too | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,20 +40,19 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <a class="prevlink" href="telemarketer.html" | ||
44 | title="Previous article in Elegies for alternate selves"> | ||
45 | Telemarketer | ||
46 | </a> | ||
47 | |||
48 | <!-- ANCHORS --> | ||
49 | <div class="anchors"> | 43 | <div class="anchors"> |
50 | <a href="weplayedthosegamestoo_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="weplayedthosegamestoo_backlinks.htm" id="back-link" title="Links to this page"> |
51 | φ | 45 | φ |
52 | </a> | 46 | </a> |
53 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
54 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
55 | </div> | 49 | </div> |
56 | 50 | ||
51 | <a class="prevlink" href="telemarketer.html" | ||
52 | title="Previous article in Elegies for alternate selves"> | ||
53 | Telemarketer | ||
54 | </a> | ||
55 | |||
57 | <a class="nextlink" href="todaniel.html" | 56 | <a class="nextlink" href="todaniel.html" |
58 | title="Next article in Elegies for alternate selves"> | 57 | title="Next article in Elegies for alternate selves"> |
59 | To Daniel: an elaboration | 58 | To Daniel: an elaboration |
diff --git a/weplayedthosegamestoo_backlinks.htm b/weplayedthosegamestoo_backlinks.htm index c6ec34d..5b052dc 100644 --- a/weplayedthosegamestoo_backlinks.htm +++ b/weplayedthosegamestoo_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>We played those games too | Autocento of the breakfast table</title> | 12 | <title>We played those games too | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,22 +42,19 @@ | |||
42 | <li><a href="options.html">Options</a></li> | 42 | <li><a href="options.html">Options</a></li> |
43 | <li><a href="roughgloves.html">Rough gloves</a></li> | 43 | <li><a href="roughgloves.html">Rough gloves</a></li> |
44 | <li><a href="snow.html">Snow</a></li> | 44 | <li><a href="snow.html">Snow</a></li> |
45 | <li><a href="telemarketer.html">Telemarketer</a></li> | ||
46 | <li><a href="todaniel.html">To Daniel</a></li> | ||
47 | </ul> | 45 | </ul> |
48 | </section> | 46 | </section> |
49 | </article> | 47 | </article> |
50 | <nav> | 48 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 49 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 50 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 51 | φ |
56 | </a> | 52 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 53 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 54 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 55 | </div> |
60 | 56 | ||
57 | |||
61 | </nav> | 58 | </nav> |
62 | 59 | ||
63 | 60 | ||
diff --git a/what-we-are-made-of.html b/what-we-are-made-of.html index 4e6a74d..462d188 100644 --- a/what-we-are-made-of.html +++ b/what-we-are-made-of.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>What we are made of | Autocento of the breakfast table</title> | 12 | <title>What we are made of | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -51,16 +51,15 @@ | |||
51 | </section> | 51 | </section> |
52 | </article> | 52 | </article> |
53 | <nav> | 53 | <nav> |
54 | |||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | 54 | <div class="anchors"> |
57 | <a href="what-we-are-made-of_backlinks.htm" id="back-link" title="Links to this page"> | 55 | <a href="what-we-are-made-of_backlinks.htm" id="back-link" title="Links to this page"> |
58 | φ | 56 | φ |
59 | </a> | 57 | </a> |
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 58 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | 59 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
62 | </div> | 60 | </div> |
63 | 61 | ||
62 | |||
64 | </nav> | 63 | </nav> |
65 | 64 | ||
66 | 65 | ||
diff --git a/what-we-are-made-of_backlinks.htm b/what-we-are-made-of_backlinks.htm index b242122..9f97d37 100644 --- a/what-we-are-made-of_backlinks.htm +++ b/what-we-are-made-of_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>What we are made of | Autocento of the breakfast table</title> | 12 | <title>What we are made of | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index b937333..809c21f 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> | 12 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,16 +43,15 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 46 | <div class="anchors"> |
49 | <a href="when-im-sorry-i_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="when-im-sorry-i_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 48 | φ |
51 | </a> | 49 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 52 | </div> |
55 | 53 | ||
54 | |||
56 | </nav> | 55 | </nav> |
57 | 56 | ||
58 | 57 | ||
diff --git a/when-im-sorry-i_backlinks.htm b/when-im-sorry-i_backlinks.htm index 229089a..d2f427f 100644 --- a/when-im-sorry-i_backlinks.htm +++ b/when-im-sorry-i_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> | 12 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -45,16 +45,15 @@ | |||
45 | </section> | 45 | </section> |
46 | </article> | 46 | </article> |
47 | <nav> | 47 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 48 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 50 | φ |
53 | </a> | 51 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 54 | </div> |
57 | 55 | ||
56 | |||
58 | </nav> | 57 | </nav> |
59 | 58 | ||
60 | 59 | ||
diff --git a/window.html b/window.html index 4bcc8fb..b751224 100644 --- a/window.html +++ b/window.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Window | Autocento of the breakfast table</title> | 12 | <title>Window | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -43,6 +43,14 @@ | |||
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |
46 | <div class="anchors"> | ||
47 | <a href="window_backlinks.htm" id="back-link" title="Links to this page"> | ||
48 | φ | ||
49 | </a> | ||
50 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
51 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
52 | </div> | ||
53 | |||
46 | <a class="prevlink" href="tapestry.html" | 54 | <a class="prevlink" href="tapestry.html" |
47 | title="Previous article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
48 | Tapestry | 56 | Tapestry |
@@ -52,15 +60,6 @@ | |||
52 | Wallpaper | 60 | Wallpaper |
53 | </a> | 61 | </a> |
54 | 62 | ||
55 | <!-- ANCHORS --> | ||
56 | <div class="anchors"> | ||
57 | <a href="window_backlinks.htm" id="back-link" title="Links to this page"> | ||
58 | φ | ||
59 | </a> | ||
60 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
61 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
62 | </div> | ||
63 | |||
64 | <a class="nextlink" href="question.html" | 63 | <a class="nextlink" href="question.html" |
65 | title="Next article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
66 | Question | 65 | Question |
diff --git a/window_backlinks.htm b/window_backlinks.htm index a6ad69f..86c51f4 100644 --- a/window_backlinks.htm +++ b/window_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Window | Autocento of the breakfast table</title> | 12 | <title>Window | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -41,24 +41,19 @@ | |||
41 | <li><a href="joke.html">Joke</a></li> | 41 | <li><a href="joke.html">Joke</a></li> |
42 | <li><a href="lovesong.html">Love Song</a></li> | 42 | <li><a href="lovesong.html">Love Song</a></li> |
43 | <li><a href="plant.html">Litany for a plant</a></li> | 43 | <li><a href="plant.html">Litany for a plant</a></li> |
44 | <li><a href="question.html">Question</a></li> | ||
45 | <li><a href="tapestry.html">Tapestry</a></li> | ||
46 | <li><a href="wallpaper.html">Wallpaper</a></li> | ||
47 | <li><a href="writing.html">Writing</a></li> | ||
48 | </ul> | 44 | </ul> |
49 | </section> | 45 | </section> |
50 | </article> | 46 | </article> |
51 | <nav> | 47 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 48 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 50 | φ |
57 | </a> | 51 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 52 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 53 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 54 | </div> |
61 | 55 | ||
56 | |||
62 | </nav> | 57 | </nav> |
63 | 58 | ||
64 | 59 | ||
diff --git a/words-irritable-reaching.html b/words-irritable-reaching.html index 63c034d..8c7a4a4 100644 --- a/words-irritable-reaching.html +++ b/words-irritable-reaching.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Words and their irritable reaching | Autocento of the breakfast table</title> | 12 | <title>Words and their irritable reaching | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -48,16 +48,15 @@ | |||
48 | </section> | 48 | </section> |
49 | </article> | 49 | </article> |
50 | <nav> | 50 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 51 | <div class="anchors"> |
54 | <a href="words-irritable-reaching_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="words-irritable-reaching_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 53 | φ |
56 | </a> | 54 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 57 | </div> |
60 | 58 | ||
59 | |||
61 | </nav> | 60 | </nav> |
62 | 61 | ||
63 | 62 | ||
diff --git a/words-irritable-reaching_backlinks.htm b/words-irritable-reaching_backlinks.htm index 662ecf9..1881ecd 100644 --- a/words-irritable-reaching_backlinks.htm +++ b/words-irritable-reaching_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Words and their irritable reaching | Autocento of the breakfast table</title> | 12 | <title>Words and their irritable reaching | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,20 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | 39 | <p><a href="island.htm"><em>island</em></a>.</p> | |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | |||
44 | <!-- ANCHORS --> | ||
45 | <div class="anchors"> | 43 | <div class="anchors"> |
46 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
47 | φ | 45 | φ |
48 | </a> | 46 | </a> |
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
50 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
51 | </div> | 49 | </div> |
52 | 50 | ||
51 | |||
53 | </nav> | 52 | </nav> |
54 | 53 | ||
55 | 54 | ||
diff --git a/words-meaning.html b/words-meaning.html index 25e3faa..d3ee56a 100644 --- a/words-meaning.html +++ b/words-meaning.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Words and meaning | Autocento of the breakfast table</title> | 12 | <title>Words and meaning | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,20 +42,19 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <a class="prevlink" href="and.html" | ||
46 | title="Previous article in Elegies for alternate selves"> | ||
47 | And | ||
48 | </a> | ||
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 45 | <div class="anchors"> |
52 | <a href="words-meaning_backlinks.htm" id="back-link" title="Links to this page"> | 46 | <a href="words-meaning_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 47 | φ |
54 | </a> | 48 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 49 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 50 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 51 | </div> |
58 | 52 | ||
53 | <a class="prevlink" href="and.html" | ||
54 | title="Previous article in Elegies for alternate selves"> | ||
55 | And | ||
56 | </a> | ||
57 | |||
59 | <a class="nextlink" href="apollo11.html" | 58 | <a class="nextlink" href="apollo11.html" |
60 | title="Next article in Elegies for alternate selves"> | 59 | title="Next article in Elegies for alternate selves"> |
61 | On seeing the panorama of the Apollo 11 landing site | 60 | On seeing the panorama of the Apollo 11 landing site |
diff --git a/words-meaning_backlinks.htm b/words-meaning_backlinks.htm index 728ac06..92ca807 100644 --- a/words-meaning_backlinks.htm +++ b/words-meaning_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Words and meaning | Autocento of the breakfast table</title> | 12 | <title>Words and meaning | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="and.html">And</a></li> | ||
41 | <li><a href="arspoetica.html">Ars poetica</a></li> | 40 | <li><a href="arspoetica.html">Ars poetica</a></li> |
42 | <li><a href="deadman.html">Dead man</a></li> | 41 | <li><a href="deadman.html">Dead man</a></li> |
43 | <li><a href="howtoread.html">How to read this</a></li> | 42 | <li><a href="howtoread.html">How to read this</a></li> |
@@ -49,16 +48,15 @@ | |||
49 | </section> | 48 | </section> |
50 | </article> | 49 | </article> |
51 | <nav> | 50 | <nav> |
52 | |||
53 | <!-- ANCHORS --> | ||
54 | <div class="anchors"> | 51 | <div class="anchors"> |
55 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
56 | φ | 53 | φ |
57 | </a> | 54 | </a> |
58 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 55 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
59 | <a href="#" id="lozenge" title="ERROR">∝</a> | 56 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
60 | </div> | 57 | </div> |
61 | 58 | ||
59 | |||
62 | </nav> | 60 | </nav> |
63 | 61 | ||
64 | 62 | ||
diff --git a/worse-looking-over.html b/worse-looking-over.html index c8fa15d..efb7db7 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Worse looking over | Autocento of the breakfast table</title> | 12 | <title>Worse looking over | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -40,6 +40,14 @@ | |||
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |
43 | <div class="anchors"> | ||
44 | <a href="worse-looking-over_backlinks.htm" id="back-link" title="Links to this page"> | ||
45 | φ | ||
46 | </a> | ||
47 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
48 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
49 | </div> | ||
50 | |||
43 | <a class="prevlink" href="love-as-god.html" | 51 | <a class="prevlink" href="love-as-god.html" |
44 | title="Previous article in Stark Raving"> | 52 | title="Previous article in Stark Raving"> |
45 | Love as God | 53 | Love as God |
@@ -49,15 +57,6 @@ | |||
49 | The moon is drowning | 57 | The moon is drowning |
50 | </a> | 58 | </a> |
51 | 59 | ||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | ||
54 | <a href="worse-looking-over_backlinks.htm" id="back-link" title="Links to this page"> | ||
55 | φ | ||
56 | </a> | ||
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
59 | </div> | ||
60 | |||
61 | <a class="nextlink" href="sixteenth-chapel.html" | 60 | <a class="nextlink" href="sixteenth-chapel.html" |
62 | title="Next article in Stark Raving"> | 61 | title="Next article in Stark Raving"> |
63 | The Sixteenth Chapel | 62 | The Sixteenth Chapel |
diff --git a/worse-looking-over_backlinks.htm b/worse-looking-over_backlinks.htm index 07d8859..2f1d4de 100644 --- a/worse-looking-over_backlinks.htm +++ b/worse-looking-over_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Worse looking over | Autocento of the breakfast table</title> | 12 | <title>Worse looking over | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -38,26 +38,21 @@ | |||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <ul> |
40 | <li><a href="and.html">And</a></li> | 40 | <li><a href="and.html">And</a></li> |
41 | <li><a href="love-as-god.html">Love as God</a></li> | ||
42 | <li><a href="moon-drowning.html">The Moon is drowning</a></li> | ||
43 | <li><a href="poetry-time.html">Something</a></li> | ||
44 | <li><a href="sixteenth-chapel.html">The Sixteenth Chapel</a></li> | ||
45 | <li><a href="table_contents.html">Table of contents</a></li> | 41 | <li><a href="table_contents.html">Table of contents</a></li> |
46 | <li><a href="x-ray.html">X-ray</a></li> | 42 | <li><a href="x-ray.html">X-ray</a></li> |
47 | </ul> | 43 | </ul> |
48 | </section> | 44 | </section> |
49 | </article> | 45 | </article> |
50 | <nav> | 46 | <nav> |
51 | |||
52 | <!-- ANCHORS --> | ||
53 | <div class="anchors"> | 47 | <div class="anchors"> |
54 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 48 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
55 | φ | 49 | φ |
56 | </a> | 50 | </a> |
57 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 51 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
58 | <a href="#" id="lozenge" title="ERROR">∝</a> | 52 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
59 | </div> | 53 | </div> |
60 | 54 | ||
55 | |||
61 | </nav> | 56 | </nav> |
62 | 57 | ||
63 | 58 | ||
diff --git a/writing.html b/writing.html index 80a3c9a..b66995f 100644 --- a/writing.html +++ b/writing.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Writing | Autocento of the breakfast table</title> | 12 | <title>Writing | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="writing_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="leaf.html" | 53 | <a class="prevlink" href="leaf.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Leaf | 55 | Leaf |
@@ -51,15 +59,6 @@ | |||
51 | Window | 59 | Window |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="writing_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="notes.html" | 62 | <a class="nextlink" href="notes.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Notes | 64 | Notes |
diff --git a/writing_backlinks.htm b/writing_backlinks.htm index fc9e36f..1d4b6d5 100644 --- a/writing_backlinks.htm +++ b/writing_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Writing | Autocento of the breakfast table</title> | 12 | <title>Writing | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,25 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="leaf.html">Leaf</a></li> | ||
41 | <li><a href="notes.html">Notes</a></li> | ||
42 | <li><a href="window.html">Window</a></li> | ||
43 | <li><a href="x-ray.html">X-ray</a></li> | ||
44 | </ul> | ||
45 | </section> | 40 | </section> |
46 | </article> | 41 | </article> |
47 | <nav> | 42 | <nav> |
48 | |||
49 | <!-- ANCHORS --> | ||
50 | <div class="anchors"> | 43 | <div class="anchors"> |
51 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
52 | φ | 45 | φ |
53 | </a> | 46 | </a> |
54 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
55 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
56 | </div> | 49 | </div> |
57 | 50 | ||
51 | |||
58 | </nav> | 52 | </nav> |
59 | 53 | ||
60 | 54 | ||
diff --git a/x-ray.html b/x-ray.html index 0a6abcf..1fc4bcd 100644 --- a/x-ray.html +++ b/x-ray.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>X-ray | Autocento of the breakfast table</title> | 12 | <title>X-ray | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -44,6 +44,14 @@ | |||
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |
46 | <nav> | 46 | <nav> |
47 | <div class="anchors"> | ||
48 | <a href="x-ray_backlinks.htm" id="back-link" title="Links to this page"> | ||
49 | φ | ||
50 | </a> | ||
51 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
52 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
53 | </div> | ||
54 | |||
47 | <a class="prevlink" href="yellow.html" | 55 | <a class="prevlink" href="yellow.html" |
48 | title="Previous article in Buildings out of air: Paul in the Woods"> | 56 | title="Previous article in Buildings out of air: Paul in the Woods"> |
49 | Yellow | 57 | Yellow |
@@ -53,15 +61,6 @@ | |||
53 | Writing | 61 | Writing |
54 | </a> | 62 | </a> |
55 | 63 | ||
56 | <!-- ANCHORS --> | ||
57 | <div class="anchors"> | ||
58 | <a href="x-ray_backlinks.htm" id="back-link" title="Links to this page"> | ||
59 | φ | ||
60 | </a> | ||
61 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
62 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
63 | </div> | ||
64 | |||
65 | <a class="nextlink" href="wallpaper.html" | 64 | <a class="nextlink" href="wallpaper.html" |
66 | title="Next article in Buildings out of air: Paul in the Woods"> | 65 | title="Next article in Buildings out of air: Paul in the Woods"> |
67 | Wallpaper | 66 | Wallpaper |
diff --git a/x-ray_backlinks.htm b/x-ray_backlinks.htm index 0569746..ab50564 100644 --- a/x-ray_backlinks.htm +++ b/x-ray_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>X-ray | Autocento of the breakfast table</title> | 12 | <title>X-ray | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -39,23 +39,19 @@ | |||
39 | <ul> | 39 | <ul> |
40 | <li><a href="call-me-aural-pleasure.html">Call me</a></li> | 40 | <li><a href="call-me-aural-pleasure.html">Call me</a></li> |
41 | <li><a href="fire.html">Fire</a></li> | 41 | <li><a href="fire.html">Fire</a></li> |
42 | <li><a href="wallpaper.html">Wallpaper</a></li> | ||
43 | <li><a href="writing.html">Writing</a></li> | ||
44 | <li><a href="yellow.html">Yellow</a></li> | ||
45 | </ul> | 42 | </ul> |
46 | </section> | 43 | </section> |
47 | </article> | 44 | </article> |
48 | <nav> | 45 | <nav> |
49 | |||
50 | <!-- ANCHORS --> | ||
51 | <div class="anchors"> | 46 | <div class="anchors"> |
52 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 47 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
53 | φ | 48 | φ |
54 | </a> | 49 | </a> |
55 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 50 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
56 | <a href="#" id="lozenge" title="ERROR">∝</a> | 51 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
57 | </div> | 52 | </div> |
58 | 53 | ||
54 | |||
59 | </nav> | 55 | </nav> |
60 | 56 | ||
61 | 57 | ||
diff --git a/yellow.html b/yellow.html index 9457547..1d7715e 100644 --- a/yellow.html +++ b/yellow.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Yellow | Autocento of the breakfast table</title> | 12 | <title>Yellow | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -42,6 +42,14 @@ | |||
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |
45 | <div class="anchors"> | ||
46 | <a href="yellow_backlinks.htm" id="back-link" title="Links to this page"> | ||
47 | φ | ||
48 | </a> | ||
49 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
50 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
51 | </div> | ||
52 | |||
45 | <a class="prevlink" href="building.html" | 53 | <a class="prevlink" href="building.html" |
46 | title="Previous article in Buildings out of air: Paul in the Woods"> | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
47 | Building | 55 | Building |
@@ -51,15 +59,6 @@ | |||
51 | X-ray | 59 | X-ray |
52 | </a> | 60 | </a> |
53 | 61 | ||
54 | <!-- ANCHORS --> | ||
55 | <div class="anchors"> | ||
56 | <a href="yellow_backlinks.htm" id="back-link" title="Links to this page"> | ||
57 | φ | ||
58 | </a> | ||
59 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
60 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
61 | </div> | ||
62 | |||
63 | <a class="nextlink" href="x-ray.html" | 62 | <a class="nextlink" href="x-ray.html" |
64 | title="Next article in Buildings out of air: Paul in the Woods"> | 63 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | X-ray | 64 | X-ray |
diff --git a/yellow_backlinks.htm b/yellow_backlinks.htm index c6868fa..6b978b4 100644 --- a/yellow_backlinks.htm +++ b/yellow_backlinks.htm | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>Yellow | Autocento of the breakfast table</title> | 12 | <title>Yellow | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -36,23 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <ul> | 39 | <p><a href="island.htm"><em>island</em></a>.</p> |
40 | <li><a href="building.html">Building</a></li> | ||
41 | <li><a href="x-ray.html">X-ray</a></li> | ||
42 | </ul> | ||
43 | </section> | 40 | </section> |
44 | </article> | 41 | </article> |
45 | <nav> | 42 | <nav> |
46 | |||
47 | <!-- ANCHORS --> | ||
48 | <div class="anchors"> | 43 | <div class="anchors"> |
49 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> | 44 | <a href="_backlinks.htm" id="back-link" title="Links to this page"> |
50 | φ | 45 | φ |
51 | </a> | 46 | </a> |
52 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 47 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
53 | <a href="#" id="lozenge" title="ERROR">∝</a> | 48 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
54 | </div> | 49 | </div> |
55 | 50 | ||
51 | |||
56 | </nav> | 52 | </nav> |
57 | 53 | ||
58 | 54 | ||