mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Handbook Troggle Maintenance</title>
|
|
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
|
</head>
|
|
<body>
|
|
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
|
<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
|
|
faced with user-generated data and how to fix them. Common error messages. How to set up troggle on a new machine. Copies of the older material where that is illuminating.</em>
|
|
<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.
|
|
<p>Intended audience: Ideally someone who is not a python programmer will be able to use this page to help them fix import errors.
|
|
<p>Also here we will explain the useful diagnostic pages such as <br>
|
|
<a href="http://expo.survex.com/experimental">experimental</a><br>
|
|
<a href="http://expo.survex.com/pathsreport">pathsreport</a><br>
|
|
<a href="http://expo.survex.com/survey_scans">survey_scans</a><br>
|
|
<a href="http://expo.survex.com//admin/core/dataissue/l">/admin/core/dataissue/</a><br>
|
|
<a href="http://expo.survex.com/tunneldata">tunneldata</a><br>
|
|
<a href="http://expo.survex.com/statistics">statistics</a><br>
|
|
<a href="http://expo.survex.com/people">people</a><br>
|
|
|
|
<hr />
|
|
Go on to: <a href="trogarch.html">Troggle architecture</a><br />
|
|
Go on to: <a href="trognotes.html">Troggle notes to be restructured</a><br />
|
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
|
<hr />
|
|
</body>
|
|
</html>
|