2019-12-23 16:29:50 +00:00
|
|
|
<!DOCTYPE html>
|
2019-02-25 20:54:07 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2019-12-23 16:29:50 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2020-04-02 14:25:58 +01:00
|
|
|
<title>Handbook Troggle Intro</title>
|
2019-12-30 01:23:56 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
2019-02-25 20:54:07 +00:00
|
|
|
</head>
|
2020-04-22 19:37:10 +01:00
|
|
|
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
2019-02-25 20:54:07 +00:00
|
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
2020-04-02 21:40:30 +01:00
|
|
|
<h1>Troggle - Maintenance Manuals</h1>
|
|
|
|
<p>Troggle is the software which runs the the expo cave survey data management and website.
|
2019-02-26 18:19:16 +00:00
|
|
|
|
2020-04-02 14:25:58 +01:00
|
|
|
|
2020-04-02 21:40:30 +01:00
|
|
|
<p>This part of the handbook is intended for people maintaining the troggle software:
|
2019-02-26 18:19:16 +00:00
|
|
|
|
2019-12-04 23:39:41 +00:00
|
|
|
<ul>
|
2020-04-02 21:40:30 +01:00
|
|
|
<li><a href="../computing/newyear.html">Annual tasks</a>: preparing for next year, finishing last year.
|
|
|
|
<li><a href="../computing/regular.html">Regular tasks</a>: housekeeping as surveys are digitised.
|
2020-05-12 17:19:15 +01:00
|
|
|
<li><a href="scriptsother.html">Other scripts</a> - photos, folk, wallets - not integral parts of troggle.
|
2020-04-02 21:40:30 +01:00
|
|
|
<li><a href="trogarch.html">Troggle and database</a> architecture: how it all fits together
|
2020-05-12 15:53:37 +01:00
|
|
|
<li><a href="trogdesign.html">Design decisions</a> inc. troggle replacement e.g. new systems for <a href="menudesign.html">website menus</a>
|
2020-04-26 21:41:21 +01:00
|
|
|
<li><a href="trogdocm.html">Maintain troggle</a> itself. The code is public on repository <a href="../computing/repos.html">:troggle:</a>
|
2020-04-02 21:40:30 +01:00
|
|
|
<li><a href="trognotes.html">Uncategorised notes</a> and past speculations
|
2019-12-04 23:39:41 +00:00
|
|
|
</ul>
|
|
|
|
|
2020-04-03 01:06:35 +01:00
|
|
|
<h3 id="troggle">Troggle - why we developed it</a></h3>
|
2020-04-28 12:31:38 +01:00
|
|
|
<a href="https://www.goodreads.com/book/show/1155986.The_Tricky_Troggle">
|
|
|
|
<img border="1" class="onright" width="150px" src='tricky-troggle.jpg' alt='git logo'/></a>
|
2020-04-03 01:06:35 +01:00
|
|
|
<p>Troggle..
|
2019-02-25 20:59:50 +00:00
|
|
|
<ol>
|
2020-04-02 21:40:30 +01:00
|
|
|
<li>Coherently publishes expo data by cave, by expedition, by person, by trip or by survey - without requiring duplicate data entry.
|
2019-02-25 20:54:07 +00:00
|
|
|
|
2020-04-02 21:40:30 +01:00
|
|
|
<li>Manages and safely archives the typed and scanned survey data, entrance data, trip records (logbooks) and expo records.
|
2020-04-03 01:06:35 +01:00
|
|
|
<li>Enforces consistency - making it easier to detect mistakes and omissions
|
2020-04-02 21:40:30 +01:00
|
|
|
<li>Publishes the "guidebook descriptions" of caves by a combination of online forms and uploading files.
|
|
|
|
<li>Supports the process of turning scribbled notes into finished cave surveys
|
2020-04-03 01:06:35 +01:00
|
|
|
<li>Generates prospecting guides so that we don't waste time looking at holes which have already been explored
|
|
|
|
<li>Reformats the webpages such that they have a coherent style and have a small menu at the top-left
|
2020-04-02 21:40:30 +01:00
|
|
|
hand corner. These are the handbook you are reading now and the historic records of past expeditions.
|
|
|
|
|
2020-04-03 01:06:35 +01:00
|
|
|
<li>Provides a way of editing individual pages of the handbook
|
2019-02-25 20:59:50 +00:00
|
|
|
for very quick and urgent changes.
|
2020-04-09 21:58:40 +01:00
|
|
|
[This is the "Edit this page" capability; see <a href="../computing/manual.html#editthispage"> for
|
2020-04-02 21:40:30 +01:00
|
|
|
how to use it</a> and <em>how to tidy up afterwards</em>].
|
2019-02-25 20:59:50 +00:00
|
|
|
</ol>
|
2020-04-28 12:31:38 +01:00
|
|
|
|
|
|
|
<p>* "Troggle eats just one very big meal a year."
|
2019-02-25 20:54:07 +00:00
|
|
|
<hr />
|
2020-04-02 21:40:30 +01:00
|
|
|
Go on to: <a href="trogarch.html">Troggle architecture</a><br />
|
|
|
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
|
|
|
<hr />
|
2019-02-25 20:54:07 +00:00
|
|
|
</body>
|
|
|
|
</html>
|