mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-17 18:30:24 +00:00
Compare commits
2
Commits
caa136f9f1
...
17978f4972
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17978f4972 | ||
|
|
03deba8892 |
@@ -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 (1995–1996)</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>
|
||||
|
||||
@@ -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/' },
|
||||
|
||||
Reference in New Issue
Block a user