Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions data/software-tools/zensical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/zensical",
"@type": "schema:SoftwareApplication",
"name": "Zensical",
"description": "Static site generator designed for technical projects that creates professional documentation websites from Markdown files, improving research software usability and interaction capability through clear documentation. Currently a prototype, it aims to be the successor to material for mkdocs, a popular theme for (unmaintained) MkDocs",
"url": "https://zensical.org/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:interaction_capability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
}
],
"improvesQualityIndicator": {
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
}
}