updated OKH spec file
This commit is contained in:
parent
ffd5cc9b30
commit
f1cdaad74a
24
okh.toml
24
okh.toml
|
@ -1,13 +1,27 @@
|
||||||
|
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
okhv = "OKH-LOSHv1.0"
|
okhv = "OKH-LOSHv1.0"
|
||||||
name = "PlanktoScope"
|
name = "PlanktoScope"
|
||||||
function = "An open and affordable imaging platform for citizen oceanography"
|
function = "An open and affordable imaging platform for citizen oceanography"
|
||||||
repo = "https://github.com/PlanktoScope/PlanktoScope/"
|
repo = "https://github.com/PlanktoScope/PlanktoScope"
|
||||||
|
release = "https://github.com/PlanktoScope/PlanktoScope/releases"
|
||||||
|
license = "CERN-OHL-S-2.0, GPL-3.0-or-later, CC-BY-SA-3.0"
|
||||||
licensor = "Thibaut Pollina"
|
licensor = "Thibaut Pollina"
|
||||||
|
|
||||||
|
documentation-language = "en"
|
||||||
|
readme = "./README.md"
|
||||||
|
contribution-guide = "./docs/contributions.md"
|
||||||
|
user-manual = "./docs/images/ui_guide.md"
|
||||||
|
|
||||||
technology-readiness-level = "OTRL-5"
|
technology-readiness-level = "OTRL-5"
|
||||||
documentation-readiness-level = "ODRL-3*"
|
documentation-readiness-level = "ODRL-3*"
|
||||||
|
|
||||||
documentation-language = "en"
|
bom = "./hardware/bom.csv"
|
||||||
readme = "./README.md"
|
|
||||||
contribution-guide = "./docs/edit_the_code.md"
|
[[outer-dimensions]]
|
||||||
user-manual = "./docs/getting_started.md"
|
openSCAD = "cube(size = [400,250,150])"
|
||||||
|
unit = "mm"
|
||||||
|
|
||||||
|
[[software]]
|
||||||
|
release = "2.3"
|
||||||
|
installation-guide = "./docs/images/getting_started.md"
|
||||||
|
|
Loading…
Reference in a new issue