From 61d57b38400fdd2e3f51ff515e5191b27b869c9e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 15 Jul 2022 18:20:44 +1000 Subject: Change favicon --- README.md | 2 +- backend/tolData/README.md | 3 ++- public/favicon.png | Bin 1426 -> 1407 bytes src/components/HelpModal.vue | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fa6ab8..077bdfd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ stored using [Sqlite](https://www.sqlite.org). Note: Running your own version of the client and server should be straightforward, but generating the database that they use takes a long time. More details are -in `backend/data/README.md`. +in `backend/tolData/README.md`. ### Client Side 1. If you don't have npm or Node.js installed, you can download a Node installer from diff --git a/backend/tolData/README.md b/backend/tolData/README.md index 75731ae..21c02ab 100644 --- a/backend/tolData/README.md +++ b/backend/tolData/README.md @@ -49,7 +49,8 @@ For the most part, these steps should be done in order. As a warning, the whole process takes a lot of time and file space. The tree will probably have about 2.5 billion nodes. Downloading the images takes several days, and occupies over -200 GB. And if you want good data, you'll need to do some manual review, which can take weeks. +200 GB. And if you want good data, you'll likely need to make additional corrections, +which can take several weeks. ## Environment Some of the scripts use third-party packages: diff --git a/public/favicon.png b/public/favicon.png index d1c4ee3..6be39ea 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 02207a1..70e7d28 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -346,7 +346,7 @@
  • Errors in descriptions

    - The short descriptions were extracted using imprecise heuristics. + Many of the short descriptions were extracted using imprecise heuristics. There are many cases of leftover wikitext markup, or cut-off sentences.

  • -- cgit v1.2.3