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/css/font-awesome.min.css | 1 + 1 file changed, 1 insertion(+) create mode 120000 static/css/font-awesome.min.css (limited to 'static/css/font-awesome.min.css') diff --git a/static/css/font-awesome.min.css b/static/css/font-awesome.min.css new file mode 120000 index 0000000..d519d2e --- /dev/null +++ b/static/css/font-awesome.min.css @@ -0,0 +1 @@ +/usr/share/fonts-font-awesome/css/font-awesome.min.css \ No newline at end of file -- cgit v1.2.3