export subtrees in ZIP instead of TAR format because of more widespread support (especially unicode)

This commit is contained in:
zadam
2020-03-19 20:07:27 +01:00
parent ff426fc1fc
commit 45e2dc96fb
5 changed files with 175 additions and 30 deletions

View File

@@ -18,7 +18,7 @@
<div class="form-check">
<input class="form-check-input" type="radio" name="export-subtree-format" id="export-subtree-format-html"
value="html">
<label class="form-check-label" for="export-subtree-format-html">HTML in TAR archive - this is recommended since this preserves all the formatting.</label>
<label class="form-check-label" for="export-subtree-format-html">HTML in ZIP archive - this is recommended since this preserves all the formatting.</label>
</div>
<div class="form-check">