'ea' RTFM: continue writing

master
BodgeMaster 2025-09-16 09:26:25 +02:00
parent 052697011f
commit 55b037a8a9
1 changed files with 13 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<span class="quote speech">Number 15, I&apos;ll let you in.</span><br /> <span class="quote speech">Number 15, I&apos;ll let you in.</span><br />
</p> </p>
<p> <p>
The others are inside. Lucas and Karl are also inside.
<br /> <br />
Karl says: <span class="quote speech">We needed a little more space. Karl says: <span class="quote speech">We needed a little more space.
This place has been <span class="comment">vacant</span> forever, might This place has been <span class="comment">vacant</span> forever, might
@ -33,8 +33,18 @@
Annie sits down next to Lucas and watches as he carefully inserts one Annie sits down next to Lucas and watches as he carefully inserts one
board after the other. Karl is looking at the manual and tells him board after the other. Karl is looking at the manual and tells him
to set some tiny switches on the front of some of them.<br /> to set some tiny switches on the front of some of them.<br />
<!-- four thick ribbon cables need to be added to connect the backs of Karl says: <span class="quote speech">Annie, can you hand me these four
the backplanes --> gray ribbon cables?</span><br />
She looks around, lots of different cables everywhere.<br />
<span class="quote speech">The wide, flat ones to your left.</span><br />
He takes them and plugs them somewhere into the back of the rack.
</p>
<p>
Isabelle grabs the terminal from a corner of the room and lifts it onto
the rack. Meanwhile, Annie and Lucas start collecting the cables and
loose parts from the floor. Karl plugs rack and terminal into power and
connects a cable between the terminal and one of the devices in the front
of the rack.
</p> </p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html> <p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>