mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-03-31 22:24:03 +01:00
documenting old scripts
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
<li><a href="../bankofexpo.html">boe</a> Bank of Expo (perl) runs the accounts preceding and during expo
|
||||
<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">therionpage.tex</a> LaTeX script anbd 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#latex">wallets.py</a> generates statuspages and to-do list pages for survey data production.
|
||||
<li><a href="scriptsqms.html#svx2qm">svx2qm.py</a> extracts QMs from the survex files
|
||||
<li><a href="scriptsqms.html#tabqms">tablize-qms.pl</a> turns the list of QMs extracted into an HTML file
|
||||
<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="scriptscurrent.html#surface">make_svx.sh</a> generates surface Survex tracks
|
||||
<li><a href="scriptscurrent.html#svxtrace">svxtrace.py</a> analyses Survex tracks to help find errors
|
||||
<li><a href="scriptscurrent.html#survex">chk-refs.sh</a> analyses Survex files and wallets files to find reference errors</li><br />
|
||||
|
||||
<li><a href="scriptscurrent.html#loser1624">convert.py</a> Scripts working on Loser-1624 Uebersicht_2011.svx</li>
|
||||
<li><a href="scriptscurrent.html#cavestats">cavestats</a> extracts overall lengths and depths from all the survex files
|
||||
<li><a href="scriptscurrent.html#makefile">Makefile</a> coordinates running many of these scripts (needs maintenance)
|
||||
</ul>
|
||||
@@ -37,17 +37,19 @@
|
||||
|
||||
<p>Apart from these scripts, troggle in full deployment also needs <br>- a running mySQL database, <br>- a running apache webserver and <br>- cgit to display git repos.
|
||||
|
||||
<h3 id="inscripts">Old and possibly obsolete scripts</a></h3>
|
||||
<h3 id="inscripts">Old but maybe useful scripts</a></h3>
|
||||
<ul>
|
||||
<li><a href="scriptscurrent.html#glossary">make-glossary.pl</a> - used while documenting very complex caves (161 and 204).
|
||||
We may need this again for Tunnocks/Balkon.
|
||||
<li><a href="scriptsqms.html#find-dead-qms">find-dead-qms.py</a> - several QM scripts and intermediate files
|
||||
<li><a href="scriptscurrent.html#alljs">make-alljs.py</a> - extracts legs and entrances
|
||||
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - obsolete
|
||||
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - obsolete
|
||||
<li><a href="scriptscurrent.html#alljs">make-alljs.py</a> - extracts legs and entrances - still used?
|
||||
<li><a href="scriptscurrent.html#indxl4">make-indxal4.pl</a> - is this obsolete?
|
||||
</ul>
|
||||
<p>There were perl and python scripts scattered through the :drawings: and :loser: (svx files) repos. Not all of the functions in these scripts have been recreated in more recent scripts or programmed into troggle.
|
||||
The old scripts have been collected into /scripts or /noinfo in the :expoweb: repository.
|
||||
<h3 id="obs">Obsolete scripts</a></h3>
|
||||
<ul>
|
||||
<li><a href="scriptscurrent.html#logbk">logbk.pl</a> - 2004 - obsolete. Replaced by troggle import parsers.</li>
|
||||
</ul>
|
||||
<p>There are perl and python scripts scattered through the :drawings: and :loser: (svx files) repos. Not all of the functions in these scripts have been recreated in more recent scripts or programmed into troggle.
|
||||
|
||||
<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>
|
||||
in the HTML header. Then when troggle renders the page it will not allow the user to edit the generated page. See <a href="../computing/hbmanual1.html">handbook editing</a> for a fuller explanation of troggle post-processing.
|
||||
|
||||
Reference in New Issue
Block a user