expoweb/handbook/troggle/trogmanual.html

39 lines
2.0 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>
<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.
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
</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.
<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 />
2020-04-02 21:40:30 +01:00
<hr />
</body>
</html>