more relative links

This commit is contained in:
Paul Warren 2024-02-24 20:35:46 +11:00
parent aa63f73a45
commit 4955f05930
5 changed files with 12 additions and 12 deletions

View File

@ -15,21 +15,21 @@
<div id="main-text" class="main">
<p>Overview</p>
<p><a href="/images/DAVIAC-1.jpg"><img src="/images/DAVIAC-1.jpg" alt="All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground" width=100% /></a></p>
<p><a href="images/DAVIAC-1.jpg"><img src="images/DAVIAC-1.jpg" alt="All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground" width=100% /></a></p>
<p>CPU</p>
<p><a href="/images/CPU.jpg"><img src="/images/CPU.jpg" alt="Closeup of the two CPU PCBs with ribbon cables connecting them" width=100% /></a></p>
<p><a href="images/CPU.jpg"><img src="images/CPU.jpg" alt="Closeup of the two CPU PCBs with ribbon cables connecting them" width=100% /></a></p>
<p>Clock and Front Panel</p>
<p><a href="/images/ClockFP.jpg"><img src="/images/ClockFP.jpg" alt="CLoseup of a PCB with a motor, cam and microswitch combined with a variable resistor to be a clock pulse generator and a panel with LEDs and switches acting as some control inputs for the computer" width=100% /></a></p>
<p><a href="images/ClockFP.jpg"><img src="images/ClockFP.jpg" alt="CLoseup of a PCB with a motor, cam and microswitch combined with a variable resistor to be a clock pulse generator and a panel with LEDs and switches acting as some control inputs for the computer" width=100% /></a></p>
<p>Program Counter</p>
<p><a href="/images/PC.jpg"><img src="/images/PC.jpg" alt="PCB with a lot of relays and lit LEDs" width=100% /></a></p>
<p><a href="images/PC.jpg"><img src="images/PC.jpg" alt="PCB with a lot of relays and lit LEDs" width=100% /></a></p>
<p>RAM</p>
<p><a href="/images/RAM.jpg"><img src="/images/RAM.jpg" alt="Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1" width=100% /></a></p>
<p><a href="images/RAM.jpg"><img src="images/RAM.jpg" alt="Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1" width=100% /></a></p>
<p>Registers / ALU</p>
<p><a href="/images/Registers.jpg"><img src="/images/Registers.jpg" alt="PCB with a large number of two types of relays and LEDs, some lit" width=100% /></a></p>
<p><a href="images/Registers.jpg"><img src="images/Registers.jpg" alt="PCB with a large number of two types of relays and LEDs, some lit" width=100% /></a></p>
<p>ROM</p>
<p><a href="/images/ROM.jpg"><img src="/images/ROM.jpg" alt="PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer" width=100% /></a></p>
<p><a href="images/ROM.jpg"><img src="images/ROM.jpg" alt="PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer" width=100% /></a></p>
<p>Scratch Ram?</p>
<p><a href="/images/ScratchRam.jpg"><img src="/images/ScratchRam.jpg" alt="A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays" width=100% /></a></p>
<p><a href="images/ScratchRam.jpg"><img src="images/ScratchRam.jpg" alt="A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays" width=100% /></a></p>
</div>

View File

@ -1,3 +1,3 @@
#!/bin/bash
git push
ssh pwarren.id.au "cd /var/www/daviac && GIT_SSH_COMMAND='ssh -i ~/.ssh/daviac_deploy' git pull"

View File

@ -1,4 +1,4 @@
<div id="header" class="header">
<h1><a href="/">DAVIAC: A Relay Computer</a></h1>
<h1><a href="">DAVIAC: A Relay Computer</a></h1>
<p>Designed and built by Dr David Warren. Hillbilly1 Assembler by Dr Kym Hill. <a href="https://git.pwarren.id.au/pwarren/DAVIAC-web/">Website</a> by <a href="https://pwarren.id.au/">Paul Warren</a></p>
</div>

View File

@ -16,7 +16,7 @@
<h2>Architectural Overview (click image for PDF)</h2>
<a href="pdf/Arch.pdf"><img src="images/Arch-1.png" alt="A block diagram of the architecture of the DAVIAC-1 along with the instruction set and machine code" /></a>
<h2>Physical Build Overview</h2>
<a href="images/DAVIAC-1.jpg"><img src="/images/DAVIAC-1.jpg" alt="All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground." /></a>
<a href="images/DAVIAC-1.jpg"><img src="images/DAVIAC-1.jpg" alt="All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground." /></a>
</div>
<?php include("footer.php"); ?>
</div>

View File

@ -16,7 +16,7 @@
<div id="main-text" class="main">
<h2>Assembler and Loader </h2>
<p> The DOS binary of the assembler and potentially source code will be provided at a later date </p>
<p> The program's <a href="/hillbilly1/Hillbilly1.txt">help output</a> provides some usage info and the assembler -> machine code mappings </p>
<p> The program's <a href="hillbilly1/Hillbilly1.txt">help output</a> provides some usage info and the assembler -> machine code mappings </p>
<h2>Programming Examples</h2>