# HG changeset patch
# User John "Elwin" Edwards
# Date 1421266591 18000
# Node ID 5372f1f97cf52a4417cafe875f19d3122c98002a
# Parent bf518a00190bc11925af25a5413ccf452408081e
Move index.html files.
The RLGWebD index.html no longer needs to be renamed when installing.
diff -r bf518a00190b -r 5372f1f97cf5 index-rlg.html
--- a/index-rlg.html Wed Jan 14 07:44:22 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,139 +0,0 @@
-
-
-
-RLG-Web β7
-
-
-
-
-
-
-
-RLG-Web β7
-
-
-
-RLG-Web won't work without JavaScript. It's not as bad as Flash, I promise.
-
-
-
-
`
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
0
-
-
-
=
-
Bksp
-
↗
-
↑
-
↖
-
-
-
Tab
-
Q
-
W
-
E
-
R
-
T
-
Y
-
U
-
I
-
O
-
P
-
[
-
]
-
\
-
→
-
·
-
←
-
-
-
Ctrl
-
A
-
S
-
D
-
F
-
G
-
H
-
J
-
K
-
L
-
;
-
'
-
Ret
-
↘
-
↓
-
↙
-
-
-
Shift
-
Z
-
X
-
C
-
V
-
B
-
N
-
M
-
,
-
.
-
/
-
-
-
-
Keyboard
-
-
-
Stop
-
Font:
-Smaller
-Larger
-
-
-
-
-
No one is playing right now.
-
-
-
-
-
-
-
-
-
-
-
diff -r bf518a00190b -r 5372f1f97cf5 index.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html Wed Jan 14 15:16:31 2015 -0500
@@ -0,0 +1,139 @@
+
+
+
+RLG-Web β7
+
+
+
+
+
+
+
+RLG-Web β7
+
+
+
+RLG-Web won't work without JavaScript. It's not as bad as Flash, I promise.
+
+
+
+
`
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
0
+
-
+
=
+
Bksp
+
↗
+
↑
+
↖
+
+
+
Tab
+
Q
+
W
+
E
+
R
+
T
+
Y
+
U
+
I
+
O
+
P
+
[
+
]
+
\
+
→
+
·
+
←
+
+
+
Ctrl
+
A
+
S
+
D
+
F
+
G
+
H
+
J
+
K
+
L
+
;
+
'
+
Ret
+
↘
+
↓
+
↙
+
+
+
Shift
+
Z
+
X
+
C
+
V
+
B
+
N
+
M
+
,
+
.
+
/
+
+
+
+
Keyboard
+
+
+
Stop
+
Font:
+Smaller
+Larger
+
+
+
+
+
No one is playing right now.
+
+
+
+
+
+
+
+
+
+
+
diff -r bf518a00190b -r 5372f1f97cf5 webtty.js
--- a/webtty.js Wed Jan 14 07:44:22 2015 -0500
+++ b/webtty.js Wed Jan 14 15:16:31 2015 -0500
@@ -146,7 +146,7 @@
function serveStatic(req, res, fname) {
var nname = path.normalize(fname);
if (nname == "" || nname == "/")
- nname = "index.html";
+ nname = "index-sh.html";
if (nname.match(/\/$/))
path.join(nname, "index.html"); /* it was a directory */
var realname = path.join(serveStaticRoot, nname);