Compare commits

...
2 Commits
2 changed files with 24 additions and 2 deletions
+22
View File
@@ -17,6 +17,28 @@ import LetterFooter from '../../../components/LetterFooter.astro';
<NavBar />
<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>
<h2>Node History</h2>
<ul>
<li>Started as a point (pre-1995)</li>
<li><strong>8.12.1995</strong> — Became a node under Hub 3000 (Christian Malluck)</li>
<li><strong>10.5.1996</strong> — Switched to ISDN</li>
<li><strong>3.7.1998</strong> — Own line at Branderstr.</li>
<li>~2000 — Went offline</li>
</ul>
<h2>Hub History</h2>
<ul>
<li><strong>Hub 3000</strong> — Christian Malluck (19951996)</li>
<li><strong>Hub 3100</strong> — Georg Wiesmann (from spring 1996)</li>
<li><strong>Hub 4000</strong> — Peter Kaleve (from autumn 1996, with Christian Beckmann)</li>
<li><strong>Hub 3500</strong> — Ralf Guertler (from spring 1997, until offline ~2000)</li>
</ul>
<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_SUPPORTED_NETS} />
<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={[
{
title: 'PC SECTION',
hardware: 'Colani 486dx2-66 / DOS / VGA / SB AWE32',
hardware: 'Colani 486dx2-66 / DOS / VGA / PAS 16',
items: [
{ key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline/' },
{ key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission/' },
@@ -42,7 +42,7 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
},
{
title: 'BBS & FIDO SECTION',
hardware: '486dx2-66 OS/2 Warp 3 / PHOBOS Mailbox',
hardware: '486dx2-66 / OS/2 Warp 3 / SB AWE32',
items: [
{ key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art/' },
{ key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist/' },