-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (74 loc) · 5 KB
/
index.html
File metadata and controls
91 lines (74 loc) · 5 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Simutrans-github-project-page by simutrans</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>Simutrans-github-project-page</h1>
<p>repository providing the simutrans page on github</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/simutrans/simutrans-github-project-page" class="button fork"><strong>View On GitHub</strong></a>
<div class="downloads">
<span>Downloads:</span>
<ul>
<li><a href="https://github.com/simutrans/simutrans-github-project-page/zipball/master" class="button">ZIP</a></li>
<li><a href="https://github.com/simutrans/simutrans-github-project-page/tarball/master" class="button">TAR</a></li>
</ul>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<p><em>please note: this repository only hosts the project page</em></p>
<h3>Welcome to Simutrans on github</h3>
<p>Simutrans is a transport simulation game. The game is open source under the artistic license 2.0. The game simulates transport of goods and passengers with multiple modes of transport (viz Rail, Road, Aeroplane, Ship). The game world is seen in an isometric view.</p>
<p>Several modular 'pak-sets', containing graphical game content and game data are also available, several also under open licenses. </p>
<h2>Simutrans repositories at github</h2>
<ul>
<li>
<a href="https://github.com/aburch/simutrans">Simutrans git mirror</a>: origianl SVN on svn://tron.homeunix.org/simutrans/simutrans/ maintained by <a href="@aburch">Ansgar Burchardt</a>
</li>
<li>
<a href="https://github.com/jamespetts/simutrans-experimental">Simutrans-Experimental</a>: official development repository, maintained by <a href="@jamespetts">James Petts</a>
</li>
<li>
<a href="https://github.com/neroden/simutrans-pak128.britain">pak128.britain</a>: mirror of SVN repository on sourceforge (see below), maintained by <a href="@neroden">Nathanael Nerode</a>
</li>
<li>
<a href="https://github.com/jamespetts/simutrans-pak128.britain">pak128.britain-experimental</a>: fork of pak128.britain with features for <em>simutrans-experimental</em> [development repository, maintained by <a href="@jamespetts">James Petts</a>
</li>
<li>
<a href="https://github.com/pak128svn/simutrans-pak128">pak128</a>: mirror of the SVN repository on sourceforge (see below), maintained by the pak128 team (<a href="https://github.com/pak128svn" class="user-mention">@pak128svn</a>)</li>
</ul><h3>pak128</h3>
<p>pak128 is a so called pak-set for simutrans, it contains graphics for world tiles and vehicles, as well as game data for these objects. The pak-set is under Artistic License 2.0. The repository on github is a mirror of the main SVN repository on sourceforge <a href="http://sourceforge.net/projects/simutrans/files/pak128/">http://sourceforge.net/projects/simutrans/files/pak128/</a></p>
<p>The maintainers and main developers of the pak-set can be contacted at their forum thread: <a href="http://forum.simutrans.com/index.php?board=26.0">http://forum.simutrans.com/index.php?board=26.0</a>
Requests and bug reports posted here will be forwarded however (for the foreseeable future at least, state 2012).
Development snapshots are from time to time hosted <a href=pak128builds/index.html>here</a>.</p>
<h3>Support or Contact</h3>
<p>The international Simutrans forum <a href="http://forum.simutrans.com">http://forum.simutrans.com</a> provides support to players and advise for developers. The wiki provides an extensive, multilingual, collection of game and development advise:<a href="http://wiki.simutrans-germany.com/">http://wiki.simutrans-germany.com/</a></p>
<p>Not all projects are hosted or mirrored on github, you can find an overview on <a href="http://simutrans.com/development.htm">http://simutrans.com/development.htm</a> as well as on sourceforge: <a href="http://simutrans.svn.sourceforge.net/">http://simutrans.svn.sourceforge.net/</a></p>
<p><em>copyleft, the content of this page is free under creative commons license (cc-by 3.0)</em></p>
</section>
<footer>
<p>Project maintained by <a href="https://github.com/simutrans">simutrans</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>