-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (166 loc) · 9.36 KB
/
index.html
File metadata and controls
211 lines (166 loc) · 9.36 KB
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="ts2 - Train Signalling Simulator">
<meta name="author" content="ts2 team">
<link rel="icon" href="https://ts2.github.io/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="https://ts2.github.io/favicon.ico" type="image/x-icon" />
<title>TS2 - Train Signalling Simulator - Open Source with PyQt5</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/static/ts2.1.css">
</head>
<body>
<!-- github at top right -->
<a href="https://github.com/ts2/ts2" target="github">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index:444444;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<!-- Top nav -->
<nav class="navbar navbar-inverse ts2_nav">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img style="position: absolute; top: 5px; left: 5px; border: 0; z-index:444445;" src="/favicon-ani.gif" alt="ts2">
<a class="navbar-brand" href="#"><b>ts2</b></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://github.com/ts2/ts2/releases" target="_download">Download</a></li>
<li><a href="https://github.com/ts2/ts2/issues" target="_download">Feedback & Bugs</a></li>
<li><a href="http://github.com/ts2/ts2">Code</a></li>
<li><a href="http://github.com/ts2/ts2-data">Data</a></li>
<li><a href="http://docs-ts2.rhcloud.com/" target="_api_docs">API Docs</a></li>
<!----
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> --->
</ul>
<!---
<ul class="nav navbar-nav navbar-right">
<li><a href="../navbar/">Default</a></li>
<li class="active"><a href="./">Static top <span class="sr-only">(current)</span></a></li>
<li><a href="../navbar-fixed-top/">Fixed top</a></li>
</ul> --->
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Jumbotron Intro -->
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>ts2 - Train Signalling Simulator</h1>
<p style="text-align: center; font-size: 12pt;">An open source railway simulation game where you have to dispatch trains across an area and keep them on schedule</p>
<p style="text-align: center;">
<a class="btn btn-lg btn-primary" href="https://github.com/ts2/ts2/releases" role="button" target="_blank">« Download & Install »</a>
</p>
</div>
</div> <!-- end Jumbotron -->
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="width: 80%; margin:0 auto; border: 2px solid #666666;">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="/images/screenshot0.jpeg">
</div>
<div class="item">
<img src="/images/screenshot1.jpeg">
</div>
<div class="item">
<img src="/images/screenshot2.jpeg">
</div>
<div class="item">
<img src="/images/screenshot3.jpeg">
</div>
<div class="item">
<img src="/images/screenshot4.jpeg">
</div>
<div class="item">
<img src="/images/screenshot5.jpeg">
</div>
</div>
</div><!-- /.carousel -->
<div class="container">
<div class="row">
<div class="col-md-3">
<h2>v0.6 - 2015-10-26</h2>
<ul>
<li>NOTE: New release with Python3/PyQt5 and moving forwards</li>
<li>So many new things such as
<ul>
<li> Data is now json and in ts2-data</li>
<li>Ability to download sims / signals from ts2-data</li>
<li>Trains shunting</li>
<li>Trains splitting (joining postponed)</li>
</ul>
</li>
<li>Signals update with :
<ul>
<li>New parametric signals</li>
<li>French BAL signals (except blinking)</li>
<li>UK Shunt signalss</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-5">
<h2>Features</h2>
<ul>
<li>Real-time simulation of a train signalling control centre</li>
<li>Simulations are file based and can be edited by users within the editor</li>
<li>Everything can be changed through the editor, including :scenery layout, allowed routes, timetables and train characteristics (speed, acceleration, braking, length, ...)</li>
<li>Simulation scenes have no limitation in size or arrangement</li>
</ul>
<h2>Status</h2>
<p>
TS2 is beta software, meaning it is playable, but lacks many features that one would expect from a simulation. TS2 is provided with two basic simulations:
<ul>
<li>A demo simulation called "drain"</li>
<li>A full-featured simulation called "liverpool-st"</li>
</ul>
New simulations can be created with the editor provided with ts2.
</p>
</div>
<div class="col-md-4">
<h2>Developers Notice</h2>
<ul>
<li>Prepare for <a href="https://github.com/ts2/ts2/wiki/New-Arch"><b>Next Gen</b></a> </li>
</ul>
<h2>Newbie Guides</h2>
<ul>
<li><a href="http://www.railway-technical.com/sigtxt1.shtml">Principles of signalling</a></li>
<li><a href="https://en.wikipedia.org/wiki/UK_railway_signalling#Colour_light_signals">Color lights</a></li>
<li><a href="https://en.wikipedia.org/wiki/Westlock_Interlocking">Interlocking</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>