diff --git a/templates/base.html b/templates/base.html index 60e1b24..84676a5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,8 +50,8 @@ statistics | Wallets(2022) | Expo(2022) | - import/export | - Django admin + Control panel | + {% endif %} - +

Administration Utilities

+

This control panel is being redeveloped

-

Do not attempt to use any of these functions as they are in active development. +

Do not attempt to use any of these import functions as they are in active development.

  1. Importing things in the wrong order will screw-up the database links and break things. -
  2. The export of logbooks in a standard HTML-like format is very much not working. +
  3. We are working on an on-line importer for new logbook entries - with syntax checking. +
  4. We are working on an on-line importer for new survex files - with syntax checking +
  5. Logbooks can only be exported in the current format.
-

Today (Jan. 2022) we use the databaseReset program to import from the master files. This is run on the server itself only by nerds who remotely log in to the server using ssh. +

Today (Dec. 2022) we use the databaseReset program to import from the master files. This is run on the server itself only by nerds who remotely log in to the server using ssh.

Before you even think about doing database imports, you should understand the implications on everyone else. See the Troggle documentation.

As soon as you can cope, you should read the source code for databaseReset to see what it does, as the details are not documented anywhere else yet. But at least the code is quite well commented. -

There is currently no feedback here when an import failure occurs - even a catastrophic one. You can see the list of parsing errors on the most recent imports on the Data Issues page. - +

The logbook export capability is used to convert an archaic logbook into the new logbook format. When all the old logbooks have been converted, we won't need this any more. (Neither will we need the old format parser).

+ {% comment %}
{% csrf_token %} @@ -97,10 +104,10 @@
-

  +

- -

Export to a different format:

+
+

Export Logbook to a different format:

This creates 'logbook-new-format.html' in the years/<year>/ folder @@ -139,6 +146,9 @@
+

  +

  +

 

{% endblock %} \ No newline at end of file