2024-07-03 09:47:39 +01:00
|
|
|
; This is the list of cave aliases which is parsed when a database reset is done.
|
2024-07-03 15:05:57 +01:00
|
|
|
; This capability created 3rd July 2024.
|
2024-07-03 15:11:23 +01:00
|
|
|
|
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 15:24:02 +01:00
|
|
|
; Note that this just creates aliases for historic ids, it does not rename any cave or file.
|
|
|
|
|
2024-07-03 17:52:02 +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 17:28:26 +01:00
|
|
|
("2012-0w-01", "2012-ow-01") # catch the typo: zero for 'O' in some logbook handwriting
|
2024-07-03 10:34:42 +01:00
|
|
|
|
|
|
|
; target identifiers must be all in lower case
|
2024-07-03 17:28:26 +01:00
|
|
|
; target identifiers must be of a real cave that already exists in the system, unless it is already an alias
|
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 17:52:27 +01:00
|
|
|
; extra commas at the end are ignored
|
2024-07-03 09:47:39 +01:00
|
|
|
; extra blanks are ignored
|
2024-07-03 10:34:42 +01:00
|
|
|
; later aliases can reference earlier ones
|
2024-07-12 11:33:16 +01:00
|
|
|
; all upper- and lower-case variants for the alias are done automatically
|
2024-07-03 17:54:54 +01:00
|
|
|
; only one alias and target per line
|
2024-07-03 09:47:39 +01:00
|
|
|
|
2024-07-03 17:28:26 +01:00
|
|
|
# ("2011-01", "1623-292"), seems to be a mistake
|
2024-07-03 15:24:02 +01:00
|
|
|
|
2024-07-03 17:28:26 +01:00
|
|
|
|
|
|
|
# various funnies to cope with cave names used in logbooks and on wallet scans
|
2024-07-04 21:11:33 +01:00
|
|
|
("schnellzug", "1623-115"),
|
2024-07-03 09:47:39 +01:00
|
|
|
("kh", "1623-161"),
|
|
|
|
("161-kh", "1623-161"),
|
|
|
|
("204-steinBH", "1623-204"),
|
|
|
|
("stonebridge", "1623-204"),
|
2024-07-17 10:10:12 +01:00
|
|
|
("puffball", "1623-182"),
|
2024-07-03 09:47:39 +01:00
|
|
|
("hauchhole", "1623-234"),
|
|
|
|
("hauch", "1623-234"),
|
|
|
|
("234-hauch", "1623-234"),
|
|
|
|
("tunnocks", "1623-258"),
|
|
|
|
("balcony", "1623-264"),
|
|
|
|
("balkon", "1623-264"),
|
2024-07-14 13:34:50 +01:00
|
|
|
("balkonhoehle", "1623-264"),
|
2024-07-17 16:56:47 +01:00
|
|
|
("Balkon Hoehle", "1623-264"),
|
|
|
|
("FischGesicht Hoehle", "1623-264"),
|
2024-07-17 17:13:02 +01:00
|
|
|
("Bad Forecast", "1623-277"),
|
2024-07-03 09:47:39 +01:00
|
|
|
("fgh", "1623-290"),
|
|
|
|
("fishface", "1623-290"),
|
|
|
|
("gsh", "1623-291"),
|
|
|
|
("1623-2023-lc-01", "1623-318"),
|
2024-07-03 17:28:26 +01:00
|
|
|
("tempest", "1623-2023-lc-01"), # see this aliases an alias from the previous line
|
2024-07-03 15:16:06 +01:00
|
|
|
|
2024-07-03 17:28:26 +01:00
|
|
|
# from the git output after Becka's changes, used to construct this list..
|
2024-07-03 17:53:07 +01:00
|
|
|
|
2024-07-03 17:28:26 +01:00
|
|
|
# rename caves-1623/{2023-ASH-15/2023-ASH-15.svx => 303/303.svx} (94%)
|
|
|
|
# rename caves-1623/{2023-mg-02/2023-mg-02.svx => 304/304.svx} (90%)
|
|
|
|
# rename caves-1623/{2023-mg-01/2023-mg-01.svx => 305/305.svx} (94%)
|
|
|
|
# rename caves-1623/{2023-ASH-17/2023-ASH-17.svx => 306/306.svx} (94%)
|
|
|
|
# rename caves-1623/{2023-ASH-05/2023-ASH-05.svx => 307/307.svx} (89%)
|
|
|
|
# rename caves-1623/{2023-ASH-08/2023-ASH-08.svx => 308/308.svx} (93%)
|
|
|
|
# rename caves-1623/{2023-ASH-09/2023-ASH-09.svx => 309/309.svx} (94%)
|
|
|
|
# rename caves-1623/{2023-mg-04/2023-mg-04.svx => 310/310.svx} (91%)
|
|
|
|
# rename caves-1623/{2023-ASH-16/2023-ASH-16.svx => 311/311.svx} (93%)
|
|
|
|
# rename caves-1623/{2023-RAWDB-02/2023-RAWDB-02.svx => 312/312.svx} (92%)
|
|
|
|
# rename caves-1623/{2023-RAWDB-01/2023-RAWDB-01.svx => 313/313.svx} (92%)
|
|
|
|
# rename caves-1623/{2023-kt-02/2023-kt-02.svx => 314/314.svx} (95%)
|
|
|
|
# rename caves-1623/{2023-jss-01 => 315}/2023-jss-01_trip1.svx (100%)
|
|
|
|
# rename caves-1623/{2023-jss-01 => 315}/2023-jss-01_trip2.svx (100%)
|
|
|
|
# rename caves-1623/{2023-jss-01/2023-jss-01.svx => 315/315.svx} (68%)
|
|
|
|
# rename caves-1623/{2023-kt-01/2023-kt-01.svx => 316/316.svx} (92%)
|
|
|
|
|
|
|
|
("2023-ASH-15", "1623-303"),
|
|
|
|
("2023-mg-02", "1623-304"),
|
|
|
|
("2023-mg-01", "1623-305"),
|
|
|
|
("2023-ASH-17", "1623-306"),
|
|
|
|
("2023-ASH-05", "1623-307"),
|
|
|
|
("2023-ASH-08", "1623-308"),
|
|
|
|
("2023-ASH-09", "1623-309"),
|
|
|
|
("2023-mg-04", "1623-310"),
|
|
|
|
("2023-ASH-16", "1623-311"),
|
|
|
|
("2023-RAWDB-02", "1623-312"),
|
|
|
|
("2023-RAWDB-01", "1623-313"),
|
|
|
|
("2023-kt-02", "1623-314"),
|
|
|
|
("2023-jss-01", "1623-315"),
|
|
|
|
("2023-kt-01", "1623-316"),
|
|
|
|
|
|
|
|
# 1626
|
|
|
|
("langgustl", "1626-354"),
|
|
|
|
("2018-dm-07", "1626-359"),
|
|
|
|
("1626-2018-dm-07", "1626-359"),
|
2024-07-12 11:35:06 +01:00
|
|
|
("homecoming", "1626-359"),
|
|
|
|
("heimkommen", "1626-359"),
|
|
|
|
("Heimkehr", "1626-359"),
|
|
|
|
("hc", "1626-359"),
|
2024-07-03 17:28:26 +01:00
|
|
|
("loveshack", "1626-2018-ad-03"),
|
|
|
|
("crushed-garlic", "1626-2018-ad-03"),
|
2024-07-12 16:05:48 +01:00
|
|
|
("garlic", "2018-ad-02")
|
2024-08-01 13:16:09 +01:00
|
|
|
("garlic camp", "2018-ad-02")
|
2024-07-12 16:05:48 +01:00
|
|
|
|
2024-07-03 17:53:53 +01:00
|
|
|
|
|
|
|
# Renaming cave ids in July 2024 which end in a letter
|
|
|
|
# NB targets should be LOWER CASE for this code
|
2024-07-03 17:28:26 +01:00
|
|
|
("2002-XX", "1623-2002-fb-01"),
|
|
|
|
("2002-X09B", "1623-2002-xb09"),
|
|
|
|
("2007-neu", "1623-2007-neu-01"),
|
|
|
|
("BuzzardHole", "1626-2023-bz-01"),
|
|
|
|
("2023-BuzzardHole", "1626-2023-bz-01"),
|
|
|
|
("1626-2023-BuzzardHole", "1626-2023-bz-01"),
|
|
|
|
("1626-2023-buzzardhole", "1626-2023-bz-01"),
|
|
|
|
("Rentner", "1623-rnt-01"),
|
|
|
|
("Blaubeer", "1623-blb-01"),
|
|
|
|
("Haldenlock", "1623-hld-01"),
|
|
|
|
("Juttahoehle", "1623-jtt-01"),
|
|
|
|
("Loutotihoehle", "1626-loutoti-01"),
|
|
|
|
("Casino", "1626-casino-01"),
|
|
|
|
("Upside-down", "1626-upside-down-01"),
|
2024-07-03 17:33:05 +01:00
|
|
|
|
2024-07-03 17:33:23 +01:00
|
|
|
("MickeyMouse", "1623-316")
|
2024-07-03 15:19:32 +01:00
|
|
|
|
2024-07-03 15:20:40 +01:00
|
|
|
|
2024-07-03 17:52:02 +01:00
|
|
|
|
2024-07-03 17:52:27 +01:00
|
|
|
|
2024-07-03 17:53:07 +01:00
|
|
|
|
2024-07-03 17:53:53 +01:00
|
|
|
|
2024-07-03 17:54:54 +01:00
|
|
|
|
2024-07-04 21:11:33 +01:00
|
|
|
|
2024-07-12 11:33:16 +01:00
|
|
|
|
2024-07-12 11:35:06 +01:00
|
|
|
|
2024-07-12 16:05:48 +01:00
|
|
|
|
2024-07-14 13:34:50 +01:00
|
|
|
|
2024-07-17 10:10:12 +01:00
|
|
|
|
2024-07-17 16:56:47 +01:00
|
|
|
|
2024-07-17 17:13:02 +01:00
|
|
|
|
2024-08-01 13:16:09 +01:00
|
|
|
|
2024-07-03 15:16:06 +01:00
|
|
|
|