expoweb/cave_data/cavealiases.txt

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-07-03 09:47:39 +01:00
; This is the list of cave aliases which is parsed when a database reset is done.
; This capability created 3rd July 2024.
GREAT STUFF
2024-07-03 10:34:42 +01:00
; This is IMPORTANT as it enables old logbook and wallet cave ids to be redirected to current cave ids.
2024-07-03 09:47:39 +01:00
; such as "2017_cucc_28" => "1623-290" is Fishface.
2024-07-03 10:34:42 +01:00
; The format is ("<alias identifier>","<target identifier>")
2024-07-03 09:47:39 +01:00
; e.g.
("2017_cucc_28", "1623-290")
2024-07-03 10:34:42 +01:00
("2012-0w-01", "2012-ow-01") # catch the typo: zero for 'O'
; target identifiers must be all in lower case
2024-07-03 09:47:39 +01:00
2024-07-03 10:34:42 +01:00
; lines with initial semi-colon ; and anything after hash # are comments
2024-07-03 09:47:39 +01:00
; extra commas are ignored
; extra blanks are ignored
2024-07-03 10:34:42 +01:00
; later aliases can reference earlier ones
; all upper- and lower-case variants are done automatically
2024-07-03 09:47:39 +01:00
2024-07-03 10:34:42 +01:00
; various funnies to cope with cave names as found in logbooks
2024-07-03 09:47:39 +01:00
("kh", "1623-161"),
("161-kh", "1623-161"),
("204-steinBH", "1623-204"),
("stonebridge", "1623-204"),
("hauchhole", "1623-234"),
("hauch", "1623-234"),
("234-hauch", "1623-234"),
("tunnocks", "1623-258"),
("balcony", "1623-264"),
("balkon", "1623-264"),
("fgh", "1623-290"),
("fishface", "1623-290"),
("gsh", "1623-291"),
("1623-2023-lc-01", "1623-318"),
2024-07-03 10:34:42 +01:00
("tempest", "1623-2023-lc-01"), # note re-use of alias from previous line