robertsim007: Basic outline for the main site is complete.

This commit is contained in:
robertsim007 2005-03-21 18:51:42 +00:00
parent 98b2fca71c
commit 0932036b7a
1 changed files with 48 additions and 0 deletions

48
torque-ide/www/index.html Normal file
View File

@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Torque Integrated Development Editor (torque-ide)</title>
<link rel="STYLESHEET" type="text/css" href="style.css">
</head>
<table cellpadding="0" cellspacing="2" width="100%">
<tr>
<td align="center" valign="middle">
<table cellpadding="0" cellspacing="2" width="500">
<tr>
<td align="center" valign="top">
<a href="index.html">
torque-ide logo goes here, :)</a>
</td>
</tr>
<tr>
<td align="left" valign="top">
<p><a href="https://sourceforge.net/projects/torque-ide/">Torque Integrated Development Editor (torque-ide)</a> is an open-source,
cross-platform editor for the Torque Game Engine.<br>
</p>
<p>The torque-ide uses wxWidgets for the cross-platform GUI library and non platform specific C++ to allow for maximum cross-platform ability. </p>
<p>
It can be used for <a href="http://www.garagegames.com" target="_blank">Torque</a> script files as well as
<a href="http://www.tribes2.com/" target="_blank">Tribes/Tribes2</a> game scripts...
<br>
</p>
<p>There are plans to implement Python interoperability to allow for &quot;plugins&quot;. <br>
&nbsp;<br>
The torque-ide (for Windows) requires nothing extra to be installed in addition to the installer. The *nix version of the torque-ide requires GTK. Mac requirements are unkown at this time.</p>
</td>
</tr>
<tr>
<td align="center" valign="top">
<a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=128924&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a><br>
</td>
</tr>
<tr>
<td align="center" valign="top">
&copy; 2005 The torque-ide Team <a href="mailto:beffy@beffy.de"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>