Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 1 addition & 4 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ If you need to automate your metadata publishing, you can also find [Publishing

## Tools for Supported Versions

The tables in this section contain tools for supported versions of CodeMeta.

Note: Tools marked with a warning symbol ( ⚠️ ) are not known to support the *latest version* of CodeMeta.
{.tip}
The tables in this section contain tools for supported versions of CodeMeta. A star ( ⭐ ) indicates a tool known to support the *latest version* of CodeMeta.

These tools are categorised according to the context they can be used. In many cases a tool belongs to multiple categories and will be listed multiple times on this page.

Expand Down
4 changes: 2 additions & 2 deletions layouts/shortcodes/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<td><a href="{{ .url }}">{{ .name }}</a></td>
<td>{{ .language }}</td>
<td>{{ $icnt := sub (.maintainers | len) 1 }}{{- range $i, $mtnrs := .maintainers }}{{ $mtnr := index $mtnrs }}{{ if $mtnr.url }}<a href="{{ $mtnr.url }}">{{ $mtnr.name }}</a>{{ else }}{{ $mtnr.name }}{{ end }}{{ if lt $i $icnt }},{{end}}<br>{{ end -}}</td>
<td>{{ if in .versions $latest | not }} ⚠️ {{ end }}
{{ delimit .versions ", " }}</td>
<td>{{ if in .versions $latest }} ⭐ {{ end }}
{{ delimit (.versions | sort | collections.Reverse) ", " }}</td>
<td>{{ .description }}</td>
</tr>
{{ end -}}
Expand Down
Loading