2020-04-02 21:40:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2020-04-03 01:06:35 +01:00
|
|
|
<title>Handbook Troggle Maintenance</title>
|
2020-04-02 21:40:30 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-22 19:37:10 +01:00
|
|
|
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
2020-04-02 21:40:30 +01:00
|
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
2020-04-03 01:06:35 +01:00
|
|
|
<h1>Troggle - Fixing things that break</h1>
|
|
|
|
<p>The guide to the parser-model-view architecture is in the architecture document.
|
|
|
|
<p><em>This page will describe the usual things that go wrong: the parsers that break when
|
2020-07-10 02:51:53 +01:00
|
|
|
faced with user-generated data and how to fix them. Common error messages. </em>
|
2020-04-03 01:06:35 +01:00
|
|
|
<p>It concentrates on showing how to find and fix import errors so that the troggle-generated webpages are complete and not full of gaps.
|
2020-07-10 02:51:53 +01:00
|
|
|
<p><b>Intended audience:</b> Ideally someone who is not a python programmer will be able to use this page to help them
|
|
|
|
fix import errors by re-editing the input files: survex, tunnel, or logbook.
|
|
|
|
<p>Here we will explain the useful diagnostic detailed data pages for finding mis-matched files:<br>
|
|
|
|
<img border="1" class="onright" width="150px" src='tricky-troggle.jpg' alt='git logo'/></a>
|
|
|
|
<a href="http://expo.survex.com/statistics">statistics</a> - survey legs and distances for each expo<br>
|
|
|
|
<a href="/survexfile/161">all data one cave</a> - all the survex data for one cave and who was on each trip<br>
|
|
|
|
<a href="/personexpedition/MartinGreen/2002">per-person caving</a> - list of logbook trips and surveys for one person<br>
|
|
|
|
<a href="/people">people</a> - who caved when and how much did they survey<br>
|
|
|
|
<a href="/logbookentry/2018-07-19/balkon-to-honeycomb-hangmans">logbook entry</a> - who, where and what<br>
|
|
|
|
<a href="/survey_scans">survey_scans</a> - all wallets of scanned surveys and corresponding survex files<br>
|
|
|
|
<a href="/survey_scans/2014%252347/">per-wallet links</a> - links to scan files and survex files from one wallet<br>
|
|
|
|
<a href="/tunneldata">tunneldata</a> - all the tunnel drawings and the wallets and scanned images they derive from<br>
|
|
|
|
<br>
|
|
|
|
<a href="/admin/core/dataissue/l">/admin/core/dataissue/</a> - where the data import errors and warnings are recorded<br>
|
|
|
|
<br>
|
|
|
|
Configuration aids when setting up on a new machine (move to main manual):<br>
|
|
|
|
<a href="/pathsreport">pathsreport</a> - debugging aid<br>
|
|
|
|
<em>How to set up troggle on a new machine. <br>
|
2020-07-27 01:42:09 +01:00
|
|
|
Copies of the older material where that is illuminating.<br>
|
|
|
|
...needs more work...</em>
|
2020-04-02 21:40:30 +01:00
|
|
|
<hr />
|
2020-07-10 02:51:53 +01:00
|
|
|
|
2020-04-02 21:40:30 +01:00
|
|
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
2020-07-27 01:42:09 +01:00
|
|
|
Troggle index:
|
|
|
|
<a href="trogindex.html">Index of all troggle documents</a><br />
|
2020-04-02 21:40:30 +01:00
|
|
|
<hr />
|
|
|
|
</body>
|
|
|
|
</html>
|