iocaine/REUSE.toml
Gergely Nagy 5d60b84300
Make the generated HTML templatable
Use Handlebars to generate the HTML output, to make it easier to change.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-28 08:50:22 +01:00

27 lines
796 B
TOML

# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT
#
version = 1
SPDX-PackageName = "iocaine"
SPDX-PackageSupplier = "Gergely Nagy"
SPDX-PackageDownloadLocation = "https://git.madhouse-project.org/algernon/iocaine"
[[annotations]]
path = ["flake.lock", "Cargo.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["README.md", "docs/**/*.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["docs/templates/**", "docs/sass/**", "templates/*.hbs"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"