-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (153 loc) · 7.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>fORCE9 BBS - A BBS in London, UK, running ENiGMA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/favicon/favicon-96x96.png">
<body>
<!-- Navbar
================================================== -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
</button>
<a class="brand" href="./index.html">fORCE9 BBS - bbs.force9.org</a>
<ul class="nav">
<li class="">
<a href="./index.html">About</a>
</li>
<!--<li class="">-->
<!--<a href="./message-networks.html">Message Networks</a>-->
<!--</li>-->
</ul>
<div class="nav-collapse collapse pull-right">
<ul class="nav">
<li class="">
<a href="./vtx/force9.html">> Web Client Login <</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Getting started</h1>
<p class="lead">Welcome to fORCE9 BBS. fORCE9 runs ENiGMA½ BBS software on a Raspberry Pi in North East London, UK. </p>
</div>
</header>
<div class="container">
<!-- Docs nav
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#logging-in"><i class="icon-chevron-right"></i> Logging In</a></li>
<li><a href="#message-networks"><i class="icon-chevron-right"></i> Message Networks</a></li>
<li><a href="#door-games"><i class="icon-chevron-right"></i> Door Games</a></li>
<li><a href="#enigma-bbs"><i class="icon-chevron-right"></i> ENiGMA½ BBS Software</a></li>
</ul>
</div>
<div class="span9">
<!-- Logging In
================================================== -->
<section id="logging-in">
<div class="page-header">
<h1>1. Logging In</h1>
</div>
<p class="lead">
You've got two options - our awesome <a href="vtx/force9.html">web client</a> or
downloading a telnet client and connecting to bbs.force9.org.
</p>
<div class="row-fluid">
<div class="span6">
<h2>Web Client</h2>
<p><strong>Fastest way to get started:</strong> nothing to download or install. You'll have a
very similar experience to using a true telnet client.
</p>
<p><a class="btn btn-large btn-primary" href="vtx/force9.html">Use Web Client</a></p>
</div>
<div class="span6">
<h2>Download Telnet Client</h2>
<p>
Download Netrunner telnet client, for a proper BBS experience. Netrunner supports Windows &
Linux, and font scaling and smoothing.
</p>
<p><a class="btn btn-large" href="http://www.mysticbbs.com/downloads.html" target="_blank">Download Netrunner</a></p>
</div>
</div>
</section>
<!-- Message Networks
================================================== -->
<section id="message-networks">
<div class="page-header">
<h1>2. Message Networks</h1>
</div>
<p>
fORCE9 is hooked up to FSXnet, Agoranet, Retronet, WWIVnet and Fidonet. The message networks are what made BBS's
so popular back before the internet forums that we now know. If you're curious, jump into
FSXnet's General Chat channel and say hi!
</p>
<p><a class="btn btn-large" href="./message-networks">Read More</a></p>
</section>
<!-- Door Games
================================================== -->
<section id="door-games">
<div class="page-header">
<h1>3. Door Games</h1>
</div>
<p>
Did you ever play <a href="https://en.wikipedia.org/wiki/Legend_of_the_Red_Dragon" target="_blank">Legend of the Red Dragon</a>
back in the 90s? Well you should have - it's awesome. Lucky for you we have it online - just try it.
We're also hooked up to <a href="http://wiki.throwbackbbs.com/doku.php" target="_blank">DoorParty</a> and <a href="https://bbslink.net/" target="_blank">BBSlink</a> who both host dozens of inter-BBS door games.
</p>
</section>
<!-- ENiGMA½ BBS
================================================== -->
<section id="enigma-bbs">
<div class="page-header">
<h1>4. ENiGMA½ BBS Software</h1>
</div>
<p>
fORCE9 runs <a href="https://github.com/NuSkooler/enigma-bbs" target="_blank">ENiGMA½ BBS</a> software.
ENiGMA is written in Node.js, but still retains the nostalgic flair that makes BBS cool.
</p>
</section>
<!-- Footer
==================================================
<footer class="footer">
<div class="container">
<p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
<p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<ul class="footer-links">
<li><a href="http://blog.getbootstrap.com">Blog</a></li>
<li class="muted">·</li>
<li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
<li class="muted">·</li>
<li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
</ul>
</div>
</footer>
-->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<script src="assets/js/bootstrap-386.js"></script>
</body>
</html>