mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-26 17:21:55 +00:00
48 lines
2.7 KiB
HTML
48 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Handbook Troggle Index</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>Handbook Troggle - Index</h1>
|
|
|
|
<p>The number of different webpages describing troggle, configuring the server troggle runs on, maintaining the underlying Django system, current documentation, future design issues and historical decisions is all getting a bit voluminous. So we need a complete index:
|
|
<p>
|
|
<a href="trogintro.html">Troggle Introduction</a> - what it is<br>
|
|
<a href="trogusers.html">Troggle - the users</a> - Who needs to know What and When<br>
|
|
<a href="trogdocm.html">Troggle - Fixing things</a> - users' manuals for data import<br>
|
|
<a href="trogimport.html">Troggle Data Import</a> - reset and import data<br>
|
|
<a href="trogmanual.html">Troggle Maintenance</a> - list of maintenance tasks<br>
|
|
<a href="trogarch.html">Troggle Architecture</a> - diagrams, files, structure<br>
|
|
<a href="datamodel.html">Troggle Data Model</a> - syntax-coloured list of Classes, instance variables and foregin keys<br>
|
|
<a href="trogdesign.html">Troggle Design Decisions for the Future</a> - open issues being worked on<br>
|
|
<ul>
|
|
<li><a href="trogsimpler.html">Troggle - a kinder simpler troggle?</a> - Radost's proposals (critiqued)<br>
|
|
<li><a href="trogspeculate.html">Troggle Architecture Speculations</a> - as in April 2020<br>
|
|
<li><a href="trog2030.html">Troggle in 2025-2030</a> - architectural evolution proposal<br>
|
|
<li><a href="trogregistr.html">Troggle Login and user registration</a> - proposal to remove registration<br>
|
|
<li><a href="menudesign.html">Troggle Menu Design</a> - options for replacing the menuing system<br>
|
|
</ul>
|
|
<a href="serverconfig.html">Troggle server configuration</a> - how to get troggle running on a new machine<br>
|
|
<a href="unittests.html">Troggle Unit Tests</a> - test suite for programmers<br>
|
|
<a href="trogstatus.html">Troggle & Expo Systems - status update</a> - where we are now<br>
|
|
|
|
<br>
|
|
<a href="trognotes.html">Troggle Notes</a> - the beginnings of a manual<br>
|
|
<a href="trogassumptions.html">Pre-Troggle Assumptions</a> - list of assumptions<br>
|
|
<a href="archnotes.html">Archive Notes</a> - old ideas and original discussions<br>
|
|
<br>
|
|
<a href="scriptsother.html">Additional Scripts</a> - non-django but important<br>
|
|
<a href="scriptscurrent.html">Additional Scripts</a> - more detail<br>
|
|
<a href="scriptsqms.html">QM (Question Mark) Scripts</a> - all five ways we do it<br>
|
|
|
|
<br>
|
|
<hr />
|
|
Return to: <a href="trogintro.html">Troggle intro</a><br />
|
|
<hr />
|
|
</body>
|
|
</html>
|