diff --git a/folk/to-do/who2004.jpg b/folk/to-do/who2004.jpg new file mode 100644 index 000000000..6553541c7 Binary files /dev/null and b/folk/to-do/who2004.jpg differ diff --git a/handbook/computing/todo-data.html b/handbook/computing/todo-data.html index 559c0d130..8139d20d6 100644 --- a/handbook/computing/todo-data.html +++ b/handbook/computing/todo-data.html @@ -39,8 +39,26 @@ If a heading is in italics, then there are hidden items.
:expoweb:/noinfo/cave-number-index last updated in 2016
Kataserable Or Not
:expoweb:/noinfo/katasterable-or-not needs updating +
PENDING - 2015, 2000 +
Check that the list from :expoweb:/pending/2015/katasterable has been done. +[Last Updated 8th Feb. 2016 by Wookey] latest kept in noinfo/cave-number-index (?). Wookey to confirm and delete older copy in pending/2015/ +
Check that the 4 lists in :expoweb:/pending/2000/ have been done. Anything not done to be moved into this to-do list. +

Cave photos needed, especially entrances

+
+
New katastered caves need photos +
1626/359 Homecoming Cave Heimkehrhöhle 2018-dm-07 +
1623/290 Fish Face Cave Fischgesicht-Höhle 2017_cucc_28 +
1623/291 Happy Butterfly Cave Glückliche-Schmetterlingshöhle +
1623/285 Knackered Tacklesack Cave Geknackter-Packsackhöhle 2006-08 +
1623/288 Purple Lupin Cave Lila Lupinenhöhle 2015-mf-06 +
2015_cucc_24 +
1623/295 No Watermelon Cave Keine-Wassermelone-Höhle cucc-2017-23 +
1623/293 Blocked Air Cave Blocklufthöhle 2010-03 +
1623/296 Double Gemse Cave Doppel-Gemse-Höhle 2012-70 + +

Logbook fettling

2019 Logbook
@@ -52,19 +70,17 @@ If a heading is in italics, then there are hidden items.
Garlic cave
edit logbook entries 2018, 2019 to link to extensive photos of Garlic cave area {Withnall 2018} , {Becka 2019} -
Past logbooks - missing images? -
Which previous years HTML logbooks are missing images extracted from scanned PDF copies of the logbooks? - - + +
2018 Logbook
Check Natalie Uomini's typed entries and extensive photos are minimized and linked in properly to the HTML logbook
Add missing images to logbooks
+
+ 2018, 2017, 2009, 2008, 2001 , 2000, 1992, 1989,..2011? List here: pubs.htm Previous years HTML logbooks are missing images extracted from scanned PDF copies of the logbooks.
- 2000, 2008, 2009, 2011
-
- fix corrupted image in 2001 log
+
2011 logbook:
type up via-ferrate & bolt-testing writeups (In paper book, not in scan or HTML)
diff --git a/handbook/troggle/scriptscurrent.html b/handbook/troggle/scriptscurrent.html index 4b60144f2..a3e6fa065 100644 --- a/handbook/troggle/scriptscurrent.html +++ b/handbook/troggle/scriptscurrent.html @@ -94,7 +94,10 @@ Due to the way LaTeX works out table column witdths, these commands may need to The design of these files is intended to confine all changes year to year to the names.txt and dates.txt files, thanks to LaTeX's capability to read an external file and iterate through line by line performing the same action for each name.

summarizecave.sh

-

This runs "cavern" (a commandline tool installed as part of survex) to produce a text (or HTML) report of the key statistics from the master svx file for a cave (the one that includes all the svx files for the individual passages). +

This runs "cavern" (a commandline tool installed as part of survex) to produce a text (or HTML) + report of the key statistics from the master svx file for a cave + (the one that includes all the svx files for the individual passages). + It is unclear who uses this or for what, though it appears that it could be useful.

make_essentials.sh GPS

In :expoweb:/noinfo/ @@ -138,7 +141,7 @@ Also in the :loser:fixedpts/scripts/convert_shx/ folder is a 135-line short scri website history


-Return to: Other scripts
+Return to: Other scripts

diff --git a/handbook/troggle/otherscripts.html b/handbook/troggle/scriptsother.html similarity index 96% rename from handbook/troggle/otherscripts.html rename to handbook/troggle/scriptsother.html index 9280c49c4..8786286ad 100644 --- a/handbook/troggle/otherscripts.html +++ b/handbook/troggle/scriptsother.html @@ -28,6 +28,7 @@
  • make_svx.sh generates surface Survex tracks
  • svxtrace.py analyses Survex tracks to help find errors
  • chk-refs.sh analyses Survex files and wallets files to find reference errors

  • +
  • make-alljs.py - extracts legs and entrances - part of GPX processing.
  • convert.py Scripts working on Loser-1624 Uebersicht_2011.svx
  • create_dplong_table.py Creates and updates the lengths and depths of all the caves.
  • cavestats and smklengths extract overall lengths and depths from all the survex files @@ -46,15 +47,14 @@
  • make-glossary.pl - used while documenting very complex caves (161 and 204). We may need this again for Tunnocks/Balkon.
  • make-fb-map.pl does coordinate transformations -
  • make-alljs.py - extracts legs and entrances - still used? -
  • make-indxal4.pl - is this obsolete?

    There were perl and python scripts scattered through the :drawings: and :loser: (svx files) repos. Not all of the functions in these scripts have been recreated in more recent scripts or programmed into troggle. The old scripts have been collected into /scripts or /noinfo in the :expoweb: repository.

    Obsolete scripts

    • logbk.pl - 2004 - obsolete. Replaced by troggle import parsers.
    • -
    +
  • make-indxal4.pl - obsolete. Part of the spreadsheet era. +

    When you write a script

    Any script that generates an HTML file should insert <meta name="keywords" content="NOEDIT"> in the HTML header. Then when troggle renders the page it will not allow the user to edit the generated page. See handbook editing for a fuller explanation of troggle post-processing.