expoweb/cave_data/cavealiases.txt

40 lines
1.3 KiB
Plaintext

; This is the list of cave aliases which is parsed when a database reset is done.
; This capability created 3rd July 2024.
ggg
; This is IMPORTANT as it enables old logbook and wallet cave ids to be redirected to current cave ids.
; such as "2017_cucc_28" => "1623-290" is Fishface.
; The format is ("<alias identifier>","<target identifier>")
; e.g.
("2017_cucc_28", "1623-290")
("2012-0w-01", "2012-ow-01") # catch the typo: zero for 'O'
; target identifiers must be all in lower case
; lines with initial semi-colon ; and anything after hash # are comments
; extra commas are ignored
; extra blanks are ignored
; later aliases can reference earlier ones
; all upper- and lower-case variants are done automatically
; various funnies to cope with cave names as found in logbooks
("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"),
("tempest", "1623-2023-lc-01"), # note re-use of alias from previous line