mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Tidy up scripts docm re wallets
This commit is contained in:
parent
58dcbae6de
commit
9db59f6e1b
@ -37,10 +37,6 @@ runs the QM list generation within each of the cave pages that needs it, runs <a
|
|||||||
and reports on everything using "bigbro" which we don't have any other reference to.
|
and reports on everything using "bigbro" which we don't have any other reference to.
|
||||||
<p>Today, troggle generates the .3d and .pos files, parses and loads the QM list and parses the include tree of the survex files.
|
<p>Today, troggle generates the .3d and .pos files, parses and loads the QM list and parses the include tree of the survex files.
|
||||||
|
|
||||||
<h4 id="wallets">Wallets</h4>
|
|
||||||
<p><a href="../survey/onlinewallet.html">Online wallets</a> are initially maintained using the <a href="/expofiles/surveyscans/wallets.py">wallets.py</a> script, but troggle also directly imports all the expofiles/surveyscans/ directories of scanned survey notes and produces <a href="/survey_scans/">reports</a> on them. There are several bash and python scripts in the <a href="/expofiles/surveyscans/">surveyscans</a> directory to create wallets for the coming year, and to re-run the wallet processing on all past years (for when we improve the script). For 2021 we have converted wallets.py to python3, so be careful of older versions which are python2.
|
|
||||||
|
|
||||||
|
|
||||||
<h4 id="folk">Folk</a></h4>
|
<h4 id="folk">Folk</a></h4>
|
||||||
<p><a href="../computing/folkupdate.html">Folk update</a> process produces a webpage listing all expo participants and it also runs some validation checks on the input file /folk/folk.csv . Troggle also directly imports folk.csv so that it knows who everyone is, but errors during the importing are not as easy to see as validation errors printed when running the <a href="../computing/folkupdate.html">make-folklist.py</a> script.
|
<p><a href="../computing/folkupdate.html">Folk update</a> process produces a webpage listing all expo participants and it also runs some validation checks on the input file /folk/folk.csv . Troggle also directly imports folk.csv so that it knows who everyone is, but errors during the importing are not as easy to see as validation errors printed when running the <a href="../computing/folkupdate.html">make-folklist.py</a> script.
|
||||||
|
|
||||||
@ -173,6 +169,12 @@ Also in the :loser:fixedpts/scripts/convert_shx/ folder is a 135-line short scri
|
|||||||
<span style="color:red">[to be investigated]</span>
|
<span style="color:red">[to be investigated]</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h4 id="wallets">Wallets</h4>
|
||||||
|
<p>Obsolete. Functions integrated into troggle in July/August 2022.
|
||||||
|
<p><a href="../survey/onlinewallet.html">Online wallets</a> are initially maintained using the <a href="/expofiles/surveyscans/wallets.py">wallets.py</a> script, but troggle also directly imports all the expofiles/surveyscans/ directories of scanned survey notes and produces <a href="/survey_scans/">reports</a> on them. There are several bash and python scripts in the <a href="/expofiles/surveyscans/">surveyscans</a> directory to create wallets for the coming year, and to re-run the wallet processing on all past years (for when we improve the script). For 2021 we have converted wallets.py to python3, so be careful of older versions which are python2.
|
||||||
|
<p>There were also scp-index-pages.sh and allwallets.py . A reference set used to live in :expoweb:/noinfo/scripts/walletscripts/ as well as the active copies in /expofiles/surveyscans/ .
|
||||||
|
|
||||||
<h4 id="logbk">logbk.pl</h4>
|
<h4 id="logbk">logbk.pl</h4>
|
||||||
<p>Obsolete.
|
<p>Obsolete.
|
||||||
<p>This function is now done by the troggle input parsers.
|
<p>This function is now done by the troggle input parsers.
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
<li><a href="scriptscurrent.html#latex">bierbook.tex</a> LaTeX script for generating the bierbook - a new list of names and dates each year
|
<li><a href="scriptscurrent.html#latex">bierbook.tex</a> LaTeX script for generating the bierbook - a new list of names and dates each year
|
||||||
<li><a href="scriptscurrent.html#latex">seshbook.tex</a> LaTeX script for generating the seshbook - works from the same list of names
|
<li><a href="scriptscurrent.html#latex">seshbook.tex</a> LaTeX script for generating the seshbook - works from the same list of names
|
||||||
<li><a href="scriptscurrent.html#latex">therionpage.tex</a> LaTeX script and makefile for generating therion-style protractors</li><br />
|
<li><a href="scriptscurrent.html#latex">therionpage.tex</a> LaTeX script and makefile for generating therion-style protractors</li><br />
|
||||||
<li><a href="scriptscurrent.html#wallets">wallets.py</a> generates statuspages and to-do list pages for survey data production.
|
|
||||||
<li><a href="scriptsqms.html">svx2qm.py</a> extracts QMs from the survex files (and <a href="scriptsqms.html">find-dead-qms.py</a>)
|
<li><a href="scriptsqms.html">svx2qm.py</a> extracts QMs from the survex files (and <a href="scriptsqms.html">find-dead-qms.py</a>)
|
||||||
<li><a href="scriptsqms.html">tablize-qms.pl</a> turns the list of QMs extracted into an HTML file
|
<li><a href="scriptsqms.html">tablize-qms.pl</a> turns the list of QMs extracted into an HTML file
|
||||||
<li><a href="scriptscurrent.html#surface">make_svx.sh</a> generates surface Survex tracks
|
<li><a href="scriptscurrent.html#surface">make_svx.sh</a> generates surface Survex tracks
|
||||||
@ -33,7 +32,6 @@
|
|||||||
<li><a href="scriptscurrent.html#summ">summarizecave.sh</a> gets .3d file contents using survex
|
<li><a href="scriptscurrent.html#summ">summarizecave.sh</a> gets .3d file contents using survex
|
||||||
<li><a href="scriptscurrent.html#tabular">caves-tabular.html</a> a re-sortable table of cave data
|
<li><a href="scriptscurrent.html#tabular">caves-tabular.html</a> a re-sortable table of cave data
|
||||||
<li><a href="scriptscurrent.html#js">JavaScript</a> packages are used by some troggle pages. See <a href="serverconfig.html#js">the Expo server page</a>.
|
<li><a href="scriptscurrent.html#js">JavaScript</a> packages are used by some troggle pages. See <a href="serverconfig.html#js">the Expo server page</a>.
|
||||||
<li><a href="scriptscurrent.html#prosp">make-prospectingguide-new.py</a> and <a href="">prospecting_guide_short.py</a> - (obsolete)</li><br />
|
|
||||||
|
|
||||||
<li><a href="scriptscurrent.html#ocaml">convert_shx.ml</a> converts coordinates to a shapefile</li>
|
<li><a href="scriptscurrent.html#ocaml">convert_shx.ml</a> converts coordinates to a shapefile</li>
|
||||||
|
|
||||||
@ -62,6 +60,8 @@ We may need this again for Tunnocks/Balkon.
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - 2004 - obsolete. Replaced by troggle import parsers.</li>
|
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - 2004 - obsolete. Replaced by troggle import parsers.</li>
|
||||||
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - obsolete. Part of the spreadsheet era.
|
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - obsolete. Part of the spreadsheet era.
|
||||||
|
<li><a href="scriptscurrent.html#prosp">make-prospectingguide-new.py</a> and <a href="">prospecting_guide_short.py</a> - (obsolete)</li>
|
||||||
|
<li><a href="scriptscurrent.html#wallets">wallets.py</a> - obsolete. Generated statuspages and to-do list pages for survey data production.
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="newscript">When you write a script</a></h3>
|
<h3 id="newscript">When you write a script</a></h3>
|
||||||
<p>Any script that generates an HTML file should insert <em><meta name="keywords" content="NOEDIT"></em>
|
<p>Any script that generates an HTML file should insert <em><meta name="keywords" content="NOEDIT"></em>
|
||||||
|
Loading…
Reference in New Issue
Block a user