From 25bb3402a69974213e8cea629ae79b406c77ef44 Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@bizjournals.com>
Date: Thu, 28 Jan 2021 19:43:05 -0500
Subject: [PATCH] webv4 page should not be enabled by default, and it should
 not assume /sbbs

---
 {webv4/pages/More => xtrn/doorscan}/003-doorscan.xjs |  2 +-
 xtrn/doorscan/doorscan.txt                           | 11 +++--------
 2 files changed, 4 insertions(+), 9 deletions(-)
 rename {webv4/pages/More => xtrn/doorscan}/003-doorscan.xjs (98%)

diff --git a/webv4/pages/More/003-doorscan.xjs b/xtrn/doorscan/003-doorscan.xjs
similarity index 98%
rename from webv4/pages/More/003-doorscan.xjs
rename to xtrn/doorscan/003-doorscan.xjs
index aaafc433ce..3ca77ea674 100644
--- a/webv4/pages/More/003-doorscan.xjs
+++ b/xtrn/doorscan/003-doorscan.xjs
@@ -1,4 +1,4 @@
-<!-- HIDDEN:Door Statistics -->
+<!-- Door Statistics -->
 <html>
 <head>
   <title>Monthly Door Log for <?xjs write(system.name) ?></title>
diff --git a/xtrn/doorscan/doorscan.txt b/xtrn/doorscan/doorscan.txt
index 0dd122212d..cc5e943a6b 100644
--- a/xtrn/doorscan/doorscan.txt
+++ b/xtrn/doorscan/doorscan.txt
@@ -7,7 +7,6 @@ Current unfinished status of doorscan:
 2. There is no logon/terminal module to display door usage
 3. The bulletin functionality was never implemented
 4. The user preferences may not be fully implemented
-5. It really ought to be converted to use JSONDB
 
 -----
 
@@ -65,14 +64,10 @@ You have many options:
 
 For original web (ie runemaster), copy doorscan.xjs to your web root
 
-For webv4, edit webv4/pages/More/003-doorscan.xjs and remove the HIDDEN from
-the comment:
+For webv4, copy 003-doorscan.xjs to webv4/pages/More/003-doorscan.xjs 
 
-<!-- HIDDEN:Door Statistics -->
-
-so it becomes
-
-<!-- Door Statistics -->
+For either web page, you may need to edit the load() line in the web page to 
+point to your doorscan.js file's location.
 
 Adding a Door Scan Configuration Item
 =====================================
-- 
GitLab