From 31e589937e8963e35546039f0bff91e161f6e0f4 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 26 Oct 2021 12:34:18 +0300 Subject: [PATCH] radost tabular script better documented --- handbook/troggle/scriptscurrent.html | 2 +- scripts/{caves-tabular.htm => caves-tabular.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{caves-tabular.htm => caves-tabular.html} (100%) diff --git a/handbook/troggle/scriptscurrent.html b/handbook/troggle/scriptscurrent.html index 466cf4d14..54dc17aab 100644 --- a/handbook/troggle/scriptscurrent.html +++ b/handbook/troggle/scriptscurrent.html @@ -62,7 +62,7 @@ See the entire page devoted to the various

Currently the intermediate data it works from has to be hand-generated so a proper parsing script needs to be written.

caves-tabular.html

-

This webpage caves-tabular.html uses a page-specifc JavaScript file TableSort.js which allows the user to resort the table of all the cave data by any of the columns by clicking on it [by Radost]. The exact source (i.e. the report or script) of the data in the table is unknown. +

This webpage caves-tabular.html uses a page-specifc JavaScript file TableSort.js which allows the user to resort the table of all the cave data by any of the columns by clicking on it [by Radost]. The exact source of the data in the table is undocumented, but presumably from cavern .3d file export at an unknown date. diff --git a/scripts/caves-tabular.htm b/scripts/caves-tabular.html similarity index 100% rename from scripts/caves-tabular.htm rename to scripts/caves-tabular.html