Skip to content

Commit 1b7b519

Browse files
committed
added contribute > team-policies webpage
1 parent 94ca263 commit 1b7b519

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?php include "../../shared/head.php" ?>
2+
</head>
3+
4+
<body>
5+
<div class="container"><!-- Centres content and sets fixed width to suit device -->
6+
<?php include "../../shared/banners/choose_banner.php" ?>
7+
<?php include "../../shared/banners/show_banner.php" ?>
8+
<?php include "../../shared/menu.php" ?>
9+
<div class="row">
10+
<div class="col-md-12">
11+
<h1>Contribute > Team Policies</h1>
12+
</div>
13+
</div>
14+
<div class="row">
15+
<div class="col-md-3"></div>
16+
<div class="col-md-6">
17+
<h2>License</h2>
18+
The GNU Public License allows a user to use Open Rails in any way, except that you may not distribute software containing part of Open Rails without respecting
19+
the license terms.
20+
21+
<h2>Liability</h2>
22+
<p>
23+
Open Rails is intended for entertainment purposes only and, to avoid liability, is not suitable for professional applications.
24+
</p>
25+
26+
<h2>Code Submissions</h2>
27+
<p>
28+
Code contributions to our repository must be in Microsoft's C# language.
29+
An authorised developer may not change content in the official version of Open Rails without approval from another authorised developer.
30+
</p>
31+
32+
<h2>Content Compatibility</h2>
33+
<p>
34+
Open Rails will continue to maintain compatibility with content from previous official versions of Open Rails.
35+
</p>
36+
37+
<h2>File Formats</h2>
38+
<p>
39+
New types of content will use the JavaScript Object Notation (JSON).
40+
<br>
41+
Existing types of content from previous official versions of Open Rails will continue to be loaded without change.
42+
</p>
43+
44+
<h2>User Language</h2>
45+
<p>
46+
English documents and text use American spelling (license, color etc.).
47+
</p>
48+
<?php include "../../shared/tail.php" ?>
49+
<?php include "../../shared/banners/preload_next_banner.php" ?>
50+
</body>
51+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php echo "<title>Open Rails - Contribute - Team Policies</title>"; ?>

Website/openrails.org/shared/menu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function in_directory($cwd, $name) {
7070
<li><a href="/contribute/reporting-bugs/">Reporting Bugs</a></li>
7171
<li><a href="/contribute/building-models/">Building Models</a></li>
7272
<li><a href="/contribute/developing-code/">Developing Code</a></li>
73+
<li><a href="/contribute/team-policies/">Team Policies</a></li>
7374
<li><a href="/contribute/joining-the-team/">Joining the Team</a></li>
7475
<li><a href="/contribute/credits/">Credits</a></li>
7576
</ul>

0 commit comments

Comments
 (0)