about summary refs log tree commit diff
path: root/other/website
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-14 21:59:16 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-14 21:59:16 +0000
commitf1f9d455f271d216fb73ecee6181b49030078777 (patch)
treee425d5c19a75fec42e26b6d8c070a9e9ce7b1467 /other/website
parent4fc2c927dd178ac4f460ce5a4f99be097a029c69 (diff)
downloadzcatch-f1f9d455f271d216fb73ecee6181b49030078777.tar.gz
zcatch-f1f9d455f271d216fb73ecee6181b49030078777.zip
moved /trunk/other to /assets
Diffstat (limited to 'other/website')
-rw-r--r--other/website/default.css110
-rw-r--r--other/website/download.html102
-rw-r--r--other/website/gfx/happytee.pngbin50445 -> 0 bytes
-rw-r--r--other/website/gfx/linux_tee.pngbin2620 -> 0 bytes
-rw-r--r--other/website/gfx/main_bg_sun.pngbin2904 -> 0 bytes
-rw-r--r--other/website/gfx/main_bg_sun_top.pngbin3868 -> 0 bytes
-rw-r--r--other/website/gfx/menu_download_sun.pngbin12839 -> 0 bytes
-rw-r--r--other/website/gfx/menu_home_sun.pngbin7296 -> 0 bytes
-rw-r--r--other/website/gfx/menu_support_sun.pngbin12547 -> 0 bytes
-rw-r--r--other/website/gfx/menu_team_sun.pngbin8141 -> 0 bytes
-rw-r--r--other/website/gfx/osx_tee.pngbin5789 -> 0 bytes
-rw-r--r--other/website/gfx/sun_bg.pngbin70145 -> 0 bytes
-rw-r--r--other/website/gfx/teeattack_placeholder.pngbin24124 -> 0 bytes
-rw-r--r--other/website/gfx/teesupport_placeholder.pngbin65491 -> 0 bytes
-rw-r--r--other/website/gfx/top_logo_sun.pngbin40120 -> 0 bytes
-rw-r--r--other/website/gfx/win_tee.pngbin4913 -> 0 bytes
-rw-r--r--other/website/index.html62
-rw-r--r--other/website/smileys/big_smile.pngbin664 -> 0 bytes
-rw-r--r--other/website/smileys/cool.pngbin724 -> 0 bytes
-rw-r--r--other/website/smileys/hmm.pngbin797 -> 0 bytes
-rw-r--r--other/website/smileys/lol.pngbin783 -> 0 bytes
-rw-r--r--other/website/smileys/mad.pngbin809 -> 0 bytes
-rw-r--r--other/website/smileys/neutral.pngbin787 -> 0 bytes
-rw-r--r--other/website/smileys/roll.pngbin804 -> 0 bytes
-rw-r--r--other/website/smileys/sad.pngbin807 -> 0 bytes
-rw-r--r--other/website/smileys/smile.pngbin803 -> 0 bytes
-rw-r--r--other/website/smileys/tongue.pngbin785 -> 0 bytes
-rw-r--r--other/website/smileys/wink.pngbin794 -> 0 bytes
-rw-r--r--other/website/smileys/yikes.pngbin761 -> 0 bytes
-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.html54
-rwxr-xr-xother/website/src/make.sh6
-rw-r--r--other/website/src/make_page.py6
-rw-r--r--other/website/src/template.html30
-rw-r--r--other/website/support.html47
-rw-r--r--other/website/team.html83
38 files changed, 0 insertions, 622 deletions
diff --git a/other/website/default.css b/other/website/default.css
deleted file mode 100644
index b7ae1af9..00000000
--- a/other/website/default.css
+++ /dev/null
@@ -1,110 +0,0 @@
-body {
-	margin-top: 0px;
-	background-image: url(gfx/sun_bg.png);
-	background-repeat: no-repeat;
-	background-color: #82CDFF;
-	margin-left: 0px;
-	margin-right: 0px;
-	margin-bottom: 0px;
-
-	color: #666666;
-	font-size: 12px;
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	line-height: 20px;
-}
-
-div#outer
-{
-	margin-left: auto;
-	margin-right: auto;
-	width: 820px;
-}
-
-.page_header {
-	margin-top: 0px;
-	background-image: url(gfx/top_logo_sun.png);
-	background-repeat: no-repeat;
-	padding-left: 370px;
-	margin-left: 0px;
-	margin-right: 0px;
-	margin-bottom: 0px;
-}
-
-.page_body_top {
-	background: url(gfx/main_bg_sun_top.png) no-repeat top left;
-	height: 40px;
-}
-
-.page_body {
-	background: url(gfx/main_bg_sun.png) repeat-y top left;
-	height: auto;
-	padding-top: 40px;
-	padding-left: 70px;
-	padding-right: 70px;
-	padding-bottom: 40px;
-}
-
-
-.page_image {
-	margin-left: 30px;
-	float: right;
-}
-
-.topic {
-	font-size: 18px;
-	color: #627E27;
-	font-weight: bold;
-}
-
-
-.subtopic {
-	font-size: 14px;
-	color: #627E27;
-}
-
-.normal {
-	font-size: 12px;
-}
-
-.date {
-	color: #666666;
-	font-size: 12px;
-	line-height: 20px;
-	font-style: italic;
-	font-weight: normal;
-}
-
-
-.sign {
-	color: #666666;
-	font-size: 12px;
-	line-height: 20px;
-	font-style: italic;
-	text-align: right;
-}
-
-
-a:link {
-	color: #333333;
-}
-a:visited {
-	color: #333333;
-}
-a:hover {
-	color: #333333;
-}
-a:active {
-	color: #333333;
-}
-
-a:link img {
-	border: none;
-}
-
-a:visited img {
-	border: none;
-}
-
-a:hover img {
-	border: none;
-}
diff --git a/other/website/download.html b/other/website/download.html
deleted file mode 100644
index f722548d..00000000
--- a/other/website/download.html
+++ /dev/null
@@ -1,102 +0,0 @@
-<!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">
-				
-				<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>	
-
-			</div>
-		</div>
-	</div>
-</body>
-
-<html>
diff --git a/other/website/gfx/happytee.png b/other/website/gfx/happytee.png
deleted file mode 100644
index 3c431aae..00000000
--- a/other/website/gfx/happytee.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/linux_tee.png b/other/website/gfx/linux_tee.png
deleted file mode 100644
index 9ccc249b..00000000
--- a/other/website/gfx/linux_tee.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/main_bg_sun.png b/other/website/gfx/main_bg_sun.png
deleted file mode 100644
index afd2a54b..00000000
--- a/other/website/gfx/main_bg_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/main_bg_sun_top.png b/other/website/gfx/main_bg_sun_top.png
deleted file mode 100644
index 505e8fc0..00000000
--- a/other/website/gfx/main_bg_sun_top.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/menu_download_sun.png b/other/website/gfx/menu_download_sun.png
deleted file mode 100644
index 9c2a4a65..00000000
--- a/other/website/gfx/menu_download_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/menu_home_sun.png b/other/website/gfx/menu_home_sun.png
deleted file mode 100644
index 274f193e..00000000
--- a/other/website/gfx/menu_home_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/menu_support_sun.png b/other/website/gfx/menu_support_sun.png
deleted file mode 100644
index d67b2f61..00000000
--- a/other/website/gfx/menu_support_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/menu_team_sun.png b/other/website/gfx/menu_team_sun.png
deleted file mode 100644
index 474f2f71..00000000
--- a/other/website/gfx/menu_team_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/osx_tee.png b/other/website/gfx/osx_tee.png
deleted file mode 100644
index eaf7bb25..00000000
--- a/other/website/gfx/osx_tee.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/sun_bg.png b/other/website/gfx/sun_bg.png
deleted file mode 100644
index 4dd421c7..00000000
--- a/other/website/gfx/sun_bg.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/teeattack_placeholder.png b/other/website/gfx/teeattack_placeholder.png
deleted file mode 100644
index e56ecd8c..00000000
--- a/other/website/gfx/teeattack_placeholder.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/teesupport_placeholder.png b/other/website/gfx/teesupport_placeholder.png
deleted file mode 100644
index 95841b54..00000000
--- a/other/website/gfx/teesupport_placeholder.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/top_logo_sun.png b/other/website/gfx/top_logo_sun.png
deleted file mode 100644
index df26f9dd..00000000
--- a/other/website/gfx/top_logo_sun.png
+++ /dev/null
Binary files differdiff --git a/other/website/gfx/win_tee.png b/other/website/gfx/win_tee.png
deleted file mode 100644
index 8752c203..00000000
--- a/other/website/gfx/win_tee.png
+++ /dev/null
Binary files differdiff --git a/other/website/index.html b/other/website/index.html
deleted file mode 100644
index e2259d3b..00000000
--- a/other/website/index.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!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">
-				
-				
-<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 highlights 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>
-
-
-			</div>
-		</div>
-	</div>
-</body>
-
-<html>
diff --git a/other/website/smileys/big_smile.png b/other/website/smileys/big_smile.png
deleted file mode 100644
index 75343576..00000000
--- a/other/website/smileys/big_smile.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/cool.png b/other/website/smileys/cool.png
deleted file mode 100644
index e8de7f6a..00000000
--- a/other/website/smileys/cool.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/hmm.png b/other/website/smileys/hmm.png
deleted file mode 100644
index b83ed5f6..00000000
--- a/other/website/smileys/hmm.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/lol.png b/other/website/smileys/lol.png
deleted file mode 100644
index c0cadb80..00000000
--- a/other/website/smileys/lol.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/mad.png b/other/website/smileys/mad.png
deleted file mode 100644
index a6ee3783..00000000
--- a/other/website/smileys/mad.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/neutral.png b/other/website/smileys/neutral.png
deleted file mode 100644
index 036e1f52..00000000
--- a/other/website/smileys/neutral.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/roll.png b/other/website/smileys/roll.png
deleted file mode 100644
index 4807ccdf..00000000
--- a/other/website/smileys/roll.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/sad.png b/other/website/smileys/sad.png
deleted file mode 100644
index 586f6ab2..00000000
--- a/other/website/smileys/sad.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/smile.png b/other/website/smileys/smile.png
deleted file mode 100644
index b773d939..00000000
--- a/other/website/smileys/smile.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/tongue.png b/other/website/smileys/tongue.png
deleted file mode 100644
index ff6e8078..00000000
--- a/other/website/smileys/tongue.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/wink.png b/other/website/smileys/wink.png
deleted file mode 100644
index a2b70cb7..00000000
--- a/other/website/smileys/wink.png
+++ /dev/null
Binary files differdiff --git a/other/website/smileys/yikes.png b/other/website/smileys/yikes.png
deleted file mode 100644
index acb334f1..00000000
--- a/other/website/smileys/yikes.png
+++ /dev/null
Binary files differdiff --git a/other/website/src/content_download.html b/other/website/src/content_download.html
deleted file mode 100644
index bc8cbf9b..00000000
--- a/other/website/src/content_download.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<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
deleted file mode 100644
index 75461800..00000000
--- a/other/website/src/content_home.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<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 highlights 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
deleted file mode 100644
index f6792d80..00000000
--- a/other/website/src/content_support.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-<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
deleted file mode 100644
index 18a85ccb..00000000
--- a/other/website/src/content_team.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<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="100px">&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>
-	<img src="gfx/happytee.png"/>
-
-</td></tr>
-</table>
\ No newline at end of file
diff --git a/other/website/src/make.sh b/other/website/src/make.sh
deleted file mode 100755
index cf1c2723..00000000
--- a/other/website/src/make.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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
deleted file mode 100644
index 57d6ef51..00000000
--- a/other/website/src/make_page.py
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 18eac49d..00000000
--- a/other/website/src/template.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
diff --git a/other/website/support.html b/other/website/support.html
deleted file mode 100644
index 60cabc7f..00000000
--- a/other/website/support.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!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">
-				
-				
-<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>
-
-
-			</div>
-		</div>
-	</div>
-</body>
-
-<html>
diff --git a/other/website/team.html b/other/website/team.html
deleted file mode 100644
index efe5c5dc..00000000
--- a/other/website/team.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!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">
-				
-				<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="100px">&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>
-	<img src="gfx/happytee.png"/>
-
-</td></tr>
-</table>
-
-			</div>
-		</div>
-	</div>
-</body>
-
-<html>