summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-09 20:35:07 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-09 20:35:07 -0500
commite5db0a8b04ae8276b54a3fd95ba4690c58d523e9 (patch)
tree6f49329e08398d4a7f6cce0069905a5588e3b030
parent526f312211bb5be24723953d45b83437dbbe9092 (diff)
downloadwebpage-e5db0a8b04ae8276b54a3fd95ba4690c58d523e9.tar.gz
webpage-e5db0a8b04ae8276b54a3fd95ba4690c58d523e9.tar.bz2
webpage-e5db0a8b04ae8276b54a3fd95ba4690c58d523e9.zip
Moveing rules to script format
-rw-r--r--fileparts/rules.html14
-rw-r--r--rules.html49
-rw-r--r--rules.sh6
3 files changed, 20 insertions, 49 deletions
diff --git a/fileparts/rules.html b/fileparts/rules.html
new file mode 100644
index 0000000..57d5c7c
--- /dev/null
+++ b/fileparts/rules.html
@@ -0,0 +1,14 @@
+<id><img style="width:32px" src="icon_rules.png"><br/><br/></id>
+<body>
+ <ol>
+ <li>Be kind and respectful to your fellow players
+ <ol type='a'>
+ <li>Threatening to hack other players or the server is a bannable offense</li>
+ <li>If an admin tells you to do or not do something, do (or don't do) it, no questions asked!</li>
+ <li>To report staff abuse, email <a href="mailto:apickx@cogarr.org">apickx@cogarr.org</a></li>
+ </ol>
+ </li>
+ <li>If you find a bug, report it, don't abuse it! If it's not obviously a bug, it's a game mechanic, feel free to use as many advantages as you can find!</li>
+ <li>This gamemode is in the process of being expanded, don't expect things to stay the same, and be patient with bugfixes</li>
+ </ol>
+</body>
diff --git a/rules.html b/rules.html
deleted file mode 100644
index ded6b4e..0000000
--- a/rules.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<html>
- <link rel="stylesheet" type="text/css" href="style.css">
- <head>
- <h1>Winter Survival 2 <img src="./icon_snowflake.png"> Anarchy</h1>
- <id><img src="./icon.png" style="width:256;"></id>
- </head>
- <br/>
- <br/>
- <id><hr></id>
- <div>
- <a href="./servers.html">servers</a>
- </div>
- <div>
- <a href="./recipes.html">recipes</a>
- </div>
- <div>
- <a style="text-decoration:line-through" href="./npcs.html">npcs</a>
- </div>
- <div>
- <a href="./index.html">home</a>
- </div>
- <div>
- <a href="./rules.html">rules</a>
- </div>
- <div>
- <a style="text-decoration:line-through" href="./quickstart.html">quickstart</a>
- </div>
- <id><hr><br/></id>
- <id><img style="width:32px" src="icon_rules.png"><br/><br/></id>
- <body>
- <ol>
- <li>Be kind and respectful to your fellow players
- <ol type='a'>
- <li>Threatening to hack other players or the server is a bannable offense</li>
- <li>If an admin tells you to do or not do something, do (or don't do) it, no questions asked!</li>
- <li>To report staff abuse, email <a href="mailto:apickx@cogarr.org">apickx@cogarr.org</a></li>
- </ol>
- </li>
- <li>If you find a bug, report it, don't abuse it! If it's not obviously a bug, it's a game mechanic, feel free to use as many advantages as you can find!</li>
- <li>This gamemode is in the process of being expanded, don't expect things to stay the same, and be patient with bugfixes</li>
- </ol>
- </body>
- <id><hr><br/></id>
- <footer>
- <id>
- Page last modified on 12/19/15 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a>
- </id>
- </footer>
-</html>
diff --git a/rules.sh b/rules.sh
new file mode 100644
index 0000000..2c9f0da
--- /dev/null
+++ b/rules.sh
@@ -0,0 +1,6 @@
+echo "Content-type: text/html"
+echo ""
+
+cat ./fileparts/header.html
+cat ./fileparts/rules.html
+cat ./fileparts/footer.html