aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-12 12:08:30 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-12 12:08:30 +1000
commit17b38e5a6c66a5b356e2e09e140a3d954e0a9a2a (patch)
tree382704980f2a92781b39da819ae9f239a56cc654
parentde6ffa836d7e35730c44ac244345d3368e4bbbe0 (diff)
Add links to MIT License on GitHub
-rw-r--r--README.md6
-rw-r--r--src/components/HelpModal.vue5
2 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5221183..c1797c1 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,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/data/README.md`.
### Client Side
1. If you don't have npm or Node.js installed, you can download a Node installer from
@@ -55,7 +55,7 @@ in backend/data/README.md.
1. To run the dev server, you'll need to install jsonpickle. This can be done
using `python -m pip install jsonpickle`. If you want to keep the installed
package separate from your system's packages, it's common practice to use
- the 'venv' module.
+ [venv](https://docs.python.org/3/tutorial/venv.html).
### Running Tilo
1. In `backend/`, run `./server.py`, which starts a basic HTTP server that provides
@@ -70,4 +70,4 @@ instructions for deployment on an Apache server on an Ubuntu system.
## Licence
-Tilo is licensed under the MIT licence, provided in `LICENSE.txt`
+Tilo is licensed under the [MIT Licence](https://github.com/terry06890/tilo/blob/main/LICENCE.txt).
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue
index 7e0b66b..41e9612 100644
--- a/src/components/HelpModal.vue
+++ b/src/components/HelpModal.vue
@@ -374,7 +374,10 @@
</template>
<template #content>
<div :class="contentClasses">
- <li>Tilo's code is licensed under the MIT licence.</li>
+ <li>Tilo's code is licensed under the
+ <a href="https://github.com/terry06890/tilo/blob/main/LICENCE.txt"
+ :style="aStyles">MIT Licence</a>.
+ </li>
<br/>
<h1 class="text-lg font-bold">Other Credits</h1>
<ul class="list-disc pl-4">