From cd58fc3d5fb4c076bcc58823879275b651dccbb3 Mon Sep 17 00:00:00 2001 From: Keith Carangelo Date: Thu, 9 Sep 2021 08:37:28 -0400 Subject: [PATCH] Upgraded default to version 12 --- editlink.batch.html | 33 ++++++++ error.html | 26 +++++++ js/markdown.min.js | 1 + js/metadata.min.js | 2 + js/metadata.min.js.LICENSE.txt | 1 + js/shaare_batch.min.js | 1 + js/shaarli.min.js.LICENSE.txt | 1 + js/thumbnails.min.js.LICENSE.txt | 5 ++ pluginscontent.html | 13 ++++ server.html | 129 +++++++++++++++++++++++++++++++ server.requirements.html | 68 ++++++++++++++++ 11 files changed, 280 insertions(+) create mode 100644 editlink.batch.html create mode 100644 error.html create mode 100644 js/markdown.min.js create mode 100644 js/metadata.min.js create mode 100644 js/metadata.min.js.LICENSE.txt create mode 100644 js/shaare_batch.min.js create mode 100644 js/shaarli.min.js.LICENSE.txt create mode 100644 js/thumbnails.min.js.LICENSE.txt create mode 100644 pluginscontent.html create mode 100644 server.html create mode 100644 server.requirements.html diff --git a/editlink.batch.html b/editlink.batch.html new file mode 100644 index 0000000..973a5cc --- /dev/null +++ b/editlink.batch.html @@ -0,0 +1,33 @@ + + + + {include="includes"} + + +
+
+
/
+
+
+
+
+
+ +{include="page.header"} + +
+ +
+ +{loop="$links"} + {$batchId=$key} + {include="editlink"} +{/loop} + +
+ +
+ +{include="page.footer"} +{if="$async_metadata"}{/if} + diff --git a/error.html b/error.html new file mode 100644 index 0000000..34f9707 --- /dev/null +++ b/error.html @@ -0,0 +1,26 @@ + + + + {include="includes"} + + +