diff --git a/handbook/l/seq-wallet.html b/handbook/l/seq-wallet.html index 42957aa95..fd1cb29fb 100644 --- a/handbook/l/seq-wallet.html +++ b/handbook/l/seq-wallet.html @@ -15,7 +15,7 @@ CUCC Expo Handbook: Wallet Process UML Diagrams -

An Sequence Diagram is on the the types of Interaction Diagram used to understand complex systems. +

A Sequence Diagram is oen the the types of Interaction Diagram used to understand complex systems.

We also have a "activity" lifecycle diagram which shows clearly the states which a wallet can be in during its life. -

Both "activity" and "sequence" diagrams are part of the UML software specifiction system. We also have a "class" diagram for troggle. +

Both "activity" and "sequence" diagrams are part of the UML software specification system. We also have a "class" diagram for troggle. That page also defines the "essential", "specification" and "implementation" levels at which troggle is designed and maintained.

This diagram

diff --git a/handbook/survey/newwallet.html b/handbook/survey/newwallet.html index 17999d0a3..dcb4231f9 100644 --- a/handbook/survey/newwallet.html +++ b/handbook/survey/newwallet.html @@ -162,13 +162,13 @@ Please only copy files to the server that you created yourself and which liv

Storing your electronic survey .topo files

If you used a PDA instead of making notes on paper, you need to store your .topo files in the right place. -

If you using the expo laptop just upload the .topo files in an ordinary online wallet +

If you using the expo laptop just upload the .topo files in an ordinary online wallet wallet, as there is no physical wallet, e.g. for 2018#16 it would be:

 /home/expo/expofiles/surveyscans/2018/2018#16/
 
-in the same way as you do scanned notes or scanned survey sketches. (We used to call them sometihng different, but this turns out to be both confusing and not necessary.) +in the same way as you do scanned notes or scanned survey sketches. (We used to use a different naming scheme for non-physical wallets, but that turned out to be both confusing and not necessary.)

If you are not in the potato hut and your screen is too small to use the upload form then email all the .topo files to a friendly nerd (not necessarily on expo) who will upload them in the right place. diff --git a/handbook/troggle/trognotes.html b/handbook/troggle/trognotes.html index 4aa7013d0..9abaa2fcb 100644 --- a/handbook/troggle/trognotes.html +++ b/handbook/troggle/trognotes.html @@ -57,7 +57,7 @@ to get involved in the progra

Creating your own system development machine

-

It's a simple sequence whcih steadily builds your expertise: +

It's a simple sequence which steadily builds your expertise:

  1. Use the online forms and reports.
  2. Read documentation to get the concepts and structures into your head, so that you can see how it all fits together and works. @@ -66,15 +66,15 @@ to get involved in the progra
  3. Get the 'expoadmin' password and explore the live system online: watch the data change in real time
  4. Configure an ssh key and Filezilla or scp/sFTP.
  5. Configure a basic expo laptop -
  6. Configure a more cave software on your laptop +
  7. Configure more cave software on your laptop
  8. Configure a troggle development machine - a laptop where you have cloned the repos and installed django. Installing is the same as updating Django. See Troggle: updating Django.

Fixing broken URL dispatch

-

This happens all the time. If ever troggle is crashing on you very mysteriously, it is almost certainly due to a typo in troggle/urls.py . Odd but true. +

This happens all the time. If ever troggle is crashing on you very mysteriously, it is almost certainly due to a typo in troggle/urls.py . Odd but true.

Fixing a broken HTML template

- +[to be written]

Running databaseReset