From 9397a38ea3743bb1c0ab77c39129e794b67c8056 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 25 Jul 2022 12:05:42 +0300 Subject: [PATCH] update code size --- handbook/troggle/trogarch.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/handbook/troggle/trogarch.html b/handbook/troggle/trogarch.html index 41e250f08..962f37f42 100644 --- a/handbook/troggle/trogarch.html +++ b/handbook/troggle/trogarch.html @@ -16,7 +16,8 @@
  • The website pages: the handbook, instructions, indexes, reference material, walking guides, logbook typescripts, reports to funding agencies, copies of expo reports in magazines, instruction guides for how to run an expo, accounting protocols for subsidising transport, rope maintenance standards: over 900 pages in all. What you are reading now is part of this.

  • The file archive: the photo galleries, the copies of PDF reports, the scans of original survey notebooks, GPS tracks, maps, aerial photos, scanned images of our handwritten expo logbooks. There are 40 GB of files.

    -
  • The troggle-generated reports: the tables of survey trips for each cave, the lists of scanned surveys for each survey trip, who was on what trip, calendar lists of logbook entries corrleated with recorded survey trips, who surveyed what caves, what source material was used to create the final cave survey images, who went on which expeditions (and who didn't go caving). There are over 2,000 webpages generated using over 6,000 lines of bespoke python code from over 90 different urls. +
  • The troggle-generated reports: the tables of survey trips for each cave, the lists of scanned surveys for each survey trip, who was on what trip, calendar lists of logbook entries corrleated with recorded survey trips, who surveyed what caves, what source material was used to create the final cave survey images, who went on which expeditions (and who didn't go caving). +There are over 2,000 webpages generated using over 9,000 lines of bespoke python code from over 90 different urls. @@ -52,7 +53,7 @@ Also there have been tables added to the core representation which are not inclu

    Implementation in software

    Powered by Django. -Troggle is written in Python (about 6,400 lines excluding comments) and is built on the Django framework. Before starting to work on Troggle it might be a good idea to run through an initial install and exploration of a tutorial Django project to get the Django concepts bedded down - which are not at all obvious and some exist only within Django. +Troggle is written in Python (about 9,200 lines excluding comments) and is built on the Django framework. Before starting to work on Troggle it might be a good idea to run through an initial install and exploration of a tutorial Django project to get the Django concepts bedded down - which are not at all obvious and some exist only within Django.