diff --git a/handbook/survey/caveentryfields.html b/handbook/survey/caveentryfields.html index 24e00fdca..ca12e5f9f 100644 --- a/handbook/survey/caveentryfields.html +++ b/handbook/survey/caveentryfields.html @@ -16,6 +16,14 @@ caves and entrances, and especially how to add images/surveys so that they appear properly, is to be found on the sequence of pages starting here.

+

+ There are template files for you to fill-in when creating new caves and entrance in the online system. Download them: +

+ These are actually XML files, not HTML files, using special tags which are used by the online system to create the webpages in combination with numerical survey data. Instructions are within each file. +

List of New Cave/Cave_data fields

diff --git a/handbook/survey/newcavefile.html b/handbook/survey/newcavefile.html index 2c1af0b42..571695665 100644 --- a/handbook/survey/newcavefile.html +++ b/handbook/survey/newcavefile.html @@ -69,7 +69,16 @@ the form and the file format however.

If instead of using the form you create the file by hand and upload it to the server you will also need find a nerd to run the cave import procedure before troggle "knows" that the cave exists.

Cave entrances

There is an exactly analogous file for cave entrances except that those files live in :expoweb:/entrance_data/ - +

Template Files - please use these

+

+ There are template files for you to fill-in when creating new caves and entrance in the online system. Download them: +

+ These are XML files, exactly as shown above, but with extensive instructions within each file. +

+

File layout

The caves in our site are stored as XML files in the directory :expoweb:/cave_data and in files named :expoweb:/cave_data/{area}-{cavenumber}. Entrances are correspondingly diff --git a/handbook/troggle/trogstatus.html b/handbook/troggle/trogstatus.html index 488e790a6..071f32500 100644 --- a/handbook/troggle/trogstatus.html +++ b/handbook/troggle/trogstatus.html @@ -41,7 +41,7 @@ Upgrading to later django versions is a real pig - not helped by the fact that a

  • For a table displaying the various versions of django and support expiry dates see the django download page. Django 1.7 expired in December 2015. -Django: full deprecation timeline. +Django: full deprecation timeline.
  • Ubuntu 20.04 came out on 23rd April but it does not support python2 at all. So we cannot use it for software maintenance (well be can, but only using non-recommended software, which is what we are trying to get away from).