aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-15 18:20:44 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-15 18:20:44 +1000
commit61d57b38400fdd2e3f51ff515e5191b27b869c9e (patch)
tree7e14610ba6d8d03ba82e251df23f65c7f3f1081e
parent79964b53a250dc690aef0fda6ffd5023e890872c (diff)
Change favicon
-rw-r--r--README.md2
-rw-r--r--backend/tolData/README.md3
-rw-r--r--public/favicon.pngbin1426 -> 1407 bytes
-rw-r--r--src/components/HelpModal.vue2
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
--- a/public/favicon.png
+++ b/public/favicon.png
Binary files 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 @@
<li>
<h2 class="font-bold">Errors in descriptions</h2>
<p>
- 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.
</p>
</li>