Skip to content

Commit 9fba312

Browse files
authored
Merge branch 'codemeta:master' into contrib-2025
2 parents 7736f6a + 066a47b commit 9fba312

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ publishDir = "../website"
8181
unsafe = true
8282
[markup.highlight]
8383
style = 'pygments'
84+
85+
[markup.goldmark.parser.attribute]
86+
block = true # default is false

content/tools.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This page lists some existing tools to help with CodeMeta files.
99

1010
Some of the early tools still need a little updating to use the latest version of the CodeMeta context.
1111

12-
{.table .table-striped}
13-
1412
Name | Language | CodeMeta versions | Maintainers | Description
1513
-----|----------|-------------------|-------------|------------
1614
[AutoCodemeta Generator](https://w3id.org/autocodemeta) | JavaScript | 3.0.0 | [dgarijo](http://github.com/dgarijo) | Optimized version of CodeMeta Generator that automatically creates a CodeMeta file from a given repository
@@ -25,19 +23,19 @@ Name | Language | CodeMeta versions | Maintainers | Description
2523
[FACILE-RS](https://git.opencarp.org/openCARP/FACILE-RS) | Python | 2.0.0 | [MarieHouillon](https://github.com/MarieHouillon) | Metadata conversion (to Citation File Format (CFF), DataCite, BagIt and BagPack) and software publication pipelines based on CodeMeta. Previously known as openCARP-CI.
2624
[Somef](https://github.com/KnowledgeCaptureAndDiscovery/somef) | Python | OEG developers | [dgarijo](http://github.com/dgarijo) | Tool that automatically extracts software metadata from repositories and scientific publications
2725
[tributors](https://con.github.io/tributors/) | Python | 2.0.0 | [vsoch](https://github.com/vsoch) | Generate CodeMeta contributors section from GitHub API and ORCID API
26+
{.table .table-striped}
2827

2928
## Integrations
3029

3130
Integrations indicate existing platforms & services which understand CodeMeta descriptions.
3231
These do not provide a user-facing software tool for generating codemeta.json, but can ingest
3332
existing codemeta.json files automatically.
3433

35-
{.table .table-striped}
36-
3734
Name | Language | CodeMeta versions | Maintainers | Description
3835
-----|----------|-------------------|-------------|------------
3936
[Fidgit](https://github.com/arfon/fidgit) | Ruby | 0.1.0 | Arfon Smith, Kaitlin Thaney, Mark Hahnel | An ungodly union of GitHub and Figshare
4037
[Software Heritage](https://docs.softwareheritage.org/devel/swh-indexer/metadata-workflow.html#adding-support-for-additional-ecosystem-specific-metadata) | Python | 2.0 | SWH team | The metadata indexers
38+
{.table .table-striped}
4139

4240
Pending:
4341

0 commit comments

Comments
 (0)