Add Fido software stack to nodelist page, update hardware descriptions

This commit is contained in:
2026-09-12 21:26:14 +02:00
parent caa136f9f1
commit 03deba8892
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -17,6 +17,13 @@ import LetterFooter from '../../../components/LetterFooter.astro';
<NavBar /> <NavBar />
<h1>Fidonets and Nodelists</h1> <h1>Fidonets and Nodelists</h1>
<p>tHE tEMPLE bBS was Fidonet node <strong>2:2480/330</strong> (and 2:2480/331), running as a multi-net-server with a long list of other networks, most free to join and free to use for downloads. Sysop: Stefan Koelle.</p> <p>tHE tEMPLE bBS was Fidonet node <strong>2:2480/330</strong> (and 2:2480/331), running as a multi-net-server with a long list of other networks, most free to join and free to use for downloads. Sysop: Stefan Koelle.</p>
<h2>Fido Software on PHOBOS (486dx2-66, OS/2 Warp 3)</h2>
<ul>
<li><strong>SuperBBS</strong> — Mailbox software</li>
<li><strong>McMail</strong> — Mailer</li>
<li><strong>FastEcho</strong> — Tossing / scanning</li>
<li><strong>GoldED</strong> — Editor</li>
</ul>
<AnsiArt html={BOX_USEFUL_INFO} /> <AnsiArt html={BOX_USEFUL_INFO} />
<AnsiArt html={BOX_SUPPORTED_NETS} /> <AnsiArt html={BOX_SUPPORTED_NETS} />
<h2>Net Groups (as listed on the original welcome screen)</h2> <h2>Net Groups (as listed on the original welcome screen)</h2>
+2 -2
View File
@@ -17,7 +17,7 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
<Tile sections={[ <Tile sections={[
{ {
title: 'PC SECTION', title: 'PC SECTION',
hardware: 'Colani 486dx2-66 / DOS / VGA / SB AWE32', hardware: 'Colani 486dx2-66 / DOS / VGA / PAS 16',
items: [ items: [
{ key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline/' }, { key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline/' },
{ key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission/' }, { key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission/' },
@@ -42,7 +42,7 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
}, },
{ {
title: 'BBS & FIDO SECTION', title: 'BBS & FIDO SECTION',
hardware: '486dx2-66 OS/2 Warp 3 / PHOBOS Mailbox', hardware: '486dx2-66 / OS/2 Warp 3 / SB AWE32',
items: [ items: [
{ key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art/' }, { key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art/' },
{ key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist/' }, { key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist/' },