2020-07-27 01:42:09 +01:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Handbook Troggle Index< / title >
2024-02-09 00:01:17 +00:00
< link rel = "stylesheet" type = "text/css" href = "/css/main2.css" / >
2020-07-27 01:42:09 +01:00
< / head >
2022-06-24 22:44:23 +01:00
< body >
< style > body { background : #fff url ( /images/style/bg-system.png ) repeat-x 0 0 } < / style >
2020-07-27 01:42:09 +01:00
< 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:
2020-07-27 22:04:17 +01:00
< p > < img border = "1" class = "onright" width = "150px" src = 'tricky-troggle.jpg' alt = 'git logo' / > < / a >
< a href = "trogintro.html" > Troggle - Introduction< / a > - what it is< br >
2023-03-21 17:33:27 +00:00
< a href = "training/trogbegin.html" > Troggle - initial training< / a > - start here for complete beginners< br >
2020-07-29 18:02:33 +01:00
< a href = "trogusers.html" > Troggle - the Users< / a > - Who needs to know What and When< br >
2022-02-19 21:00:28 +00:00
< a href = "trogreports.html" > Troggle - Surveys & Caves< / a > - Trips, surveys, explorers, sketches, data...< br >
2020-07-27 01:42:09 +01:00
< a href = "trogdocm.html" > Troggle - Fixing things< / a > - users' manuals for data import< br >
2020-07-27 22:04:17 +01:00
< 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 foreign keys< br >
2022-03-11 21:25:33 +00:00
< a href = "trogdesign.html" > Troggle - What it does Badly< / a > - Design Decisions for the Future< br >
2020-07-27 01:42:09 +01:00
< ul >
2022-06-24 22:44:23 +01:00
< li > < a href = "trogregistr.html" > Troggle Login and user registration< / a > - proposal to remove registration (DONE)< br >
2023-02-08 23:36:35 +00:00
< li > < a href = "lbredesign.html" > Troggle Logbook Format Redesign< / a > - revising the logbook HTML (DONE)< br >
2020-07-29 18:02:33 +01:00
< li > < a href = "menudesign.html" > Troggle Menu Design< / a > - options for replacing the menuing system< br > < br >
2022-08-31 16:02:16 +01:00
< li > < a href = "namesredesign.html" > Troggle people's names' redesign< / a >
2020-07-27 01:42:09 +01:00
< 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 >
2021-12-05 23:57:56 +00:00
< li > < a href = "trogkill.html" > Troggle - Kill it with Fire< / a > - rewrite considerations< br >
2020-07-27 01:42:09 +01:00
< / ul >
2021-10-27 19:25:37 +01:00
< a href = "troglaptop.html" > Troggle laptop configuration< / a > - how to set up a software development machine< br >
< ul >
< li > < a href = "djangostart.html" > Django initial installation< / a > - what django-start should do< br >
< / ul >
2021-10-22 14:18:09 +01:00
< a href = "serverconfig.html" > Troggle server configuration< / a > - how to get troggle running on a new machine (incomplete!)< br >
2021-03-30 01:42:41 +01:00
< a href = "trogimport.html" > Troggle - Data Import< / a > - reset and import data< br >
2021-04-12 23:07:38 +01:00
< ul >
< li > < a href = "exportjson.html" > Troggle - JSON export< / a > - export data as JSON< br >
< / ul >
2021-03-21 20:02:29 +00:00
< a href = "trogdjango.html" > Troggle and Django< / a > - The Django web framework we use< br >
< a href = "trogdjangup.html" > Troggle: updating Django< / a > - Upgrading troggle to use a later Django version< br >
2021-12-01 20:24:34 +00:00
< a href = "trogtests.html" > Troggle tests< / a > - test suite for programmers< br >
2020-07-29 18:02:33 +01:00
< a href = "trogstatus.html" > Troggle & expo systems - status update< / a > - where we are now< br >
2020-07-27 01:42:09 +01:00
< br >
2021-04-29 17:52:28 +01:00
< a href = "trognotes.html" > Troggle Programmers's Notes< / a > - improving, updating, fixing, refactoring< br >
2020-07-27 01:42:09 +01:00
< 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 >
2021-04-12 23:07:38 +01:00
< ul >
< li > < a href = "scriptsqms.html" > QM (Question Mark) Scripts< / a > - all five ways we do it< br >
< li > < a href = "scriptscurrent.html" > Additional Scripts< / a > - more detail< br >
2021-12-01 20:24:34 +00:00
< li > < a href = "exporttgz.html" > Export all.tgz< / a > - export compressed survey data (Makefile)< br >
2021-04-12 23:07:38 +01:00
< / ul >
2020-07-27 01:42:09 +01:00
< br >
< hr / >
Return to: < a href = "trogintro.html" > Troggle intro< / a > < br / >
2022-06-24 22:44:23 +01:00
< hr / > < / body >
2020-07-27 01:42:09 +01:00
< / html >