Remove ads, version bump
This commit is contained in:
parent
d49d8b80ae
commit
85c036e967
|
@ -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.
|
|
|
@ -100,8 +100,8 @@
|
||||||
|
|
||||||
<h1>Download</h1>
|
<h1>Download</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-5.0.zip">Download
|
<a href="http://woozle.org/~neale/g.cgi/scoreboard/snapshot/scoreboard-5.1.zip">Download
|
||||||
version 5.0</a> to your hard drive to run a scoreboard
|
version 5.1</a> to your hard drive to run a scoreboard
|
||||||
without Internet access (<strong>recommended</strong>:
|
without Internet access (<strong>recommended</strong>:
|
||||||
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
|
<a href="http://youtu.be/lH1VZ2kFatY">watch how</a>). This
|
||||||
includes the documentation.
|
includes the documentation.
|
||||||
|
|
BIN
logos/bombs.png
BIN
logos/bombs.png
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 191 KiB |
|
@ -23,7 +23,6 @@
|
||||||
<link rel="stylesheet" type="text/css" href="res/scoreboard.css">
|
<link rel="stylesheet" type="text/css" href="res/scoreboard.css">
|
||||||
<script type="text/javascript" src="logos/logos.js"></script>
|
<script type="text/javascript" src="logos/logos.js"></script>
|
||||||
<script type="text/javascript" src="res/scoreboard.js"></script>
|
<script type="text/javascript" src="res/scoreboard.js"></script>
|
||||||
<script type="text/javascript" src="res/adverts.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
<p class="center">
|
<p class="center">
|
||||||
<span id="period" onclick="handle(event);">--:--</span>
|
<span id="period" onclick="handle(event);">--:--</span>
|
||||||
<span id="periodtext" 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="jam" onclick="handle(event);">-:--.-</span>
|
||||||
<span id="jamtext" onclick="handle(event);"></span>
|
<span id="jamtext" onclick="handle(event);"></span>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue