diff options
Diffstat (limited to 'other/website/src/content_download.html')
| -rw-r--r-- | other/website/src/content_download.html | 73 |
1 files changed, 73 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> </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> </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> </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> </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"> +</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 |