diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-03 03:07:55 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-03 03:07:55 +0000 |
commit | 398fce484c28ebc7e6c92d17143c094d74a01c14 (patch) | |
tree | 78cd65d282d377dbb88099429a8bf71409a80ff4 /web/include/status.php | |
parent | 09d32ff9fc5d72da630012d6b1c9a81f885280d9 (diff) | |
download | ioquake3-aero-398fce484c28ebc7e6c92d17143c094d74a01c14.tar.gz ioquake3-aero-398fce484c28ebc7e6c92d17143c094d74a01c14.zip |
Status page, minor updates.
git-svn-id: svn://svn.icculus.org/quake3/trunk@240 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/status.php')
-rw-r--r-- | web/include/status.php | 91 |
1 files changed, 89 insertions, 2 deletions
diff --git a/web/include/status.php b/web/include/status.php index 8aab09c..0dc2c12 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -1,2 +1,89 @@ -<h2>tba</h2> -<p>asdasd</p> +<h2>Port Status</h2> +<p>Here is a table of the most up to date information we have regarding icculus.org/Quake3's working status on different platforms. There are things to bear in mind when viewing this: +</p> +<ul> + <li>The status column refers only to the latest information we are given, so it may be out of date.</li> + <li>"Working" doesn't always imply "usable", see the <em>Notes</em> column.</li> + <li>Status is one of <em>working</em>, <em>broken</em> or <em>unknown</em>.</li> +</ul> +<table> + <tr> + <th>Platform</th> + <th>Architecture</th> + <th>Status</th> + <th><acronym title="Last Known Working Revision">LKWR</acronym></th> + <th>Notes</th> + </tr> + <tr> + <th rowspan="3">Linux</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>gcc-x86_64</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td>x86_64 JIT bytecode compiler disabled by default.</td> <!--Notes--> + </tr> + <tr> + <td>gcc-ppc</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <th rowspan="2">Windows</th> <!--Platform--> + <td>mingw-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>MSVC-x86</td> <!--Arch--> + <td>unknown</td> <!--Status--> + <td><a href="http://svn.icculus.org/quake3/trunk/?rev=180">180</a>ish?</td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <th rowspan="2">Max OSX</th> <!--Platform--> + <td>xcode-G3</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>xcode-G4</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td>Client has severe graphical glitches.</td> <!--Notes--> + </tr> + <th>FreeBSD</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <th rowspan="2">Solaris</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <td>gcc-sparc</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <th>IRIX</th> <!--Platform--> + <td>cc-*</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td>Doesn't exist. Should we drop it?</td> <!--Notes--> + </tr> +</table> +<h2>Implemented Features</h2> |