about summary refs log tree commit diff
path: root/other/website/src
diff options
context:
space:
mode:
Diffstat (limited to 'other/website/src')
-rw-r--r--other/website/src/content_download.html73
-rw-r--r--other/website/src/content_home.html32
-rw-r--r--other/website/src/content_support.html17
-rw-r--r--other/website/src/content_team.html53
-rwxr-xr-xother/website/src/make.sh6
-rw-r--r--other/website/src/make_page.py6
-rw-r--r--other/website/src/template.html30
7 files changed, 217 insertions, 0 deletions
diff --git a/other/website/src/content_download.html b/other/website/src/content_download.html
new file mode 100644
index 00000000..bc8cbf9b
--- /dev/null
+++ b/other/website/src/content_download.html
@@ -0,0 +1,73 @@
+<p class="topic">DOWNLOADS</p>
+
+<p>This is the latest version of Teewars.</p>
+
+<p class="topic">General notes</p>
+
+<ul>
+    <li>An earlier version client cannot connect to a current version server, and vice versa.</li>
+    <li>Windows binaries are not tested under Microsoft Vista.</li>
+</ul>
+
+<p class="topic">Teewars Version 0.2.0 <span class="date">Released 2007-08-05</span></p>
+
+<table>
+<tr><td valign="top" width="250px">
+	<table>
+	<tr>
+		<td valign="top"><img src="gfx/win_tee.png"/></td>
+		<td>
+			<div class="subtopic">Windows (32bit)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/osx_tee.png"/></td>
+		<td>
+			<div class="subtopic">Mac OS X (Intel)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Mac OS X (PPC)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/linux_tee.png"/></td>
+		<td>
+			<div class="subtopic">Linux x86</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Linux x86_64</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	</table>
+</td><td width="50px">&nbsp;
+</td><td valign="top" width="300px">
+
+	<p>Release notes</p>
+	<ul>
+		<li>Two new maps</li>
+		<li>Ingame chat</li>
+		<li>Kill messages</li>
+		<li>New and improved scoreboard</li>
+		<li>Lots of weapon tweaks and improvements</li>
+		<li>Lots of new sounds</li>
+		<li>Revised offline GUI with settings for keys, graphics and more</li>
+		<li>Respawn times</li>
+		<li>Score and time limit</li>
+		<li>Reworked network engine, smoother, less bandwidth</li>
+		<li>The all-new Ninja powerup!</li>
+		<li>Added screenshot button: F10</li>
+		<li>New and improved master server system</li>
+	</ul>
+	
+</td></tr>
+</table>	
\ No newline at end of file
diff --git a/other/website/src/content_home.html b/other/website/src/content_home.html
new file mode 100644
index 00000000..7392e628
--- /dev/null
+++ b/other/website/src/content_home.html
@@ -0,0 +1,32 @@
+
+<div class="page_image">
+	<img src="gfx/teeattack_placeholder.png"/>
+</div>
+
+<p class="topic">TEEWARS 0.2.0 RELEASED <span class="date">2007-08-05</span></p>
+<p>The long sought-after update of Teewars has finally arrived!
+The highligts of version 0.2.0 include:</p>
+
+<ul>
+	<li>Much improved network stability</li>
+	<li>Time- and frag limits</li>
+	<li>A proper options screen</li>
+	<li>New death match maps</li>
+</ul>
+
+<p>Any support-related questions or bug reports can be given either on
+IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
+
+<p>Enjoy the new release!</p>
+<p class="sign">The Teewars Team</p>
+
+<p class="topic">WHAT IS THIS, THEN?</p>
+<p>Teewars is a multiplayer 2D shooter, drawing its inspiration not only from
+the old classics, but also incorporating the advancements that FPS games brought
+in when the torch was handed over.</p>
+
+<p>The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling
+hook, some rather weird weaponry and a built-in multiplayer server. You can play
+it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.</p>
+
+<p>More info about the game can be found under the support section.</p>
diff --git a/other/website/src/content_support.html b/other/website/src/content_support.html
new file mode 100644
index 00000000..f6792d80
--- /dev/null
+++ b/other/website/src/content_support.html
@@ -0,0 +1,17 @@
+
+<p class="topic">SUPPORT</p>
+
+<p>If you have trouble getting Teewars to run, experience performance problems or
+have questions about the game, start out by checking our forums. Registration is free
+(YA, RLY!) and no question is too dumb to search for.</p>
+
+<p>There's also the IRC channel if you're feeling talkative, lonely or just want
+to give us cake. Or bacon. We like bacon.</p>
+
+<p>IRC: #teewars at irc.quakenet.org</p>
+
+<p><a href="forum">FORUM</a></p>
+
+<p style="text-align: center;">
+	<img src="gfx/teesupport_placeholder.png"/>
+</p>
diff --git a/other/website/src/content_team.html b/other/website/src/content_team.html
new file mode 100644
index 00000000..f8b78a3e
--- /dev/null
+++ b/other/website/src/content_team.html
@@ -0,0 +1,53 @@
+<p class="topic">TEAM AND CONTRIBUTORS</p>
+
+<table>
+<tr><td>
+
+<p class="subtopic">THE TEAM</p>
+<p><div class="subtopic">Magnus Auvinen (matricks)</div>
+<div class="normal">Lead Programmer</div></p>
+
+<p><div class="subtopic">Jakob Fries (serp)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Olle Rosenquist (phobos)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Joel de Vahl (void)</div>
+<div class="normal">Engine Programmer</div></p>
+
+<p><div class="subtopic">Johan Althoff (teetow)</div>
+<div class="normal">Sound Designer</div></p>
+
+<p><div class="subtopic">Tobias Lundmark (dopefish)</div>
+<div class="normal">Level Designer</div></p>
+
+<p><div class="subtopic">Victor Andre&aelig; (red_com)</div>
+<div class="normal">Lead Artist</div></p>
+
+<p><div class="subtopic">Marika Mets&auml;vainio (maikka)</div>
+<div class="normal">Level Artist</div></p>
+
+<p><div class="subtopic">Tomas Landin (kungtotte)</div>
+<div class="normal">Win32 Maintainer</div></p>
+
+<p><div class="subtopic">Camilla Berglund (elmindreda)</div>
+<div class="normal">Linux 32-Bit Maintainer</div></p>
+
+</td><td width="150px">&nbsp;
+</td><td valign="top">
+
+	<p class="subtopic">THE CONTRIBUTORS</p>
+	
+	<ul>
+    <li><div class="normal">Trin</div></li>
+    <li><div class="normal">Ampleyfly</div></li>
+    <li><div class="normal">Concept-P</div></li>
+    <li><div class="normal">Retro</div></li>
+    <li><div class="normal">People at Birdie</div></li>
+    <li><div class="normal">People at #c++.se</div></li>
+    <li><div class="normal">People at Starbreeze</div></li>
+	</ul>
+
+</td></tr>
+</table>
\ No newline at end of file
diff --git a/other/website/src/make.sh b/other/website/src/make.sh
new file mode 100755
index 00000000..cf1c2723
--- /dev/null
+++ b/other/website/src/make.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+python make_page.py < content_home.html > ../index.html
+python make_page.py < content_team.html > ../team.html
+python make_page.py < content_download.html > ../download.html
+python make_page.py < content_support.html > ../support.html
diff --git a/other/website/src/make_page.py b/other/website/src/make_page.py
new file mode 100644
index 00000000..57d6ef51
--- /dev/null
+++ b/other/website/src/make_page.py
@@ -0,0 +1,6 @@
+import sys
+
+template = "".join(file("template.html").readlines())
+content = "".join(sys.stdin.readlines())
+final_page = template.replace("%CONTENT%", content)
+print final_page
\ No newline at end of file
diff --git a/other/website/src/template.html b/other/website/src/template.html
new file mode 100644
index 00000000..18eac49d
--- /dev/null
+++ b/other/website/src/template.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				%CONTENT%
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>
\ No newline at end of file