From 72983121e68289a7497927417e52a8ec5f16aa7b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 21 May 2020 05:15:49 +0200 Subject: Drop static content. JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4. --- static/fonts/fontawesome-webfont.woff | 1 + static/fonts/fontawesome-webfont.woff2 | 1 + static/fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes static/fonts/glyphicons-halflings-regular.svg | 288 ------------------------ static/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes static/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes static/fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes 7 files changed, 2 insertions(+), 288 deletions(-) create mode 120000 static/fonts/fontawesome-webfont.woff create mode 120000 static/fonts/fontawesome-webfont.woff2 delete mode 100644 static/fonts/glyphicons-halflings-regular.eot delete mode 100644 static/fonts/glyphicons-halflings-regular.svg delete mode 100644 static/fonts/glyphicons-halflings-regular.ttf delete mode 100644 static/fonts/glyphicons-halflings-regular.woff delete mode 100644 static/fonts/glyphicons-halflings-regular.woff2 (limited to 'static/fonts') diff --git a/static/fonts/fontawesome-webfont.woff b/static/fonts/fontawesome-webfont.woff new file mode 120000 index 0000000..493229a --- /dev/null +++ b/static/fonts/fontawesome-webfont.woff @@ -0,0 +1 @@ +/usr/share/fonts-font-awesome/fonts/fontawesome-webfont.woff \ No newline at end of file diff --git a/static/fonts/fontawesome-webfont.woff2 b/static/fonts/fontawesome-webfont.woff2 new file mode 120000 index 0000000..eca4581 --- /dev/null +++ b/static/fonts/fontawesome-webfont.woff2 @@ -0,0 +1 @@ +/usr/share/fonts-font-awesome/fonts/fontawesome-webfont.woff2 \ No newline at end of file diff --git a/static/fonts/glyphicons-halflings-regular.eot b/static/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a495..0000000 Binary files a/static/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/static/fonts/glyphicons-halflings-regular.svg b/static/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb549..0000000 --- a/static/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/fonts/glyphicons-halflings-regular.ttf b/static/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc6..0000000 Binary files a/static/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/static/fonts/glyphicons-halflings-regular.woff b/static/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e61285..0000000 Binary files a/static/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/static/fonts/glyphicons-halflings-regular.woff2 b/static/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b5..0000000 Binary files a/static/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ -- cgit v1.2.3