From 1d8c98514c343065d30988b0d74737f82919f566 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 21 Jul 2021 21:55:04 +0800 Subject: [PATCH 1/2] README.md: FAQ. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c2bcf9..aa76880 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,11 @@ To submit bug reports or improvement ideas, please ask Hui [lanhui at zjnu.edu.c ## Frequently Asked Questions -Check FAQ.md (TBA) for details. + +1. Q: The web application's front page does not show properly, i.e., elements are not well aligned. + + A: You missed two folders `css` and `font-awesome`. These folders include third-party js or css files and therefore are not included. + From c733251474e68a6b9c40c47ee59849f7cf6dd75c Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 21 Jul 2021 21:58:19 +0800 Subject: [PATCH 2/2] README.md: FAQ (more info). --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa76880..c09b487 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,10 @@ To submit bug reports or improvement ideas, please ask Hui [lanhui at zjnu.edu.c 1. Q: The web application's front page does not show properly, i.e., elements are not well aligned. + A: You missed two folders `css` and `font-awesome`. These folders include third-party js or css files and therefore are not included. - A: You missed two folders `css` and `font-awesome`. These folders include third-party js or css files and therefore are not included. - +1. Q: What if I do not have any information about the `lrr` database? + A: You could use `lrr(1).sql` or `lrr_database.sql`. It seems `lrr(1).sql` is more complete.