expoweb/handbook/troggle/trogmanual.html

54 lines
2.7 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Handbook Troggle Intro</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
2021-04-29 13:00:37 +01:00
<body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<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.
2020-04-02 21:40:30 +01:00
<p>This part of the handbook is intended for people maintaining the troggle software:
2020-07-09 23:48:02 +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>
<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.
2021-04-29 13:00:37 +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-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>
2021-04-29 13:00:37 +01:00
2020-07-29 18:02:33 +01:00
<li><a href="trogdjango.html">Troggle and django</a> - Upgrading to later django versions
2020-04-02 21:40:30 +01:00
<li><a href="trognotes.html">Uncategorised notes</a> and past speculations
</ul>
2020-07-09 23:48:02 +01:00
<p>Troggle is completely unlike any other django installation: it has a database, but the database is rebuilt from files every time it starts.
<p>Most of the data entry into troggle happens during or just after the expedition.
2021-04-12 23:07:38 +01:00
<h4>Advanced Users' Manual</h4>
<p>We don't have one of these. You may find what you are looking for in <a href="scriptsother.html">Other scripts</a> above. But there are a few things which are not really 'maintenance' and are not really cave data management either, e.g.
<ul>
<li><a href="exportjson.html">JSON export</a> - how to extract cave and expo data in JSON format.
<li><a href="exporttgz.html">Compressed data export</a> - how to extract cave and expo data in gzip/tar format.
</ul>
but do scan
<ul>
<li><a href="trogindex.html">Index of all troggle documents</a> - list of everything you can do with troggle.
</ul>
<p>* "Troggle eats just one very big meal a year."
2020-07-09 23:48:02 +01: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 />
Troggle index:
<a href="trogindex.html">Index of all troggle documents</a><br />
2021-04-29 13:00:37 +01:00
<hr /></body>
</html>