new features:

- database now ignoring duplicates isntead of failing
- automatic loading of importer plugins
- automatic tagging

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-01 02:09:18 +01:00
parent 50e7f2e71d
commit 211c92b0e3
10 changed files with 341 additions and 21 deletions
@@ -9,7 +9,6 @@
<script src="/static/script/leaflet.js"></script>
</head>
<body class="event">
<nav />
<span id="buttons">
<button title="create a copy of this event" onclick="window.top.location.href = location.href.replace('/static/event','/static/edit').replace('id=','copy=')">⧉ copy</button>
<button title="edit the details of this event" onclick="window.top.location.href = location.href.replace('/static/event','/static/edit')">✍ edit</button>