mirror of https://github.com/nealey/woozle.org.git
85 lines
2.9 KiB
Markdown
85 lines
2.9 KiB
Markdown
Title: Woozle Roller Derby Scoreboard
|
|
|
|
|
|
A free scoreboard for
|
|
Windows PCs, Apple Macintosh, Linux, Chromebooks, and more.
|
|
Supports WFTDA, USARS, RDCL, MADE, and JRDA scoreboard rules.
|
|
|
|
<div style="text-align: center;">
|
|
<h2>Live Demo</h2>
|
|
<iframe src="live/scoreboard.html" width="400" height="300">
|
|
<a href="live/scoreboard.html"><img src="screenshot.png"></a>
|
|
</iframe>
|
|
<p>Click on any part of the scoreboard to make it change.</p>
|
|
</div>
|
|
|
|
Features
|
|
-------
|
|
|
|
* Free: to use, share, and change (GPLv3).
|
|
* Easy: just click on what you want to change.
|
|
* Pretty: Optimized for high visibility on projectors.
|
|
* Portable: Runs on almost everything.
|
|
|
|
|
|
Installation
|
|
--------
|
|
|
|
<script type="text/javascript">
|
|
window.addEventListener("load", function () {
|
|
var dl = document.getElementById("download");
|
|
var dc = document.getElementById("download-chrome");
|
|
|
|
if (window.chrome) {
|
|
dc.style.display = "block";
|
|
dl.style.display = "none";
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<ul id="download">
|
|
<li><a href="https://chrome.google.com/webstore/detail/woozle-scoreboard/mgdklbiancdieoaabojfabakhlfhiglb?utm_source=woozle">Chrome Users</a></li>
|
|
<li><a href="https://woozle.org/neale/g.cgi/scoreboard/refs/">Everybody Else</a>:
|
|
The <a href="https://www.youtube.com/watch?v=lH1VZ2kFatY?utm_source=woozle">installation walkthrough video</a> may help if you don't use Chrome.
|
|
</li>
|
|
</ul>
|
|
|
|
<p id="download-chrome" style="display: none; text-align: center;">
|
|
<a style="padding: 1em 3em; background: green; color: white; border-radius: 0.2em;" href="https://chrome.google.com/webstore/detail/woozle-scoreboard/mgdklbiancdieoaabojfabakhlfhiglb?utm_source=woozle">⬇ Download</a>
|
|
</p>
|
|
|
|
The [scoreboard operation video](https://www.youtube.com/watch?v=MXOzmmnHqXU&t=1m1s&utm_source=woozle) can help you get started quickly.
|
|
|
|
[Source Code](https://woozle.org/neale/g.cgi/scoreboard/) is also available for anyone who happens to be a *huge nerd*.
|
|
|
|
|
|
Adding Your Logo
|
|
--------------
|
|
|
|
The scoreboard ships with a bunch of
|
|
[preinstalled team logos](logos.html),
|
|
including a rainbow of generic logos.
|
|
|
|
I would be happy to add your team's logo, too!
|
|
[Email me](mailto:neale@woozle.org) the largest copy you can find,
|
|
and I'll put it in.
|
|
SVG, WMF, or PNG files are best.
|
|
|
|
Please do this at least a week before your bout!
|
|
|
|
|
|
|
|
More Woozle.org Derby Stuff
|
|
-----------------------
|
|
|
|
* [Free Derby Scoreboard Software](others.html) contains links to everything I've been able to find. If the Woozle Scoreboard isn't for you, check here next.
|
|
* [Woozle.org derby stuff](/derby/) includes software, hardware (5-foot-tall indoor/outdoor LED scoreboard, anyone?), as well as documents and forms to help smaller teams.
|
|
|
|
|
|
Contact Me
|
|
---------
|
|
|
|
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](mailto:neale@woozle.org).
|
|
I especially like hearing from people who are using the software: I love knowing I'm able to help people out.
|