updated some HTML
This commit is contained in:
parent
0bc49f38ff
commit
4e8c923390
14
index.html
14
index.html
|
@ -34,8 +34,8 @@
|
||||||
<p id="screenshot">
|
<p id="screenshot">
|
||||||
<img src="res/screenshot.png">
|
<img src="res/screenshot.png">
|
||||||
<br>
|
<br>
|
||||||
You can <a href="scoreboard.html">try it right now</a>--it
|
<a href="scoreboard.html">Try it right now</a>: click on things
|
||||||
runs in a web browser (but doesn't require Internet access).
|
to make them change.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1>Features</h1>
|
<h1>Features</h1>
|
||||||
|
@ -125,14 +125,8 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
A free <a href="http://woozle.org/track/">online track</a>,
|
I have several other software packages for NSOs and skaters at
|
||||||
to help you work out strategies.
|
<a href="http://woozle.org/derby/">woozle.org</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://woozle.org/~neale/papers/derby-av.html">
|
|
||||||
Running Audio/Visual for a Derby Bout</a> contains specific
|
|
||||||
hardware recommendation and hints for what to look for when
|
|
||||||
bargain hunting.
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
I also keep a <a href="res/others.html">list of other free
|
I also keep a <a href="res/others.html">list of other free
|
||||||
|
|
|
@ -40,7 +40,7 @@ td {
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://poang.gg/">POÄNG</a></td>
|
<td><a href="http://poang.gg/">POÄNG</a> (formerly <a href="http://www.david.kleinschmidt.name/qcrg-scoreboard/">QCRG Scoreboard</a>)</td>
|
||||||
<td>YES</td>
|
<td>YES</td>
|
||||||
<td>Adobe AIR</td>
|
<td>Adobe AIR</td>
|
||||||
<td>2</td>
|
<td>2</td>
|
||||||
|
@ -55,14 +55,6 @@ td {
|
||||||
<td>Interesting cli/srv model allowing multiple operators on a LAN</td>
|
<td>Interesting cli/srv model allowing multiple operators on a LAN</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td><a href="http://www.david.kleinschmidt.name/qcrg-scoreboard/">QCRG Scoreboard</a></td>
|
|
||||||
<td>YES</td>
|
|
||||||
<td>Flash (AIR?)</td>
|
|
||||||
<td>2</td>
|
|
||||||
<td>Couldn't figure out how to run it, but I didn't try too hard either</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://labs.metro-six.com/derbyscore/">Derby Score</a></td>
|
<td><a href="http://labs.metro-six.com/derbyscore/">Derby Score</a></td>
|
||||||
<td>YES</td>
|
<td>YES</td>
|
||||||
|
@ -94,6 +86,21 @@ td {
|
||||||
<td>2</td>
|
<td>2</td>
|
||||||
<td>If Oracle made a scoreboard, this would be it. It's <strong>massive</strong>: generates reports!</td>
|
<td>If Oracle made a scoreboard, this would be it. It's <strong>massive</strong>: generates reports!</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="http://www.zebrahuddle.com/index.php?action=downloads;sa=view&id=1">DerbyBoard</a></td>
|
||||||
|
<td>no</td>
|
||||||
|
<td>Windows</td>
|
||||||
|
<td>2</td>
|
||||||
|
<td>What an incredible waste of screen real estate! I hope you play somewhere very dark.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="http://www.pcscoreboards.com/rollerderbyscoreboardpro/">Scoreboard Pro</a></td>
|
||||||
|
<td>no</td>
|
||||||
|
<td>Windows</td>
|
||||||
|
<td>2</td>
|
||||||
|
<td>The author does not appear to have read WFTDA's rules.</td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
@ -118,8 +125,9 @@ td {
|
||||||
</dd>
|
</dd>
|
||||||
<dt>2</dt>
|
<dt>2</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Separate interface for operator and audience. More challenging
|
Separate interface for operator and audience, like an old-school
|
||||||
to set up for non-nerds and the impatient.
|
7-panel display scoreboard. What you see is a control panel;
|
||||||
|
the audience sees something different.
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
Loading…
Reference in New Issue