diff --git a/scoreboard/index.mdwn b/scoreboard/index.mdwn index b6ed3b4..3d7422b 100644 --- a/scoreboard/index.mdwn +++ b/scoreboard/index.mdwn @@ -1,35 +1,46 @@ -Title: LADD Roller Derby Scoreboard +Title: Woozle Roller Derby Scoreboard -![screenshot](screenshot.png) A free scoreboard for -Linux, Apple Macintosh, Android, iOS (iPhone or iPad), and Windows PCs. +Windows PCs, Apple Macintosh, Linux, Chromebooks, and more. Supports WFTDA, USARS, RDCL, MADE, and JRDA scoreboard rules. -Impatient? [Try it right now](live/scoreboard.html)! -It runs in your browser, but you can install it on the hard drive, -so you won't need Internet access. - +
+

Live Demo

+ +

Click on any part of the scoreboard to make it change.

+
Features ------- -* Free to use, share, and change (GPLv3). -* Easy to use: simply click on what you want changed. -* Optimized for high visibility when using a projector. -* Runs on almost everything. +* 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 -------- -* [Chrome Web Store listing](https://chrome.google.com/webstore/detail/ladd-roller-derby-scorebo/mgdklbiancdieoaabojfabakhlfhiglb?utm_source=woozle) for Chrome and Chromium users. -* [Download Page](https://woozle.org/neale/g.cgi/scoreboard/refs/) for everybody else. Download the highest-numbered version `.zip` file, and drag its contents into a new folder. This [video tutorial](https://www.youtube.com/watch?v=lH1VZ2kFatY?utm_source=woozle) walks you through it. -* [Source Code](https://woozle.org/neale/g.cgi/scoreboard/) is also available for anyone who happens to be a *huge nerd*. +
+
Chrome / Chromium
+
Visit Woozle Scoreboard in the web store, install button is in the top-right.
+ +
Everybody Else
+
The Download Page has all released versions. Download the highest-numbered version `.zip` file, and drag its contents into a new folder. The video tutorial walks you through installation.
+
+ +A [video tutorial](https://www.youtube.com/watch?v=MXOzmmnHqXU?t=1m1s&utm_source=woozle) is available. +It's for an older version but is still a good introduction. + +[Source Code](https://woozle.org/neale/g.cgi/scoreboard/) is also available for anyone who happens to be a *huge nerd*. -Adding Your Team's Logo --------------------- +Adding Your Logo +-------------- The scoreboard ships with a bunch of [preinstalled team logos](logos.html), @@ -47,7 +58,7 @@ Please do this at least a week before your bout! More Woozle.org Derby Stuff ----------------------- -* [Free Derby Scoreboard Software] contains links to everything I've been able to find. If the LADD Scoreboard isn't for you, check here next. +* [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. diff --git a/scoreboard/logos.html b/scoreboard/logos.html index 76b1343..16ca591 100644 --- a/scoreboard/logos.html +++ b/scoreboard/logos.html @@ -6,6 +6,7 @@ - + -

Roller Derby Logo Gallery

+

Roller Derby Logo Gallery

Here are the logos currently shipping with the diff --git a/scoreboard/others.html b/scoreboard/others.html new file mode 100644 index 0000000..52ca326 --- /dev/null +++ b/scoreboard/others.html @@ -0,0 +1,116 @@ + + + + Free Derby Scoreboard Software + + + + + +

Free Derby Scoreboard Software

+ +

+ 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. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameSource?PlatformNotes
Woozle ScoreboardYESWeb BrowserEasy to operate, easy to read, easy to install. Also, I wrote it :)
CRD ScoreboardYESJavaPacked with features, well-supported, very popular. I'm on good terms with several of the developers.
RinxternoWindowsIf Oracle made a scoreboard, this would be it. It's massive: generates reports!
Thor's HammernoWindowsI feel like they're trying to make a better CRD. Actively maintained.
POÄNG (formerly QCRG Scoreboard)YESAdobe AIRNice clean layout, but possibly about to be abandoned.
Derby ScoreYESJavaCould use some visual polish, but I like the author's attitude.
JamTrackernoAdobe AIRBusy layout
DerbyBoardnoWindowsWhat an incredible waste of screen real estate! I hope you play somewhere very dark.
Scoreboard PronoWindowsThe author does not appear to have read WFTDA's rules.
+ +
+
Source?
+
+ Whether you can download and modify the source code. Important to + many nerds like myself. +
+ +
Platform
+
+ What you need to buy/install before you can run it. +
+
+ + +
+ Neale Pickett <neale@woozle.org> +
+ + + + diff --git a/scoreboard/live/scoreboard.mk b/scoreboard/scoreboard.mk similarity index 58% rename from scoreboard/live/scoreboard.mk rename to scoreboard/scoreboard.mk index 72d5a8d..bf697e1 100644 --- a/scoreboard/live/scoreboard.mk +++ b/scoreboard/scoreboard.mk @@ -1,7 +1,12 @@ +PLAIN += scoreboard +COPY += scoreboard/screenshot.png +COPY += scoreboard/logos.html +COPY += scoreboard/others.html + TARGETS += $(DESTDIR)/scoreboard/live/index.html $(DESTDIR)/scoreboard/live/.git: - cd $(DESTDIR); git clone /home/neale/projects/scoreboard + cd $(DESTDIR)/scoreboard; git clone /home/neale/projects/scoreboard live $(DESTDIR)/scoreboard/live/index.html: $(DESTDIR)/scoreboard/live/.git $(DESTDIR)/scoreboard/live/index.html: /home/neale/projects/scoreboard diff --git a/style.css b/style.css index 5c6b39f..07a49d7 100644 --- a/style.css +++ b/style.css @@ -12,17 +12,11 @@ body { } h1#title { - color: #ccc; - font-size: 1.5em; + color: #888; + font-size: 2em; font-weight: bold; margin: 0; } -h1#title:before { - content: "Woozle"; - font-size: 3em; - font-weight: normal; - padding-right: 1em; -} nav { font-size: 80%; @@ -56,6 +50,9 @@ h2 { font-size: 115%; } +img { + max-width: 80%; +} a img { border: 1px #e8b solid; @@ -65,6 +62,11 @@ img.left { margin-right: 10px; } +dt { + font-weight: bold; +} + + pre { background-color: #eee; }