Old prosp guide script replaced by troggle code

This commit is contained in:
Philip Sargent 2021-10-26 18:23:53 +03:00
parent f16439f3ba
commit fcdd19a343
6 changed files with 10 additions and 8 deletions

View File

@ -62,7 +62,7 @@ See the entire page devoted to the various
<p>Currently the intermediate data it works from has to be hand-generated so a <span style="color:red">proper parsing script needs to be written</span>.
<h4 id="tabular">caves-tabular.html</h4>
<p> This webpage <a href="../../scripts/caves-tabular.html">caves-tabular.html</a> 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. This may be that generated by <a href="#summ"><var>summarizecave.sh</var></a> .
<p> This webpage <a href="../../scripts/caves-tabular.html">caves-tabular.html</a> 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. This may be that generated by <a href="#summ">summarizecave.sh</a> .
@ -76,14 +76,11 @@ See the entire page devoted to the various
<h4 id="surface">make_svx.sh</h4>
<p><span style="color:red">[to be documented]</span>
<h4 id="area">make-areaindices.py</h4>
<p>In :expoweb:/noinfo/ - a key part (?) of generating the prospecting guides ? See below.
<p><span style="color:red">[to be documented]</span>
<h4 id="prosp">make-prospectingguide-new.py</h4>
<h4 id="prosp">make-prospectingguide-new.py and prospecting_guide_short.py</h4>
<p>In :expoweb:/noinfo/prospecting_guide_scripts/
<p><span style="color:red">[to be documented] - We need a whole webpage on how to construct the various prospecting guides.</span>
<p>These are now obsolete, replaced by the troggle code (troggle/core/views/prospect.py) that generates
<a href="http://expo.survex.com/prospecting_guide">prospecting_guide</a> on the fly (taking a couple of minutes each time).
<h4 id="latex">seshbook, bierbook & protractors</h4>
<p>How these are used once produced is <a href="../bierbook.html">documented in the the handbook</a>

View File

@ -4,6 +4,8 @@
# Script to create a slightly more useful attempt
# at a prospecting guide.
# Now obsolete - replace y troggle/core/views/prospect.py
areas = ['', '1a','1b','1c','1d', '2a', '2b', '2c', '2d', '3', '4', '5', '6','7', '8a', '8b', '8c', '8d', '9', '10', '11']
areanames = {

View File

Before

Width:  |  Height:  |  Size: 682 KiB

After

Width:  |  Height:  |  Size: 682 KiB

View File

Before

Width:  |  Height:  |  Size: 663 KiB

After

Width:  |  Height:  |  Size: 663 KiB

View File

@ -1,6 +1,9 @@
# Script to create a slightly more useful attempt
# at a prospecting guide.
# Now obsolete - replace y troggle/core/views/prospect.py
import sys
print "Don't run this script - use make-prospectingguide-new.py instead"
sys.exit(0)