mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
added support for new graphic progress
This commit is contained in:
parent
a2eb26dbc1
commit
cf7f0ff6e9
1 changed files with 21 additions and 13 deletions
34
progress.php
34
progress.php
|
@ -69,34 +69,40 @@ $headers = getallheaders();
|
|||
|
||||
less than 100% is Excellent.
|
||||
-->
|
||||
<p>
|
||||
Linux 100% [**********]
|
||||
|
||||
Linux 100%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Excellent support.
|
||||
<br><br>
|
||||
|
||||
Irix 85% [******** ]
|
||||
Irix 85%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Satisfactory support.
|
||||
<br><br>
|
||||
|
||||
FreeBSD 40% [**** ]
|
||||
FreeBSD 40%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Support being applied.<br>
|
||||
Darius has supplied a patch, 80% when finished.
|
||||
<br><br>
|
||||
|
||||
Solaris 90% [********* ]
|
||||
Solaris 90%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Excellent.
|
||||
<br><br>
|
||||
|
||||
Aix 85% [******** ]
|
||||
Aix 85%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Satisfactory support.
|
||||
<br><br>
|
||||
|
||||
DOS 12% [* ]
|
||||
DOS 12%
|
||||
<img src="pb.png">
|
||||
<br><br>
|
||||
We THINK it works. Meaning, we also think it might
|
||||
be broken. We have no way of testing it. We need a maintainer for this. It
|
||||
|
@ -104,31 +110,33 @@ $headers = getallheaders();
|
|||
www.delorie.com/djgpp/ and djgpp if you want to play with it.
|
||||
<br><br>
|
||||
|
||||
Win98 50% [***** ]
|
||||
Win98 50%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
Support Broken<br>We need help with win32 support!
|
||||
<br><br>
|
||||
|
||||
WinNT 50% [***** ]
|
||||
WinNT 50%
|
||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
||||
<br><br>
|
||||
I suppose it's as well supported as win98.
|
||||
<br><br>
|
||||
|
||||
BeOS 0% [ ]
|
||||
BeOS 0%
|
||||
<br><br>
|
||||
No support.
|
||||
<br><br>
|
||||
|
||||
MacOS 0% [ ]
|
||||
MacOS 0%
|
||||
<br><br>
|
||||
No support.
|
||||
<br><br>
|
||||
|
||||
OS/2 0% [ ]
|
||||
OS/2 0%
|
||||
<br><br>
|
||||
No Support.
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
<br><br>
|
||||
</CENTER>
|
||||
</TD>
|
||||
|
|
Loading…
Reference in a new issue