153 lines
4.4 KiB
HTML
153 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Roller Derby Scoreboard Copyright © 2011 Neale Pickett
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see
|
|
<http://www.gnu.org/licenses/>.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>LADD Roller Derby Scoreboard</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="res/style.css">
|
|
</head>
|
|
<body>
|
|
<h1>LADD Roller Derby Scoreboard</h1>
|
|
|
|
<p>
|
|
This is a free WFTDA-rules scoreboard, created with ease-of-use
|
|
in mind. It is known to work on PC, Mac, Android, iOS, or Linux, using any
|
|
common web browser.
|
|
</p>
|
|
|
|
<p id="screenshot">
|
|
<img src="res/screenshot.png">
|
|
<br>
|
|
<a href="scoreboard.html">Try it right now</a>: click on things
|
|
to make them change.
|
|
</p>
|
|
|
|
<h1>Features</h1>
|
|
|
|
<ul>
|
|
<li>
|
|
Free to use, share, and change (GPLv3)
|
|
</li>
|
|
<li>
|
|
No Internet connection required
|
|
</li>
|
|
<li>
|
|
Easy mouse-driven (with hotkeys) setup and operation
|
|
</li>
|
|
<li>
|
|
No complicated installation procedure: just open a web page
|
|
</li>
|
|
<li>
|
|
Looks <em>good</em>, with colors tuned for high-visibility
|
|
on projectors
|
|
</li>
|
|
<li>
|
|
Appearance can be customized in HTML and CSS; comes with
|
|
several pre-written themes
|
|
</li>
|
|
<li>
|
|
Runs on practically anything, including older computers,
|
|
smartphones, and tablets
|
|
</li>
|
|
<li>
|
|
Ships with <a href="logos/logos.html">an ever-expanding set of
|
|
team logos</a>
|
|
</li>
|
|
<li>
|
|
The <b>only</b> scoreboard conforming to 9.1.5.4, requiring
|
|
<a href="penalties.html">penalty tracking</a>.
|
|
</li>
|
|
</ul>
|
|
|
|
<h1>Themes</h1>
|
|
<ul>
|
|
<li><a href="scoreboard.html">Normal layout</a> similar to most
|
|
other roller derby scoreboards</li>
|
|
<li><a href="crg.html">CRG-style layout</a>, or <a href="crg-nologo.html">CRG without logos</a></li>
|
|
<li><a href="penalties.html">Penalty tracking</a> layout</li>
|
|
<li><a href="highvis.html">High-visibility</a> for
|
|
low-power projectors or outdoor bouts</li>
|
|
<li><a href="micro.html">Timers-only</a> if you track
|
|
scores some other way</li>
|
|
<li><a href="flag.html">US Flag</a> in case you need it</li>
|
|
<li>Build your own using only HTML5 and CSS</li>
|
|
</ul>
|
|
|
|
<h1>Documentation</h1>
|
|
<p>
|
|
Watch a <a href="http://youtu.be/MXOzmmnHqXU">5-minute video
|
|
tutorial</a> or read the
|
|
<a href="res/usage.html">Full documentation</a> which comes bundled with the
|
|
download.
|
|
</p>
|
|
|
|
|
|
<h1>Download</h1>
|
|
<p>
|
|
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-4.2.zip">Download
|
|
version 4.2</a> to your hard drive to run a scoreboard
|
|
without Internet access (<strong>recommended</strong>:
|
|
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
|
|
includes the documentation.
|
|
</p>
|
|
|
|
<p>
|
|
If your scoreboard computer has an Internet connection, you don't
|
|
need to download anything at all. Just load up
|
|
the <a href="scoreboard.html">full-screen version</a> from this
|
|
page and you're all set.
|
|
</p>
|
|
|
|
<p>
|
|
You can
|
|
also <a href="http://woozle.org/~neale/g.cgi/scoreboard">browse
|
|
the source tree</a> or clone it with git:
|
|
<pre>git clone http://woozle.org/~neale/projects/scoreboard</pre>
|
|
</p>
|
|
|
|
<h1>Other Derby Stuff By Me</h1>
|
|
|
|
<ul>
|
|
<li>
|
|
I have several other software packages for NSOs and skaters at
|
|
<a href="http://woozle.org/derby/">woozle.org</a>
|
|
</li>
|
|
<li>
|
|
I also keep a <a href="res/others.html">list of other free
|
|
scoreboard programs</a>. If the LADD scoreboard isn't
|
|
right for you, try one of these!
|
|
</li>
|
|
</ul>
|
|
|
|
<h1>Contact Me</h1>
|
|
|
|
<p>
|
|
If you'd like me to add your team logo, have an idea for improvement,
|
|
or just want to say hi, please send me an email. I especially
|
|
like hearing from people who are using the software: I love knowing
|
|
I'm able to help people out.
|
|
</p>
|
|
|
|
<address>
|
|
Neale Pickett <<a href="mailto:neale@woozle.org">neale@woozle.org</a>>
|
|
</address>
|
|
|
|
</body>
|
|
</html>
|