From a5850bf8f2b2eb3cb9949c7855a7631b96f99249 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 29 Jan 2020 05:40:45 +0100 Subject: viewer: Remove favicon. Resolves #25 --- viewer/public/favicon.ico | Bin 4286 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 viewer/public/favicon.ico (limited to 'viewer/public') diff --git a/viewer/public/favicon.ico b/viewer/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/viewer/public/favicon.ico and /dev/null differ -- cgit v1.2.3 From 2157b66f3ea43137391939992cac4dc901a4ac4e Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 31 Jan 2020 02:15:26 +0100 Subject: compiler: output viewer config.json Write a file at the root of the viewer directory with some info about the gallery root path and generation date time. --- viewer/public/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 viewer/public/config.json (limited to 'viewer/public') diff --git a/viewer/public/config.json b/viewer/public/config.json new file mode 100644 index 0000000..7023edb --- /dev/null +++ b/viewer/public/config.json @@ -0,0 +1,4 @@ +{ + "generationTimestamp": 0, + "galleryRoot": "gallery/" +} \ No newline at end of file -- cgit v1.2.3 From 7ab9686bc322af3ea848ec84c9680536a7929bab Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 8 Feb 2020 17:51:52 +0100 Subject: viewer: add generator meta tag GitHub: closes #33 --- viewer/public/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'viewer/public') diff --git a/viewer/public/index.html b/viewer/public/index.html index bc9ba95..8176ab8 100644 --- a/viewer/public/index.html +++ b/viewer/public/index.html @@ -24,6 +24,8 @@ + +