-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
78 lines (60 loc) · 3.38 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
<!DOCTYPE html>
<head>
<title>retro-B5500 Emulator Hosting Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="Nigel Williams & Paul Kimpel">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="./webSite/website.css">
</head>
<body>
<a href="./index.html" title="Click to return to the Home Page">
<img id=retroButton src="./webUI/resources/A-CONTROL.png" alt="retro A-CONTROL logo">
</a>
<h1><img src="./webUI/resources/retro-B5500-Logo.png" alt="retro logo">
<hr>
Burroughs B5500 Emulator Hosting Site
</h1>
<p>This site hosts the current version of the retro-B5500 emulator, an implementation of the legendary Burroughs B5500 that runs in a web browser.</p>
<p class=center>
<img src="./webSite/b5500.jpg" alt="Typical B5500 installation">
</p>
<h2>Main Links</h2>
<ul>
<li><a href="./webUI/B5500Console.html">B5500 Home Page</a>
<br>The home page from which you can start the emulator and open the B5500 Operations Console. <i>Please read the
<a href="https://github.com/pkimpel/retro-b5500/wiki/WebUIGettingStarted">Getting Started</a> wiki page before opening the home page.</i>
<li><a href="./webSite/HelpMenu.html">Help & Getting Started</a>
<br>A menu of information resources to assist you in setting up and operating the emulator.
<li><a href="https://github.com/pkimpel/retro-b5500/">Open Source Project</a>
<br>Source code, documentation, and other developer resources for the retro-B5500 emulator project at GitHub.
<li><a href="http://retro-b5500.blogspot.com/">Project Blog</a>
<br>The retro-B5500 project blog.
<li><a href="http://groups.google.com/group/retro-b5500/">Project Forum</a>
<br>The retro-B5500 project forum. The forum is open to everyone, but you must register first.
<li><a href="./webSite/UtilityMenu.html">Emulator Utilities</a>
<br>A set of utilities that run in your web browser for inspecting and modifying the emulator environment.
<li><a href="https://github.com/retro-software/B5500-software">B5500 Software Collection</a>
<br>A collection of B5500 source code, including version 13 of the CUBE Library from 1971.
<li><a href="./webSite/SoftwareRequest.html">B5500 System Software</a>
<br>Tape images and decoded ASCII files of B5500 system software for the Mark XIII (1971) software release. You must download at least the SYSTEM tape image in order to set up the emulator in your browser.
<li><a href="http://bitsavers.org/pdf/burroughs/B5000_5500_5700/">Burroughs Documents at bitsavers.org</a>
<br>A collection of scanned copies of original Burroughs manuals and other reference materials for the B5500 system. This project would not have been possible without the availability of these documents.
</ul>
<hr>
<p class="center smaller">Like this? Check out the
<a href="http://www.phkimpel.us/ElectroData-205/">ElectroData/Burroughs Datatron 205</a>
and
<a href="http://www.phkimpel.us/Burroughs-220/">Burroughs 220</a>
emulators.
</p>
<p> </p>
<div id=footerDiv>
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the
<a href="LICENSE.txt">MIT License</a>
</div>
<div id=lastModDiv>Revised
2019-04-12
</div>
</body>
</html>