144 lines
3.4 KiB
HTML
144 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Free Derby Scoreboard Software</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<style type="text/css">
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
td {
|
|
border: solid white 1px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Free Derby Scoreboard Software</h1>
|
|
|
|
<p>
|
|
This is a list of no-cost roller derby scoreboard software I have
|
|
found. Mine is at the top, because I think it's the best. I might
|
|
be wrong, though! Try the rest out and see for yourself.
|
|
</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Source?</th>
|
|
<th>Platform</th>
|
|
<th>Windows</th>
|
|
<th>Notes</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://woozle.org/scoreboard/">LADD Scoreboard</a></td>
|
|
<td>YES</td>
|
|
<td>JavaScript (web browser)</td>
|
|
<td>1</td>
|
|
<td>Easy to operate, easy to read; also, I wrote it :)</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<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>Adobe AIR</td>
|
|
<td>2</td>
|
|
<td>Nice clean layout</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://sourceforge.net/projects/derbyscoreboard/">CRD Scoreboard</a></td>
|
|
<td>YES</td>
|
|
<td>Java</td>
|
|
<td>2</td>
|
|
<td>Interesting cli/srv model allowing multiple operators on a LAN</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://labs.metro-six.com/derbyscore/">Derby Score</a></td>
|
|
<td>YES</td>
|
|
<td>Java</td>
|
|
<td>2</td>
|
|
<td>Could use some visual polish, but I like the author's attitude</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://rdnation.com/roller-derby-scoreboard">Thor's Hammer</a></td>
|
|
<td>no</td>
|
|
<td>Windows</td>
|
|
<td>2</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://www.rollerderbyproductions.com/">JamTracker</a></td>
|
|
<td>no</td>
|
|
<td>Adobe AIR</td>
|
|
<td>2</td>
|
|
<td>Busy layout</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="http://www.rinxter.com/">Rinxter</a></td>
|
|
<td>no?</td>
|
|
<td>Windows</td>
|
|
<td>2</td>
|
|
<td>If Oracle made a scoreboard, this would be it. It's <strong>massive</strong>: generates reports!</td>
|
|
</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>
|
|
|
|
<dl>
|
|
<dt>Source?</dt>
|
|
<dd>
|
|
Whether you can download and modify the source code. Important to
|
|
many nerds like myself.
|
|
</dd>
|
|
|
|
<dt>Platform</dt>
|
|
<dd>
|
|
What you need to buy/install before you can run it.
|
|
</dd>
|
|
|
|
<dt>Windows</dt>
|
|
<dd>
|
|
<dl>
|
|
<dt>1</dt>
|
|
<dd>
|
|
Operator interacts directly with the image on the projector.
|
|
What you see is what the audience sees.
|
|
</dd>
|
|
<dt>2</dt>
|
|
<dd>
|
|
Separate interface for operator and audience, like an old-school
|
|
7-panel display scoreboard. What you see is a control panel;
|
|
the audience sees something different.
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
<address>
|
|
Neale Pickett <<a href="mailto:neale@woozle.org">neale@woozle.org</a>>
|
|
</address>
|
|
|
|
</body>
|
|
</html>
|
|
|