summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-11-07 18:35:21 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2023-11-07 18:35:21 +0200
commit5652b9b66a8889bad24844ac5dd26cc258cd6a5a (patch)
treec1e8580fac0892171a6099aaf3b0a7bea94f6376
parent07d9365747abda0e08fc3240219d142e340b6b20 (diff)
downloadtroggle-5652b9b66a8889bad24844ac5dd26cc258cd6a5a.tar.gz
troggle-5652b9b66a8889bad24844ac5dd26cc258cd6a5a.tar.bz2
troggle-5652b9b66a8889bad24844ac5dd26cc258cd6a5a.zip
Javascript how it is.
-rw-r--r--media/js/readme.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/media/js/readme.txt b/media/js/readme.txt
index 339dfd7..36ebcd4 100644
--- a/media/js/readme.txt
+++ b/media/js/readme.txt
@@ -12,6 +12,16 @@ http://localhost:8000/pathsreport to check
JSLIB_ROOT /mnt/c/EXPO/troggle/media/jslib
JSLIB_URL /javascript/
+Troggle uses CaveView in to display survex .3d files.
+On the server CaveView is loaded in the proper Debian place for them, not part of the troggle
+code tree. So there is no copy of them here.
+
+There are JS snippets loaded from within the template .html files. These are in the troggle
+code tree repo.
+
+CodeMirror loader IS in the troggle repo, and is loaded from templates/html_editor>scripts.css
+and the CodeMirror JS IS in the troggle repo in media/js/CodeMirror
+
jquery seems to have been only used for a popup menuing system used for all the troggle reports
which was deleted by philip sargent as confusing and unnecessary in Spring 2020.