2024-08-09 02:01:43 +02:00
|
|
|
# StatoolInfosWeb
|
2020-09-13 01:28:27 +02:00
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
StatoolInfosWeb is a webapp to value the data from StatoolInfos protocol.
|
2020-09-13 01:28:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
StatoolInfosWeb is released under the GNU AGPL+ license. Enjoy!
|
2020-09-13 01:28:27 +02:00
|
|
|
|
2020-10-02 18:38:10 +02:00
|
|
|
Authors:
|
|
|
|
* Christian Pierre MOMON <christian.momon@devinsy.fr>
|
|
|
|
|
2023-02-24 01:14:21 +01:00
|
|
|
Contributors : Angie, MrFlos, Quentin Duchemin, Fabrice61, Thomas TConstans, labecasse, Antoine Jaba, setop, Jérémy Collot, Pilou, Kepon, Laurent Sleto, Rodinux…
|
2020-10-02 18:38:10 +02:00
|
|
|
|
|
|
|
### Cat Avatar Generator images
|
|
|
|
|
|
|
|
I am glad to use the beautiful artwork of David Revoy (http://www.peppercarrot.com).
|
|
|
|
* Graphics CC-BY http://creativecommons.org/licenses/by/4.0/
|
|
|
|
* Service: https://www.peppercarrot.com/extras/html/2016_cat-generator/
|
|
|
|
* Source: https://framagit.org/Deevad/cat-avatar-generator
|
|
|
|
* Originally inspired of the code for "MonsterID" by Andreas Gohr http://www.splitbrain.org/go/monsterid.
|
|
|
|
|
2022-09-18 16:32:03 +02:00
|
|
|
### Circle-icons
|
2020-10-02 18:38:10 +02:00
|
|
|
|
|
|
|
I am glad to use the generous artwork of ElegantThemes.com :
|
|
|
|
|
|
|
|
* https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free
|
|
|
|
* "These icons are completely free and Open Source under the GPL".
|
|
|
|
|
|
|
|
|
|
|
|
### Logo
|
|
|
|
|
|
|
|
Author: Christian Pierre MOMON <christian.momon@devinsy.fr>
|
|
|
|
|
2022-09-18 16:32:03 +02:00
|
|
|
License: Creative Commons CC BY-SA last version.
|
2020-10-02 18:38:10 +02:00
|
|
|
|
2020-09-13 01:28:27 +02:00
|
|
|
|
2021-01-21 06:01:04 +01:00
|
|
|
### Other stuff
|
|
|
|
|
|
|
|
License of other stuff:
|
2021-01-23 17:32:38 +01:00
|
|
|
* csv-logo.svg, json-logo.svg, ods-icon.svg:
|
|
|
|
* Author: Christian P. Momon
|
2022-09-18 16:32:03 +02:00
|
|
|
* License: CC BY-SA 3+.
|
|
|
|
* other: without any specific information, default license of images is CC BY-SA 3+.
|
2021-01-21 06:01:04 +01:00
|
|
|
|
2020-09-13 01:28:27 +02:00
|
|
|
|
|
|
|
## DOCUMENTATION
|
|
|
|
|
|
|
|
Read CONCEPT.md and ONTOLOGY.md files.
|
|
|
|
|
2020-09-13 01:57:25 +02:00
|
|
|
## Requirements
|
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
- Java 17
|
|
|
|
- Eclipse 4.29 (2023-09).
|
2020-09-13 01:57:25 +02:00
|
|
|
|
2020-09-13 01:28:27 +02:00
|
|
|
## INSTALL
|
|
|
|
|
2022-02-23 02:47:47 +01:00
|
|
|
Install Java :
|
|
|
|
|
|
|
|
```
|
2024-08-09 02:01:43 +02:00
|
|
|
apt-get install openjdk-17-jre-headless
|
2022-02-23 02:47:47 +01:00
|
|
|
```
|
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
Download the last release: https://forge.devinsy.fr/statool/statoolinfosweb/releases
|
2022-02-23 02:47:47 +01:00
|
|
|
|
2021-12-15 17:25:52 +01:00
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
TODO
|
2021-12-15 17:25:52 +01:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2024-08-09 02:01:43 +02:00
|
|
|
TODO
|