-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
811 lines (770 loc) · 49.7 KB
/
Copy pathsearch.html
File metadata and controls
811 lines (770 loc) · 49.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Find a word in the cabinet — Queering Earth</title>
<meta name="description" content="Search every sheet, every quotation and every correction on this site. The searching happens in your browser; nothing you type is sent anywhere, including to us.">
<link rel="canonical" href="https://queering.earth/search">
<meta name="color-scheme" content="light dark">
<meta name="theme-color" content="#f5efe2" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#2a1d19" media="(prefers-color-scheme: dark)">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Queering Earth">
<meta property="og:title" content="Find a word in the cabinet">
<meta property="og:description" content="Search every sheet, every quotation and every correction. It runs in your browser — nothing you type is sent anywhere, including to us.">
<meta property="og:url" content="https://queering.earth/search">
<meta property="og:locale" content="en_GB">
<meta property="og:image" content="https://queering.earth/images/og-search.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Finding aid: Find a word in the cabinet. Every sheet, every quotation and every correction.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Find a word in the cabinet">
<meta name="twitter:description" content="Search every sheet, every quotation and every correction. It runs in your browser — nothing you type is sent anywhere, including to us.">
<meta name="twitter:image" content="https://queering.earth/images/og-search.png">
<meta name="twitter:image:alt" content="Finding aid: Find a word in the cabinet. Every sheet, every quotation and every correction.">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48 64x64">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- The web app manifest. Same three icons drawn by the same tool; minimal-ui
rather than standalone, because an installed copy of a site whose whole
argument is that its addresses are real and citable must not hide the bar
the address is in. Guarded by check-metadata.mjs check 11. -->
<link rel="manifest" href="site.webmanifest">
<link rel="preload" href="fonts/newsreader-latin.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="queering.css">
<script>try{var d=document.documentElement,L=localStorage,g=L.getItem('qe-ground');if(L.getItem('qe-plain')==='1')d.classList.add('plain');if(g==='cabinet'||g==='daylight')d.classList.add(g);[['motion','on off'],['contrast','on off'],['spacing','on off'],['textsize','larger largest'],['font','adelphe atkinson baskervvol coxinelle insolente redaction sporting trickster victorianna']].forEach(function(p){var v=L.getItem('qe-'+p[0]);if(v&&p[1].split(' ').indexOf(v)>-1)d.classList.add('qe-'+p[0]+'-'+v)})}catch(e){}</script>
<link rel="describedby" href="/llms.txt" type="text/markdown" title="Site index for agents">
<link rel="alternate" href="/feed.xml" type="application/rss+xml" title="Queering Earth — what has arrived">
<link rel="alternate" href="/register.xml" type="application/rss+xml" title="Queering Earth — the accession register">
<link rel="alternate" href="https://queering.earth/search.md" type="text/markdown" title="Find a word in the cabinet — Markdown source">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://queering.earth/search#page",
"name": "Find a word in the cabinet",
"description": "Search every sheet, every quotation and every correction on this site. The searching happens in your browser; nothing you type is sent anywhere, including to us.",
"url": "https://queering.earth/search",
"inLanguage": "en",
"isFamilyFriendly": true,
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
"publisher": [
{
"@type": "Organization",
"name": "Stimpunks Foundation",
"url": "https://stimpunks.org/"
},
{
"@type": "Organization",
"name": "More Realms",
"url": "https://morerealms.com/"
}
],
"dateModified": "2026-09-09",
"isPartOf": {
"@type": "WebSite",
"name": "Queering Earth",
"url": "https://queering.earth/"
},
"encoding": {
"@type": "MediaObject",
"encodingFormat": "text/markdown",
"contentUrl": "https://queering.earth/search.md"
}
}
</script>
</head>
<body style="--qe-fox-a: 15% 88%; --qe-fox-b: 84% 12%; --qe-fox-c: 40% 4%; --qe-fox-d: 68% 94%">
<a class="qe-skip" href="#main">Skip to the page</a>
<div class="qe-controls">
<a class="qe-home-link" href="/"><svg class="qe-glasshouse" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path class="glass" d="M4.6 11.6 H19.4 V20.6 H4.6 Z"/><path class="glass" d="M3.2 11.6 L11.2 3.4 L20.8 11.6 Z"/><path d="M11.2 4.6 V11.6"/><path d="M9.4 11.6 V20.6"/><path d="M14.8 11.6 V20.6"/></svg>Home</a>
<a class="qe-search-link" href="/search" aria-current="page"><svg class="qe-loupe" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><g transform="rotate(30 12 3.6)"><path class="shell" d="M12 3.6 C12 6.9 7 10.8 7 14.4 A5 5 0 0 0 17 14.4 C17 10.8 12 6.9 12 3.6 Z"/></g><g transform="rotate(-30 12 3.6)"><path class="shell" d="M12 3.6 C12 6.9 8.1 10 8.1 13.6 A3.9 3.9 0 0 0 15.9 13.6 C15.9 10 12 6.9 12 3.6 Z"/><circle class="lens" cx="12" cy="13.6" r="2.7"/></g><circle class="rivet" cx="12" cy="3.6" r="1.1"/></svg>Search</a>
<button type="button" class="qe-ground-toggle" id="qe-ground" aria-pressed="false">Cabinet</button>
<button type="button" class="qe-plain-toggle" id="qe-plain" aria-pressed="false">Plain view</button>
<details class="qe-reading" name="qe-tray">
<summary class="qe-reading-summary">Reading</summary>
<div class="qe-reading-panel">
<p class="qe-reading-note">These start from your device’s own settings. Change one here and this browser will remember it for this site.</p>
<ul class="qe-reading-list">
<li>
<label><input type="checkbox" id="qe-set-motion"> <span>Reduce motion</span></label>
<span class="qe-reading-hint">The drawings appear finished instead of drawing themselves on.</span>
</li>
<li>
<label><input type="checkbox" id="qe-set-contrast"> <span>More contrast</span></label>
<span class="qe-reading-hint">Darker ink, firmer rules, and the foxing lifted off the paper.</span>
</li>
<li>
<label><input type="checkbox" id="qe-set-spacing"> <span>Looser lines</span></label>
<span class="qe-reading-hint">More air between the lines and between paragraphs.</span>
</li>
<li>
<div class="qe-reading-row">
<label for="qe-set-textsize">Text size</label>
<select class="qe-reading-select" id="qe-set-textsize">
<option value="">Your device’s size</option>
<option value="larger">Larger</option>
<option value="largest">Largest</option>
</select>
</div>
<span class="qe-reading-hint">Scales the whole sheet — the lines, the gaps and the measure — from whatever size your browser is already set to.</span>
</li>
<li>
<div class="qe-reading-row">
<label for="qe-set-font">Typeface</label>
<select class="qe-reading-select qe-reading-select-wide" id="qe-set-font">
<option value="">Fraunces & Newsreader</option>
<option value="adelphe">Adelphe</option>
<option value="atkinson">Atkinson Hyperlegible</option>
<option value="baskervvol">BBB Baskervvol</option>
<option value="coxinelle">Coxinelle</option>
<option value="insolente">Insolente</option>
<option value="redaction">Redaction Inclusive</option>
<option value="sporting">Sporting Grotesque</option>
<option value="trickster">Trickster</option>
<option value="victorianna">Victorianna</option>
</select>
</div>
<span class="qe-reading-hint">The first four also set the reading face, because they have a real italic. The rest change the headings and leave Newsreader to read.</span>
</li>
</ul>
<button type="button" class="qe-reading-reset" id="qe-reading-reset" disabled>Follow my device again</button>
</div>
</details>
<!-- The drawers. Three collections, and everything on the site is in one of
them. A native details element, like the reading settings beside it and for
the same reason: a hand-built menu would need focus trapping, a roving
tabindex and an Escape handler, and getting any of that wrong makes the
navigation the least navigable thing on the sheet. -->
<details class="qe-drawers" name="qe-tray">
<summary class="qe-drawers-summary">Drawers</summary>
<div class="qe-drawers-panel">
<ul class="qe-drawers-list">
<li>
<a class="qe-drawers-link" href="/the-plate">The plate</a>
<span class="qe-drawers-hint">The sheets themselves, mounted and numbered on one plate.</span>
</li>
<li>
<a class="qe-drawers-link" href="/the-founding-papers">The founding papers</a>
<span class="qe-drawers-hint">Why this cabinet exists, and what it is for.</span>
</li>
<li>
<a class="qe-drawers-link" href="/the-cabinet-itself" aria-current="true">The cabinet itself</a>
<span class="qe-drawers-hint">How it is made, what it has recorded, and what it knows about you.</span>
</li>
</ul>
</div>
</details>
<!-- The easter egg. An ornament that is a door: unlabelled to the eye,
named in the DOM, and pointing at a page that is listed in the
footer row, on the home page and in the sitemap like any other. -->
<a class="qe-modes-link" href="/two-cohabitating-modes">
<svg class="qe-modes-mark" viewBox="1 2.2 41.3 20" aria-hidden="true" focusable="false">
<!-- the fox: brush, body, neck, skull, muzzle, nose, two ears, four legs -->
<path d="M7.4,15.6 C4.2,16.2 1.4,14.2 1.5,10.4 C1.6,8.5 2.6,7.2 4.0,6.9 C4.5,9.1 5.7,10.8 7.9,12.0 L7.4,15.6 Z"/>
<path d="M6.6,16.2 C5.8,12.9 8.0,10.7 11.8,10.7 C15.2,10.7 17.2,12.1 17.2,14.6 C17.2,16.6 15.6,17.5 12.2,17.5 C9.0,17.5 7.0,17.0 6.6,16.2 Z"/>
<path d="M14.2,12 L15.8,9.2 L18.8,11 L17,13.8 Z"/>
<path d="M15.1,8.4 C15.1,6.8 16.4,5.7 18.0,5.7 C19.7,5.7 20.9,6.9 20.9,8.5 C20.9,10.2 19.6,11.3 17.9,11.3 C16.3,11.3 15.1,10.1 15.1,8.4 Z"/>
<path d="M19.3,7 L22.3,8.6 L19.5,10.2 Z"/>
<path d="M21.9,8.6 m-0.62,0 a0.62,0.62 0 1,0 1.24,0 a0.62,0.62 0 1,0 -1.24,0 Z"/>
<path d="M15.2,6.5 L14.6,2.9 L17.5,5.6 Z"/>
<path d="M17.7,5.4 L19.1,2.7 L20.3,6.1 Z"/>
<path d="M7,16.6 L6.6,21.7 L8.25,21.7 L8.65,16.6 Z"/>
<path d="M8.7,17.1 L8.7,21.7 L10.35,21.7 L10.35,17.1 Z"/>
<path d="M13,17.2 L13,21.7 L14.65,21.7 L14.65,17.2 Z"/>
<path d="M14.7,16.8 L15.15,21.7 L16.8,21.7 L16.35,16.8 Z"/>
<!-- the hedgehog: the dome, sixteen spines on its own normal, snout, nose, two feet -->
<path d="M25.92,20 L25.92,19.63 L26.01,18.85 L26.19,17.98 L26.45,17.08 L26.8,16.19 L27.21,15.32 L27.7,14.51 L28.25,13.76 L28.85,13.1 L29.5,12.54 L30.19,12.09 L30.91,11.77 L31.65,11.57 L32.4,11.5 L33.15,11.57 L33.89,11.77 L34.61,12.09 L35.3,12.54 L35.95,13.1 L36.55,13.76 L37.1,14.51 L37.59,15.32 L38,16.19 L38.35,17.08 L38.61,17.98 L38.79,18.85 L38.88,19.63 L38.88,20 Z"/>
<path d="M25.62,18.2 L23.5,20.11 L26.34,19.89 Z"/>
<path d="M26.04,16.77 L23.67,18.35 L26.51,18.55 Z"/>
<path d="M26.69,15.31 L24.1,16.5 L26.88,17.14 Z"/>
<path d="M27.53,13.94 L24.78,14.69 L27.42,15.77 Z"/>
<path d="M28.56,12.75 L25.72,13 L28.13,14.54 Z"/>
<path d="M29.74,11.83 L26.91,11.51 L28.96,13.49 Z"/>
<path d="M31.02,11.23 L28.32,10.31 L29.89,12.68 Z"/>
<path d="M32.35,10.99 L29.94,9.47 L30.91,12.15 Z"/>
<path d="M33.66,11.13 L31.69,9.08 L32,11.91 Z"/>
<path d="M34.92,11.63 L33.48,9.17 L33.11,12 Z"/>
<path d="M36.07,12.45 L35.21,9.73 L34.23,12.41 Z"/>
<path d="M37.08,13.55 L36.8,10.71 L35.29,13.13 Z"/>
<path d="M37.93,14.86 L38.18,12.02 L36.25,14.12 Z"/>
<path d="M38.61,16.33 L39.33,13.57 L37.07,15.32 Z"/>
<path d="M39.08,17.87 L40.22,15.25 L37.72,16.63 Z"/>
<path d="M39.34,19.38 L40.85,16.96 L38.18,17.96 Z"/>
<path d="M38.01,17.91 L41.81,21.11 L37.21,21.01 Z"/>
<path d="M41.11,20.61 m-0.62,0 a0.62,0.62 0 1,0 1.24,0 a0.62,0.62 0 1,0 -1.24,0 Z"/>
<path d="M27.8,19.7 L27.8,21.7 L29.35,21.7 L29.35,19.7 Z"/>
<path d="M35.2,19.7 L35.2,21.7 L36.75,21.7 L36.75,19.7 Z"/>
</svg>
<span class="qe-sr">Two cohabitating modes</span>
</a>
</div>
<!-- The drift rail: this page's own h2s, in the left margin, above 77rem and
nowhere below it. Empty here and filled by queering.js — one derivation, two
views, the other being the contents list inside the measure. OUTSIDE the
landmark, like every other nav here, so the mirror never reads it. -->
<nav class="qe-rail" aria-label="On this page" hidden>
<ol></ol>
<svg class="qe-botanical qe-rail-sprig" viewBox="0 0 28 27" aria-hidden="true" focusable="false">
<path class="stem" style="--len:34" d="M0.6,0 C0.7,7.2 1.9,13.4 4.6,18.4 C6.1,21.2 7.8,23.2 9.6,24.6"/>
<g class="sprout sprout-leaf" style="--i:0">
<path d="M1.7,7.9 C5.1,5.5 8.9,6.6 10.8,10.2 C7.3,11.3 3.6,10.4 1.7,7.9 Z"/>
</g>
<g class="sprout sprout-leaf" style="--i:1">
<path d="M3.5,14.6 C7.2,12.8 11.2,14.1 13.2,17.9 C9.5,18.8 5.6,17.4 3.5,14.6 Z"/>
</g>
<g class="sprout" style="--i:2">
<circle cx="10.4" cy="25.4" r="1.5"/>
</g>
</svg>
</nav>
<main id="main" tabindex="-1">
<header class="qe-masthead">
<nav class="qe-crumbs" aria-label="Breadcrumb">
<ol>
<li><a href="/">Queering Earth</a></li>
<li><a href="/the-cabinet-itself">The cabinet itself</a></li>
</ol>
</nav>
<h1>Find a word in the cabinet</h1>
<p class="qe-tagline">Every sheet, every quotation, and every correction.</p>
</header>
<p class="qe-lede">This is the finding aid. It searches the whole cabinet — the eight sheets, <a href="/mission">the aims</a>, the colophon, the privacy policy, every entry in <a href="/changelog">the accession register</a>, and both working records: <a href="/ledger">every attribution we have traced</a> and <a href="/what-is-settled">every decision we have written down</a> — and it lands you on the section, not the top of the page. <strong>The searching happens inside your browser</strong>, so it needs JavaScript; what you type is never sent to a server, ours or anybody’s. If the field is not working, the whole cabinet is listed in full further down, and that needs nothing.</p>
<!-- Hidden in the markup, revealed by queering-search.js — the same idiom as
.qe-contents, and here it is doing a second job. A form that exists without its
script would submit to this address with the query in the URL, which would write
every search term into the host's access log. The list below is what a reader
without the script gets instead, and it is a real finding aid rather than an
apology. -->
<form class="qe-find" id="qe-find" role="search" hidden>
<label class="qe-find-label" for="qe-q">Search this site</label>
<div class="qe-find-row">
<input type="search" id="qe-q" name="q" autocomplete="off" spellcheck="false"
placeholder="a word, a name, or “a phrase in quotes”">
<button type="submit">Search</button>
</div>
<p class="qe-find-note">Several words narrows; <q>quotation marks</q> looks for the phrase.</p>
</form>
<div class="qe-found" id="qe-found" hidden>
<p class="qe-found-count" id="qe-found-count" role="status"></p>
<div id="qe-found-results"></div>
</div>
<!-- BELOW THE FORM, not straight after the lede as everywhere else. The house puts a
contents list directly under the lede; on the finding aid that pushed the search
input to 970px on an 866px viewport — below the fold, on the one page whose whole
purpose is that input. It sits after the interactive region instead and
immediately before the sections it lists. A reader with results in front of them
is not looking for a contents list; a reader scrolling past them is. -->
<nav class="qe-contents" aria-labelledby="qe-contents-h" hidden>
<h2 id="qe-contents-h">On this sheet</h2>
<ol></ol>
</nav>
<h2 id="the-whole-cabinet">The whole cabinet <a class="qe-anchor" href="#the-whole-cabinet"><span class="qe-sr">Link to this section</span></a></h2>
<p>Every page on the site and every section of it, in the order a reader might meet them. This list is <strong>generated from the pages themselves</strong> by <code>tools/make-search-index.mjs</code> and written into this sheet between two markers — the same way the typefaces are declared in the stylesheet. Nobody types it, so no heading here can drift from the heading it names.</p>
<!-- BEGIN generated manifest — tools/make-search-index.mjs writes this. Do not edit. -->
<h3 class="qe-manifest-group">The plate</h3>
<ul class="qe-manifest">
<li>
<p class="qe-manifest-head"><a href="/the-plate">The plate</a> <span class="qe-manifest-kind">Drawer</span></p>
<ul class="qe-manifest-sections">
<li><a href="/the-plate#mounted-so-far">Mounted so far</a></li>
<li><a href="/the-plate#what-a-sheet-is">What a sheet is</a></li>
<li><a href="/the-plate#three-kinds">A reading, an essay, a wall</a></li>
<li><a href="/the-plate#the-numbers">What the number says, and what it does not</a></li>
<li><a href="/the-plate#how-a-sheet-is-checked">How a sheet is checked</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 1</span> <a href="/on-being-ill">The Army of the Upright</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Virginia Woolf, On Being Ill, 1930</p>
<ul class="qe-manifest-sections">
<li><a href="/on-being-ill#no-place-in-literature">Illness has no place in literature</a></li>
<li><a href="/on-being-ill#language-runs-dry">The language runs dry</a></li>
<li><a href="/on-being-ill#deserters">Deserters</a></li>
<li><a href="/on-being-ill#body-intervenes">The body intervenes</a></li>
<li><a href="/on-being-ill#untidy">What this sheet will not tidy</a></li>
<li><a href="/on-being-ill#she-revised">She revised her own sentence</a></li>
<li><a href="/on-being-ill#indifference">In their indifference</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 2</span> <a href="/coming-to-terms">Coming to Terms</a> <span class="qe-manifest-kind">Essay</span></p>
<p class="qe-manifest-sub">Ryan Boren, 2022</p>
<ul class="qe-manifest-sections">
<li><a href="/coming-to-terms#the-essay">Against My Grind</a></li>
<li><a href="/coming-to-terms#copia">A copia, not a category</a></li>
<li><a href="/coming-to-terms#same-materials">The same materials, arranged differently</a></li>
<li><a href="/coming-to-terms#self-applied">Self-applied, or it is a different object entirely</a></li>
<li><a href="/coming-to-terms#what-it-buys">What the label buys</a></li>
<li><a href="/coming-to-terms#what-it-charges">What the label charges</a></li>
<li><a href="/coming-to-terms#six-heads">Six heads on one stem</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 3</span> <a href="/promises-like-pie-crust">The Die Uncast</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Christina Rossetti, Promises like Pie-crust, 1861</p>
<ul class="qe-manifest-sections">
<li><a href="/promises-like-pie-crust#no-promises">Promise me no promises</a></li>
<li><a href="/promises-like-pie-crust#escalator">The escalator, and not knowing there was a way off</a></li>
<li><a href="/promises-like-pie-crust#free-to-go">Free to come as free to go</a></li>
<li><a href="/promises-like-pie-crust#frugal-fare">Many thrive on frugal fare</a></li>
<li><a href="/promises-like-pie-crust#liberties">Keep we both our liberties</a></li>
<li><a href="/promises-like-pie-crust#solitude">Not alone in needing to be alone</a></li>
<li><a href="/promises-like-pie-crust#neuroqueer-relationships">Let us neuroqueer relationships</a></li>
<li><a href="/promises-like-pie-crust#the-colon">A colon, where everyone else prints a full stop</a></li>
<li><a href="/promises-like-pie-crust#untidy">What this sheet will not tidy</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 4</span> <a href="/invention-of-normal">Wyrd, Weird, and the Invention of Normal</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Helen Edgar, More Realms, July 2026</p>
<ul class="qe-manifest-sections">
<li><a href="/invention-of-normal#wyrd">A force you answer to</a></li>
<li><a href="/invention-of-normal#norns">Three at the well</a></li>
<li><a href="/invention-of-normal#weird-sisters">Four hands on the same three women</a></li>
<li><a href="/invention-of-normal#fisher">That which does not belong</a></li>
<li><a href="/invention-of-normal#changeling">The child they said was swapped</a></li>
<li><a href="/invention-of-normal#refusal">Refusal is not a no</a></li>
<li><a href="/invention-of-normal#joy">Joy is not a coping strategy</a></li>
<li><a href="/invention-of-normal#whimsy-policed">Where the whimsy gets policed out</a></li>
<li><a href="/invention-of-normal#whimsy-restored">Where it gets let back in</a></li>
<li><a href="/invention-of-normal#quetelet">Normal is younger than the railways</a></li>
<li><a href="/invention-of-normal#wider-than-neuro">Wider than neuro</a></li>
<li><a href="/invention-of-normal#untidy">What this sheet will not tidy</a></li>
<li><a href="/invention-of-normal#still-taking-shape">Still taking shape</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 5</span> <a href="/the-tempest">Miranda: To Be Wondered With</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">William Shakespeare, The Tempest, 1611</p>
<ul class="qe-manifest-sections">
<li><a href="/the-tempest#assembled">Assembled, not born</a></li>
<li><a href="/the-tempest#household">A household of three</a></li>
<li><a href="/the-tempest#suffered">O, I have suffered with those that I saw suffer</a></li>
<li><a href="/the-tempest#be-collected">Be collected. No more amazement.</a></li>
<li><a href="/the-tempest#abhorred-slave">Abhorred slave</a></li>
<li><a href="/the-tempest#ceremonies">Before all sanctimonious ceremonies</a></li>
<li><a href="/the-tempest#your-maid">I’ll die your maid</a></li>
<li><a href="/the-tempest#brave-new-world">O, brave new world</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 6</span> <a href="/wild-nights">The Swell and the Dwell</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Emily Dickinson, Wild nights – Wild nights!, about 1861</p>
<ul class="qe-manifest-sections">
<li><a href="/wild-nights#winds">Futile – the winds</a></li>
<li><a href="/wild-nights#compass">Done with the Compass – Done with the Chart</a></li>
<li><a href="/wild-nights#eden">Rowing in Eden</a></li>
<li><a href="/wild-nights#moor">Might I but moor – tonight</a></li>
<li><a href="/wild-nights#subjunctive">Were I with thee — the poem is in the subjunctive, all the way down</a></li>
<li><a href="/wild-nights#higginson">Let us alter as little as possible</a></li>
<li><a href="/wild-nights#missing-word">A word missing from the copy you will find</a></li>
<li><a href="/wild-nights#untidy">What this sheet will not tidy</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 7</span> <a href="/flower-codes">A Waste Garden, Flowering at Its Will</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Violet, pansy, green carnation, and lavender</p>
<ul class="qe-manifest-sections">
<li><a href="/flower-codes#somebody-gathered">Somebody else gathered these four</a></li>
<li><a href="/flower-codes#violet">The violet, which was a description before it was a code</a></li>
<li><a href="/flower-codes#pansy">The pansy, which became the word</a></li>
<li><a href="/flower-codes#green-carnation">The green carnation, which no plate can show</a></li>
<li><a href="/flower-codes#lavender">The lavender, and the man the sentence is actually about</a></li>
<li><a href="/flower-codes#not-uncultivated">The garden does not stay uncultivated</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 8</span> <a href="/monotropa-uniflora">The Preferred Flower of Life</a> <span class="qe-manifest-kind">Wall</span></p>
<p class="qe-manifest-sub">Monotropa uniflora, Dickinson, and monotropism</p>
<ul class="qe-manifest-sections">
<li><a href="/monotropa-uniflora#the-wall">Seven hands on one specimen</a></li>
<li><a href="/monotropa-uniflora#one-root">One root, three turns</a></li>
<li><a href="/monotropa-uniflora#two-hands">Two hands, and one of them is the same hand</a></li>
<li><a href="/monotropa-uniflora#the-poem">A poem, and what 1896 did to it</a></li>
<li><a href="/monotropa-uniflora#a-herbarium">She kept a herbarium, which is what this site is</a></li>
<li><a href="/monotropa-uniflora#not-a-tragedy">Not a tragedy</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 9</span> <a href="/five-unmistakable-marks">The Five Unmistakable Marks</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Lewis Carroll, The Hunting of the Snark, 1876</p>
<ul class="qe-manifest-sections">
<li><a href="/five-unmistakable-marks#the-marks">A definition delivered before the thing</a></li>
<li><a href="/five-unmistakable-marks#the-snark-is-sense">The link is Deleuze’s, not ours</a></li>
<li><a href="/five-unmistakable-marks#the-empty-square">A place with no occupant</a></li>
<li><a href="/five-unmistakable-marks#portmanteau">Carroll’s own theory of coining, and Deleuze refusing it</a></li>
<li><a href="/five-unmistakable-marks#one-more-desire">One more desire, with no place in the series</a></li>
<li><a href="/five-unmistakable-marks#the-actual-coiner">The bill, and who it lands on</a></li>
<li><a href="/five-unmistakable-marks#our-own-masthead">This site is holding a borrowed coinage</a></li>
<li><a href="/five-unmistakable-marks#the-vanishing">In the midst of the word</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 10</span> <a href="/other-people-who-have-it">Other People Who Have It</a> <span class="qe-manifest-kind">Reading</span></p>
<p class="qe-manifest-sub">Octavia E. Butler and Sami Schalk, on hyperempathy</p>
<ul class="qe-manifest-sections">
<li><a href="/other-people-who-have-it#the-syndrome">What Butler built</a></li>
<li><a href="/other-people-who-have-it#nonrealist">The protection unfamiliarity buys</a></li>
<li><a href="/other-people-who-have-it#quite-real">Quite real for many</a></li>
<li><a href="/other-people-who-have-it#who-is-holding-it">Whose overlay</a></li>
<li><a href="/other-people-who-have-it#the-nearest-parallel">Chronic pain, and the nearer one</a></li>
<li><a href="/other-people-who-have-it#a-biological-conscience">A biological conscience</a></li>
<li><a href="/other-people-who-have-it#the-pleasure-side">The rarer register</a></li>
<li><a href="/other-people-who-have-it#what-this-sheet-will-not-tidy">What this sheet will not tidy</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 11</span> <a href="/gloomy-sunflowers">My Gloomy Sunflowers</a> <span class="qe-manifest-kind">Essay</span></p>
<p class="qe-manifest-sub">Van Zandt, Van Gogh, Plath and Cobain, on the mad-genius myth</p>
<ul class="qe-manifest-sections">
<li><a href="/gloomy-sunflowers#the-tether">The tether</a></li>
<li><a href="/gloomy-sunflowers#the-insulin">Two rooms, nine years apart</a></li>
<li><a href="/gloomy-sunflowers#galveston">Galveston, 1964</a></li>
<li><a href="/gloomy-sunflowers#almond-blossom">The almond tree</a></li>
<li><a href="/gloomy-sunflowers#the-yew-tree">Two electric currents</a></li>
<li><a href="/gloomy-sunflowers#hi-how-are-you">Hi, how are you</a></li>
<li><a href="/gloomy-sunflowers#what-else-it-could-have-been">What else it could have been</a></li>
<li><a href="/gloomy-sunflowers#help">If this is your weather too</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 12</span> <a href="/most-quiet-need">Every Day’s Most Quiet Need</a> <span class="qe-manifest-kind">Essay</span></p>
<p class="qe-manifest-sub">Ryan Boren, 2026</p>
<ul class="qe-manifest-sections">
<li><a href="/most-quiet-need#suspension">The suspension</a></li>
<li><a href="/most-quiet-need#the-carriage">The carriage in the mud</a></li>
<li><a href="/most-quiet-need#the-barrier">The physics of the barrier</a></li>
<li><a href="/most-quiet-need#florentino">Fifty-three years, seven months, and eleven days</a></li>
<li><a href="/most-quiet-need#the-clinic">On the shelf, and in the clinic</a></li>
<li><a href="/most-quiet-need#the-lake">The lake</a></li>
<li><a href="/most-quiet-need#memory-foam">What the lake was for</a></li>
<li><a href="/most-quiet-need#the-turn">And then the timing is right</a></li>
<li><a href="/most-quiet-need#most-quiet-need">Every day’s most quiet need</a></li>
<li><a href="/most-quiet-need#the-dwell">The swell and the dwell</a></li>
<li><a href="/most-quiet-need#untidy">What this sheet does not settle</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 13</span> <a href="/held-not-fixed">Held, Not Fixed</a> <span class="qe-manifest-kind">Essay</span></p>
<p class="qe-manifest-sub">Helen Edgar, 2026</p>
<ul class="qe-manifest-sections">
<li><a href="/held-not-fixed#the-shop">What Emily brings</a></li>
<li><a href="/held-not-fixed#the-sheet">The herbarium sheet</a></li>
<li><a href="/held-not-fixed#the-cabinet">The cabinet of curiosities</a></li>
<li><a href="/held-not-fixed#the-pull">Monotropic flow</a></li>
<li><a href="/held-not-fixed#invitation">Bring something forward</a></li>
<li><a href="/held-not-fixed#sources">Sources</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><span class="qe-manifest-no">No. 14</span> <a href="/known-and-felt-and-seen">Known and Felt and Seen</a> <span class="qe-manifest-kind">Wall</span></p>
<p class="qe-manifest-sub">Dolly Parton, 1946–2026, and Tressie McMillan Cottom</p>
<ul class="qe-manifest-sections">
<li><a href="/known-and-felt-and-seen#the-wall">Nine hands, and the specimen is a person</a></li>
<li><a href="/known-and-felt-and-seen#not-here">A weed is a sentence about a place</a></li>
<li><a href="/known-and-felt-and-seen#legible">Visible is not legible</a></li>
<li><a href="/known-and-felt-and-seen#no-test">The book arrives because you exist</a></li>
<li><a href="/known-and-felt-and-seen#claimed">Claimed, without a test</a></li>
<li><a href="/known-and-felt-and-seen#retracted">The paper died and the claim did not</a></li>
<li><a href="/known-and-felt-and-seen#the-ground">The drag was an argument, and the ground under it was not neutral</a></li>
<li><a href="/known-and-felt-and-seen#the-wrong-slip">A determination in a loving hand, and wrong</a></li>
<li><a href="/known-and-felt-and-seen#untidy">What this sheet will not tidy</a></li>
</ul>
</li>
</ul>
<h3 class="qe-manifest-group">The founding papers</h3>
<ul class="qe-manifest">
<li>
<p class="qe-manifest-head"><a href="/the-founding-papers">The founding papers</a> <span class="qe-manifest-kind">Drawer</span></p>
<ul class="qe-manifest-sections">
<li><a href="/the-founding-papers#the-papers">The three papers</a></li>
<li><a href="/the-founding-papers#not-a-sheet">Why these are papers and not sheets</a></li>
<li><a href="/the-founding-papers#signed-and-unsigned">Signed and unsigned</a></li>
<li><a href="/the-founding-papers#what-would-join-them">What would join them</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/mission">What this cabinet is for</a></p>
<ul class="qe-manifest-sections">
<li><a href="/mission#in-one-sentence">The whole of it, in one sentence</a></li>
<li><a href="/mission#claiming">What we are claiming</a></li>
<li><a href="/mission#right">How we intend to be right</a></li>
<li><a href="/mission#owed">What we owe whoever is reading</a></li>
<li><a href="/mission#working">How we work</a></li>
<li><a href="/mission#stimpunks">What a cabinet of readings has to do with Stimpunks</a></li>
<li><a href="/mission#more-realms">And what it has to do with More Realms</a></li>
<li><a href="/mission#the-limit">The limit, said plainly</a></li>
<li><a href="/mission#stopped">How you could tell if we stopped</a></li>
<li><a href="/mission#who-wrote-this">Who wrote this, and with what</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/manifesto">Nothing here was inevitable</a></p>
<ul class="qe-manifest-sections">
<li><a href="/manifesto#a-beginning">This begins and does not end</a></li>
<li><a href="/manifesto#normal">Normal is an arrangement, and arrangements have authors</a></li>
<li><a href="/manifesto#weird">Weird is a verb</a></li>
<li><a href="/manifesto#who-can-speak">Whose reading is allowed to count</a></li>
<li><a href="/manifesto#the-method-is-the-argument">The method is the argument</a></li>
<li><a href="/manifesto#refusals">What we refuse</a></li>
<li><a href="/manifesto#where-this-comes-from">Where this comes from</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/two-cohabitating-modes">Two Cohabitating Modes</a></p>
<ul class="qe-manifest-sections">
<li><a href="/two-cohabitating-modes#two-shelves">Two shelves, and neither is the annexe</a></li>
<li><a href="/two-cohabitating-modes#the-proverb">The fox knows many things</a></li>
<li><a href="/two-cohabitating-modes#the-hedgehog">The hedgehog, entire</a></li>
<li><a href="/two-cohabitating-modes#the-fox">The fox, entire</a></li>
<li><a href="/two-cohabitating-modes#the-family">Both of them are feeding a family</a></li>
<li><a href="/two-cohabitating-modes#the-coat">The coat, and the curl</a></li>
<li><a href="/two-cohabitating-modes#monotropism">Monotropism is not a personality, and the pairing is newer than it looks</a></li>
<li><a href="/two-cohabitating-modes#the-network">A ranking of six against six</a></li>
<li><a href="/two-cohabitating-modes#uneasily">Why uneasily is the word to keep</a></li>
</ul>
</li>
</ul>
<h3 class="qe-manifest-group">The cabinet itself</h3>
<ul class="qe-manifest">
<li>
<p class="qe-manifest-head"><a href="/">Queering Earth</a></p>
<ul class="qe-manifest-sections">
<li><a href="/#what-this-is">What this is</a></li>
<li><a href="/#queering-is-a-verb">Queering is a verb</a></li>
<li><a href="/#to-queer-is-to-adapt">To queer is to adapt</a></li>
<li><a href="/#the-sentence-adapts">The sentence adapts itself</a></li>
<li><a href="/#the-type-plays">The type plays, and the words do not move</a></li>
<li><a href="/#what-grows-here">The plate</a></li>
<li><a href="/#the-founding-papers">The founding papers</a></li>
<li><a href="/#the-cabinet-itself">The cabinet itself</a></li>
<li><a href="/#lilacs">Coda: the lilacs</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/the-cabinet-itself">The cabinet itself</a> <span class="qe-manifest-kind">Drawer</span></p>
<ul class="qe-manifest-sections">
<li><a href="/the-cabinet-itself#the-six">The eight pages</a></li>
<li><a href="/the-cabinet-itself#why-these-are-together">Why these eight are one drawer</a></li>
<li><a href="/the-cabinet-itself#what-is-checked">What the build checks about this drawer</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/design">How this site is made</a> <span class="qe-manifest-kind">Colophon</span></p>
<ul class="qe-manifest-sections">
<li><a href="/design#model">The model: a Victorian specimen sheet</a></li>
<li><a href="/design#biophilic">Biophilic, and what that means here</a></li>
<li><a href="/design#words">The words this site uses</a></li>
<li><a href="/design#palette">The palette</a></li>
<li><a href="/design#grounds">The two grounds</a></li>
<li><a href="/design#wabi-sabi">Wabi-sabi, and which parts of it we can actually claim</a></li>
<li><a href="/design#surfaces">The three surfaces</a></li>
<li><a href="/design#age">Age, and where the gold goes</a></li>
<li><a href="/design#type">The type</a></li>
<li><a href="/design#plain-view">Plain view</a></li>
<li><a href="/design#drawings">The drawings</a></li>
<li><a href="/design#plates">Borrowed plates</a></li>
<li><a href="/design#who-writes">Who reads, and who writes</a></li>
<li><a href="/design#built">How it is built</a></li>
<li><a href="/design#editing">Changing the words, without editing HTML</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/changelog">The accession register</a> <span class="qe-manifest-kind">Register · the changelog</span></p>
<p class="qe-manifest-sub">276 entries across 76 accessions, each one dated on <a href="/changelog">the register itself</a> and filed by sheet in <a href="/changelog#qe-index-h">its index</a>. They are searchable above.</p>
</li>
<li>
<p class="qe-manifest-head"><a href="/whats-new">What has arrived, and when</a></p>
<ul class="qe-manifest-sections">
<li><a href="/whats-new#arrivals">Everything, newest first</a></li>
<li><a href="/whats-new#the-date">Where a date comes from</a></li>
<li><a href="/whats-new#not-the-register">What this page is not</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/ledger">The attribution ledger</a></p>
<ul class="qe-manifest-sections">
<li><a href="/ledger#verified">Verified</a></li>
<li><a href="/ledger#open">Open</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/how-we-quote">What we quote, and why we may</a></p>
<ul class="qe-manifest-sections">
<li><a href="/how-we-quote#why-a-policy">Why there is a policy and not a habit</a></li>
<li><a href="/how-we-quote#the-rule">The rule</a></li>
<li><a href="/how-we-quote#no-number">There is no number</a></li>
<li><a href="/how-we-quote#the-factors">How the four factors actually fall here</a></li>
<li><a href="/how-we-quote#songs">Songs are the hard case</a></li>
<li><a href="/how-we-quote#access">Refusing to quote is an access failure</a></li>
<li><a href="/how-we-quote#the-licence">What we can license, and what we cannot</a></li>
<li><a href="/how-we-quote#elsewhere">Outside the United States</a></li>
<li><a href="/how-we-quote#if-it-is-yours">If you hold the rights</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/what-is-settled">What is settled, and what is open</a></p>
<ul class="qe-manifest-sections">
<li><a href="/what-is-settled#open">Open</a></li>
<li><a href="/what-is-settled#settled">Settled</a></li>
</ul>
</li>
<li>
<p class="qe-manifest-head"><a href="/privacy">What this site knows about you</a></p>
<ul class="qe-manifest-sections">
<li><a href="/privacy#your-browser">What your own browser keeps</a></li>
<li><a href="/privacy#the-host">What the host sees</a></li>
<li><a href="/privacy#not-done">What is deliberately not here</a></li>
<li><a href="/privacy#what-you-search">What you search for</a></li>
<li><a href="/privacy#the-embed">The one embedded thing</a></li>
<li><a href="/privacy#links-away">Links to other places</a></li>
<li><a href="/privacy#rights">Your rights, and why most of them have nothing to work on</a></li>
<li><a href="/privacy#who-we-are">Who we are</a></li>
</ul>
</li>
</ul>
<!-- END generated manifest -->
<h2 id="how-this-searches">How this searches, and what it refuses to do <a class="qe-anchor" href="#how-this-searches"><span class="qe-sr">Link to this section</span></a></h2>
<p><strong>A quotation is never cropped.</strong> This is the one rule the whole feature is built around. The characteristic failure of a site like this one is not an invented source — it is a <em>tightened</em> one: a sentence trimmed to fit, with the attribution still attached. An ordinary search snippet is a machine for producing exactly that, twenty words at a time. So quoted text is held apart from ours here: when a result matches inside a quotation, you get the <em>whole</em> quotation with its maker and its citation, or you do not get it at all.</p>
<p><strong>Our own prose is cropped, and marked as cropped.</strong> Commentary is windowed around the match with an ellipsis either side, because that is our writing and a reader can go and see the rest. Where one of our sentences has a short quotation set inside it, the window widens rather than cut into it.</p>
<p><strong>The register is filed second.</strong> <a href="/changelog">The accession register</a> is more than a quarter of the words on this site, so ranked flat it would bury the sheets on any search naming a writer. Its entries come under their own heading, after the sheets — the same front-matter and back-matter distinction the register itself makes.</p>
<p><strong>An attribution we have retracted is not indexed.</strong> Where a sheet shows a correction, only the restored half is searchable. Plain text has no way to say <em>this is the reading we got wrong</em>, so an indexed one would surface as though it were the live attribution. The correction is still findable: the register describes it in ordinary prose, and that is the right place to land.</p>
<p><strong>Nothing you type is stored or sent.</strong> There is no query string, because a query string would be written into our host’s access log; the search term lives in the part of the address after the <code>#</code>, which browsers never send to a server. Nothing is remembered between visits. See <a href="/privacy">what this site knows about you</a>, which is almost nothing and now says so about this page too.</p>
<p class="qe-provenance">
<span class="qe-provenance-label">Provenance</span>
Mounted <a href="/changelog#a-2026-09-09-search"><time datetime="2026-09-09">9 September 2026</time></a>.
Not yet corrected.
</p>
</main>
<!-- Elsewhere on the plate. OUTSIDE the landmark on purpose: the SKS mirror takes page
content from it and nowhere else, so navigation placed inside would be indexed as
this sheet's own content. See CLAUDE.md. -->
<nav class="qe-elsewhere" aria-labelledby="qe-elsewhere-h">
<h2 id="qe-elsewhere-h">Elsewhere on the plate</h2>
<ul class="qe-elsewhere-grid">
<li>
<div class="card-wrap" style="--card-color: var(--qe-verdigris)">
<a class="card" href="/">
<span class="qe-card-head">
<span class="qe-card-kind">Plate</span>
</span>
<span class="qe-card-title">Queering Earth</span>
</a>
</div>
</li>
<li>
<div class="card-wrap" style="--card-color: var(--qe-marigold)">
<a class="card" href="/changelog">
<span class="qe-card-head">
<span class="qe-card-kind">Register</span>
</span>
<span class="qe-card-title">The accession register</span>
</a>
</div>
</li>
<li>
<div class="card-wrap" style="--card-color: var(--qe-lichen)">
<a class="card" href="/design">
<span class="qe-card-head">
<span class="qe-card-kind">Colophon</span>
</span>
<span class="qe-card-title">How this site is made</span>
</a>
</div>
</li>
</ul>
</nav>
<footer class="qe-footer">
<p class="qe-footer-nav">
<a href="/">Queering Earth</a>
<a href="/the-plate">The plate</a>
<a href="/the-founding-papers">The founding papers</a>
<a href="/the-cabinet-itself">The cabinet itself</a>
<a href="/mission">Mission</a>
<a href="/manifesto">Manifesto</a>
<a href="/two-cohabitating-modes">Modes</a>
<a href="/design">Colophon</a>
<a href="/changelog">Register</a>
<a href="/whats-new">What’s new</a>
<a href="/ledger">Ledger</a>
<a href="/what-is-settled">Decisions</a>
<a href="/search" aria-current="page">Search</a>
<a href="/privacy">Privacy</a>
<a href="/how-we-quote">Quoting</a>
</p>
<p>A collaboration between the <a href="https://stimpunks.org/">Stimpunks Foundation</a> and <a href="https://morerealms.com/">More Realms</a>.</p>
<p>Our words licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The words we quote belong to the people who wrote them, and every one of them is traced in the site’s <a href="/ledger">attribution ledger</a>.</p>
<a class="qe-totop" href="#main">
<span class="qe-totop-label">Scroll to top</span>
<svg class="qe-botanical qe-totop-mark" viewBox="0 0 160 66" aria-hidden="true" focusable="false">
<path class="stem" style="--len:21" d="M22,64 C24,56 25,51 24,45"/>
<path class="stem" style="--len:24" d="M33,64 C32,55 30,49 28,43"/>
<path class="stem" style="--len:25" d="M44,64 C46,54 48,48 50,42"/>
<path class="stem" style="--len:52" d="M58,64 C60,46 67,32 77,21"/>
<path class="stem" style="--len:32" d="M68,64 C69,50 70,42 71,34"/>
<path class="stem" style="--len:44" d="M80,64 C79.4,48 80.6,34 80,22"/>
<path class="stem" style="--len:32" d="M92,64 C91,50 90,42 89,34"/>
<path class="stem" style="--len:52" d="M102,64 C100,46 93,32 83,21"/>
<path class="stem" style="--len:25" d="M116,64 C114,54 112,48 110,42"/>
<path class="stem" style="--len:24" d="M127,64 C128,55 130,49 132,43"/>
<path class="stem" style="--len:21" d="M138,64 C136,56 135,51 136,45"/>
<g class="sprout" style="--i:3">
<path class="head" d="M80,5 C77.4,11 77.4,18 80,25 C82.6,18 82.6,11 80,5 Z"/>
</g>
</svg>
</a>
</footer>
<!-- The result markup, and every word in it, authored here rather than composed in
JavaScript. queering-search.js clones these and fills the derived parts; it writes
no label of its own. Same discipline as the register's index, which clones an
entry's existing kind chip rather than rebuilding one.
OUTSIDE the landmark, like the sibling nav above and for the same reason: a
template is inert, so it is not this sheet's content and must not reach the
Markdown, the search index, or the mirror. All three read the landmark and nothing
else, so putting these here needs no converter to learn a new tag. -->
<template id="qe-tpl-sheets">
<section class="qe-result-group">
<h3>On the sheets</h3>
<div class="qe-result-list"></div>
</section>
</template>
<template id="qe-tpl-register">
<section class="qe-result-group qe-result-group--register">
<h3>In the accession register</h3>
<div class="qe-result-list"></div>
</section>
</template>
<template id="qe-tpl-result">
<article class="qe-result">
<p class="qe-result-where">
<span class="qe-result-no"></span>
<a class="qe-result-link" href=""></a>
</p>
<p class="qe-result-in"></p>
<p class="qe-result-snip"></p>
</article>
</template>
<template id="qe-tpl-quote">
<figure class="qe-result-quote">
<span class="qe-specimen-label">Quoted here</span>
<blockquote></blockquote>
<figcaption></figcaption>
</figure>
</template>
<template id="qe-tpl-none">
<p class="qe-result-none">Nothing in the cabinet matches <b class="qe-result-term"></b>. Every page is listed below.</p>
</template>
<template id="qe-tpl-count">
<span><b class="qe-count-sheets"></b> on the sheets, <b class="qe-count-register"></b> in the register, for <b class="qe-result-term"></b>.</span>
</template>
<template id="qe-tpl-broken">
<span>The index would not load, so the field cannot search. Every page is listed below, which needs nothing.</span>
</template>
<script src="queering.js"></script>
<script src="queering-search.js"></script>
</body>
</html>