Skip to content

Commit 957ca56

Browse files
authored
Merge pull request #400 from cjakeman/website-policies1
added contribute > team-policies webpage http://www.elvastower.com/forums/index.php?/topic/35131-policies-for-open-rails/
2 parents 8c4e374 + 575c727 commit 957ca56

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+
<p>
19+
<a href="http://www.gnu.org/licenses/licenses.html" title="The Free Software Foundation's license">The GNU Public License</a> allows a user to use Open Rails in any way, except that you may not distribute software containing part of Open Rails without respecting
20+
the license terms.
21+
</p>
22+
23+
<h2>Liability</h2>
24+
<p>
25+
Open Rails is intended for entertainment purposes only and, to avoid liability, is not suitable for professional applications.
26+
</p>
27+
28+
<h2>Code Submissions</h2>
29+
<p>
30+
<a href="https://github.com/openrails/openrails/blob/master/Docs/Contributing.md" title="Guidelines for contributors">Code contributions to our repository</a> must be in Microsoft's C# language.
31+
An authorised developer may not change content in the official version of Open Rails without approval from another authorised developer.
32+
</p>
33+
34+
<h2>Content Compatibility</h2>
35+
<p>
36+
Open Rails will continue to maintain compatibility with content from previous official versions of Open Rails.
37+
</p>
38+
39+
<h2>File Formats</h2>
40+
<p>
41+
New types of content will use the JavaScript Object Notation (JSON).
42+
<br>
43+
Existing types of content from previous official versions of Open Rails will continue to be loaded without change.
44+
</p>
45+
46+
<h2>User Language</h2>
47+
<p>
48+
English documents and text use American spelling (license, color etc.).
49+
</p>
50+
<?php include "../../shared/tail.php" ?>
51+
<?php include "../../shared/banners/preload_next_banner.php" ?>
52+
</body>
53+
</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)