diff options
-rw-r--r-- | app.css | 4 | ||||
-rw-r--r-- | app.js | 2 | ||||
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | readme.md | 4 |
4 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * EchoClip, a web tool to record and play back audio clips. | 2 | * EchoClip, a web tool to record and play back audio clips. |
3 | * Copyright 2024 Pacien TRAN-GIRARD | 3 | * Copyright 2024 Euxane TRAN-GIRARD |
4 | * SPDX-License-Identifier: EUPL-1.2 | 4 | * SPDX-License-Identifier: EUPL-1.2 |
5 | */ | 5 | */ |
6 | 6 | ||
@@ -10,4 +10,4 @@ | |||
10 | 10 | ||
11 | #recording-indicator.active { | 11 | #recording-indicator.active { |
12 | color: red; | 12 | color: red; |
13 | } \ No newline at end of file | 13 | } |
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * EchoClip, a web tool to record and play back audio clips. | 2 | * EchoClip, a web tool to record and play back audio clips. |
3 | * Copyright 2024 Pacien TRAN-GIRARD | 3 | * Copyright 2024 Euxane TRAN-GIRARD |
4 | * SPDX-License-Identifier: EUPL-1.2 | 4 | * SPDX-License-Identifier: EUPL-1.2 |
5 | */ | 5 | */ |
6 | 6 | ||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * EchoClip, a web tool to record and play back audio clips. | 4 | * EchoClip, a web tool to record and play back audio clips. |
5 | * Copyright 2024 Pacien TRAN-GIRARD | 5 | * Copyright 2024 Euxane TRAN-GIRARD |
6 | * SPDX-License-Identifier: EUPL-1.2 | 6 | * SPDX-License-Identifier: EUPL-1.2 |
7 | --> | 7 | --> |
8 | 8 | ||
@@ -66,8 +66,8 @@ | |||
66 | <p>Speak, sing, practice, have fun! Nothing is sent out to the network.</p> | 66 | <p>Speak, sing, practice, have fun! Nothing is sent out to the network.</p> |
67 | 67 | ||
68 | <ul> | 68 | <ul> |
69 | <li><a href="https://pacien.org">© 2024 Pacien</a></li> | 69 | <li><a href="https://euxane.net">© 2024 Euxane</a></li> |
70 | <li><a href="https://cgit.pacien.net/echoclip">Source code (EUPL)</a></li> | 70 | <li><a href="https://cgit.euxane.net/echoclip">Source code (EUPL)</a></li> |
71 | <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li> | 71 | <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li> |
72 | </ul> | 72 | </ul> |
73 | </footer> | 73 | </footer> |
@@ -75,4 +75,4 @@ | |||
75 | <script src="app.js"></script> | 75 | <script src="app.js"></script> |
76 | </body> | 76 | </body> |
77 | 77 | ||
78 | </html> \ No newline at end of file | 78 | </html> |
@@ -10,7 +10,7 @@ Recordings are all stored locally and are never sent over the network. | |||
10 | ## Usage | 10 | ## Usage |
11 | 11 | ||
12 | An instance of this web application is deployed at | 12 | An instance of this web application is deployed at |
13 | [echoclip.pacien.org](https://echoclip.pacien.org/). | 13 | [echoclip.euxane.net](https://echoclip.euxane.net/). |
14 | 14 | ||
15 | It works in any modern web browser, | 15 | It works in any modern web browser, |
16 | both on desktop computers and mobile devices. | 16 | both on desktop computers and mobile devices. |
@@ -23,7 +23,7 @@ Issues and patches: email the author. | |||
23 | 23 | ||
24 | ## Licence | 24 | ## Licence |
25 | 25 | ||
26 | Copyright 2024 Pacien TRAN-GIRARD. | 26 | Copyright 2024 Euxane TRAN-GIRARD. |
27 | 27 | ||
28 | _EchoClip_ is distributed under the terms of European Union Public Licence | 28 | _EchoClip_ is distributed under the terms of European Union Public Licence |
29 | version 1.2, a copy of which is provided in `./licence.txt`. | 29 | version 1.2, a copy of which is provided in `./licence.txt`. |