s/LADD/Woozle/
This commit is contained in:
parent
d53103f7cf
commit
909a11f9fa
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"appName": {
|
"appName": {
|
||||||
"message": "LADD Roller Derby Scoreboard",
|
"message": "Woozle Roller Derby Scoreboard",
|
||||||
"description": "Application name"
|
"description": "Application name"
|
||||||
},
|
},
|
||||||
"appShortName": {
|
"appShortName": {
|
||||||
"message": "LADD Scoreboard",
|
"message": "Woozle Scoreboard",
|
||||||
"description": "Short application name"
|
"description": "Short application name"
|
||||||
},
|
},
|
||||||
"appDesc": {
|
"appDesc": {
|
||||||
|
@ -45,4 +45,4 @@
|
||||||
"message": "Setup",
|
"message": "Setup",
|
||||||
"description": "Software state allowing logos and times to be adjusted"
|
"description": "Software state allowing logos and times to be adjusted"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@ window.onload = gallery;
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here are the logos currently shipping with the
|
Here are the logos currently shipping with the
|
||||||
free <a href="../index.html">LADD Scoreboard</a>. If you'd like
|
free <a href="../index.html">Woozle Scoreboard</a>. If you'd like
|
||||||
yours added, email your team name, preferred short name, and logo
|
yours added, email your team name, preferred short name, and logo
|
||||||
to <a href="mailto:neale@woozle.org">neale@woozle.org</a>.
|
to <a href="mailto:neale@woozle.org">neale@woozle.org</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"short_name": "__MSG_appShortName__",
|
"short_name": "__MSG_appShortName__",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"author": "Neale Pickett <neale@woozle.org>",
|
"author": "Neale Pickett <neale@woozle.org>",
|
||||||
"version": "6.1",
|
"version": "6.2",
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["res/background.js"]
|
"scripts": ["res/background.js"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
LADD Roller Derby Scoreboard
|
Woozle Roller Derby Scoreboard
|
||||||
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
LADD Roller Derby Scoreboard
|
Woozle Roller Derby Scoreboard
|
||||||
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
Copyright © 2014 Neale Pickett <neale@woozle.org>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>LADD Scoreboard</title>
|
<title>Woozle Scoreboard</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue