diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-14 22:50:47 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-14 22:50:47 +0100 |
commit | c2c7de4c59cc02fea3524ed8bf4c33bb923624ef (patch) | |
tree | 9313cfa3ae9c46eca1c1bb920db9817051033570 /templates/dataformat | |
parent | d598a6d0f5174ede98aea4d5220c38ffdcae31ab (diff) | |
download | troggle-c2c7de4c59cc02fea3524ed8bf4c33bb923624ef.tar.gz troggle-c2c7de4c59cc02fea3524ed8bf4c33bb923624ef.tar.bz2 troggle-c2c7de4c59cc02fea3524ed8bf4c33bb923624ef.zip |
more cave parsing data fixes
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/entrance.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index eb6b45a..e325c2b 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -2,6 +2,11 @@ <!-- Only put one entrance in this file --> <!-- This file is generated using the form documented at /handbook/survey/caveentry.html --> <!-- If you edit this file by hand, make sure you update the database by doing a full data import --> + + <!-- See http://expo.survex.com/handbook/survey/caveentryfields.html for current details on filling in this form --> + <!-- there is 1 required field: slug. The entrance will not appear without that. --> + <!-- ALWAYS use ü for u+Umlaut and ö for o+umlaut eg Höhle for Hohle and Glück for Gluck--> + <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |