2019-12-23 16:29:50 +00:00
<!DOCTYPE html>
2019-02-25 20:54:07 +00:00
< html >
< head >
2019-12-23 16:29:50 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2020-04-02 14:25:58 +01:00
< title > Handbook Troggle NOTES< / title >
2019-12-30 01:23:56 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../css/main2.css" / >
2019-02-25 20:54:07 +00:00
< / head >
2020-04-22 19:37:10 +01:00
< body > < style > body { background : #fff url ( /images/style/bg-system.png ) repeat-x 0 0 } < / style >
2019-02-25 20:54:07 +00:00
< h2 id = "tophead" > CUCC Expedition Handbook< / h2 >
2020-06-04 02:12:54 +01:00
< h1 > Troggle - the beginnings of a manual< / h1 >
2019-02-26 18:19:16 +00:00
< p > Troggle runs much of the the cave survey data management, presents the data on the website and manages the Expo Handbook.
2020-06-04 02:12:54 +01:00
< h3 > Rewrite from here on...< / h3 >
2020-07-10 02:51:53 +01:00
< img border = "1" class = "onright" width = "150px" src = 'tricky-troggle.jpg' alt = 'git logo' / > < / a >
2020-04-02 14:25:58 +01:00
< p > This troggle manual describes these:
2019-02-26 18:19:16 +00:00
< ul >
< li > Annual tasks: preparing for next year, finishing last year (troggle & scripts)
< li > Architectural documentation of how it all fits together & list of active scripts
2020-04-26 21:41:21 +01:00
< li > How to edit and maintain troggle itself. The code is public on repository < a href = "../computing/repos.html" > :troggle:< / a >
2019-02-26 18:19:16 +00:00
< / ul >
< p > This page is mostly an index to other records of what troggle is and what plans have been made - but never implemented - to improve it.
2019-02-25 20:59:50 +00:00
Today troggle is used for only three things:
< ol >
< li > Reformatting all the visible webpages such that they have a coherent style and have a contents list at the top-left
hand corner. This is particularly true of the handbook you are reading now and the historic records of past expeditions.
< li > Publishing the "guidebook descriptions" of caves. The user who is creating a new guidebook description
can do this by filling-in some online forms. (And managing all the cave suvey data to produce this.)
2019-02-25 20:54:07 +00:00
2019-02-25 20:59:50 +00:00
< li > Providing a secondary way of editing individual pages of the handbook and historic records pages
for very quick and urgent changes.
2020-04-09 19:13:18 +01:00
This is the "Edit this page" capability; see < a href = "../computing/onlinesystems.html#editthispage" > for
2019-02-25 20:59:50 +00:00
how to use it< / a > and < em > how to tidy up afterwards< / em > .
< / ol >
2020-04-02 14:25:58 +01:00
< p > [Note that /survey_scans/ is generated by troggle and is not the same thing as /expofiles/surveyscans/ at all.]
< p > Only a small part of troggle's original plan was fully implemented and deployed.
Many of the things it was intended to replace are still operating as a motley collection written by many different people in
several languages (but mostly perl and python; we won't talk about the person who likes to use OCamL).
Today troggle is used for only three things:
< ol >
< li > Reformatting all the visible webpages such that they have a coherent style and have a contents list at the top-left
hand corner. This is particularly true of the handbook you are reading now and the historic records of past expeditions.
< li > Publishing the "guidebook descriptions" of caves. The user who is creating a new guidebook description
can do this by filling-in some online forms.
< / ol >
2019-02-25 20:54:07 +00:00
< h3 > Troggle Login< / h3 >
< p > Yes you can log in to the troggle control panel: < a href = "http://expo.survex.com/troggle" > expo.survex.com/troggle< / a > .
< / p >
2020-07-10 02:51:53 +01:00
2019-02-25 20:54:07 +00:00
< hr / >
2020-05-11 00:56:04 +01:00
< h3 > < a id = "arch" > Archived updates< / a > < / h3 >
< p > Since 2008 we have been keeping detailed records of all data management system updates in the version control system.
Before then we manually maintained < a href = "../computing/update.html" > a list of updates< / a > which are now only of historical interest.
2020-06-04 02:12:54 +01:00
< p > A history of the expo website and software was published in Cambridge Underground 1996. A copy of this article < a href = "../c21bs.html" > Taking Expo Bullshit into the 21st Century< / a > is archived here.
2020-05-12 15:53:37 +01:00
< hr / >
Go on to: < a href = "trogarch.html" > Troggle architecture< / a > < br / >
2020-07-27 01:42:09 +01:00
Return to: < a href = "trogintro.html" > Troggle intro< / a > < br / >
Troggle index:
< a href = "trogindex.html" > Index of all troggle documents< / a > < br / >
2020-05-12 15:53:37 +01:00
< hr / >
< / body >
2019-02-25 20:54:07 +00:00
< / html >