mirror of https://github.com/nealey/woozle.org.git
68 lines
2.4 KiB
Markdown
68 lines
2.4 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/?h=multi-browser">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.
|
|
|
|
[Frequently Asked Questions](faq.html)
|
|
includes complete usage information and keyboard shortcuts.
|
|
|
|
[Issue Tracker](https://chrome.google.com/webstore/support/mgdklbiancdieoaabojfabakhlfhiglb)
|
|
for reporting bugs and requesting new features.
|
|
|
|
[Source Code](https://woozle.org/neale/g.cgi/derby/scoreboard/) is also available for anyone who happens to be a *huge nerd*.
|
|
|
|
|
|
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.
|