initial text editor stuff

This commit is contained in:
Philip Sargent 2024-07-03 11:47:39 +03:00 committed by Expo on server
parent 444e74c0e7
commit 952179fad1
2 changed files with 34 additions and 0 deletions

31
cave_data/cavealiases.txt Normal file
View File

@ -0,0 +1,31 @@
; This is the list of cave aliases which is parsed when a database reset is done.
; This is IMPORTANT as it enables old logbook cave ids to be redirected to current cave ids.
; such as "2017_cucc_28" => "1623-290" is Fishface.
; The format is ("<identifier>","<identifier>")
; e.g.
("2017_cucc_28", "1623-290")
; lines with initial semi-colon ; or hash # are comments
; extra commas are ignored
; extra blanks are ignored
; This capability created in July 2024.
# various funnies to cope with cave names used 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"),

View File

@ -1,10 +1,13 @@
; IDs listed here will have a Cave object created in troggle
; on the next database reset.
; The Cave Description will be pre-filled with instructions of how
; to find and update the information needed to do it properly.
; Anything after a semi-colon is ignored as a comment
; This file is only parsed when a full database reset is done on the server.
; example entry (without the initial semicolon of course):
;1626-2019-HT-01 ; Banana Hole, see logbook