Remove ads, version bump

This commit is contained in:
Neale Pickett 2013-06-25 23:36:27 -06:00
parent d49d8b80ae
commit 85c036e967
4 changed files with 2 additions and 13 deletions

View File

@ -1,9 +0,0 @@
Advertisements
==============
The LADD scoreboard features rudimentary support for advertisements.
JPEG files in the "ads" directory will be displayed with a slow rotation
in a loop.
Files need to be named "ad01.jpg", "ad02.jpg", "ad03.jpg", etc. They'll
show up in numerical order.

View File

@ -100,8 +100,8 @@
<h1>Download</h1>
<p>
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-5.0.zip">Download
version 5.0</a> to your hard drive to run a scoreboard
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-5.1.zip">Download
version 5.1</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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

@ -23,7 +23,6 @@
<link rel="stylesheet" type="text/css" href="res/scoreboard.css">
<script type="text/javascript" src="logos/logos.js"></script>
<script type="text/javascript" src="res/scoreboard.js"></script>
<script type="text/javascript" src="res/adverts.js"></script>
</head>
<body>
<!--
@ -41,7 +40,6 @@
<p class="center">
<span id="period" onclick="handle(event);">--:--</span>
<span id="periodtext" onclick="handle(event);"></span>
<img id="advert" src="#" onerror="adverterror()">
<span id="jam" onclick="handle(event);">-:--.-</span>
<span id="jamtext" onclick="handle(event);"></span>
</p>