w3c / wot-marketing

Web of Things (WoT) Marketing
https://www.w3.org/WoT/
Other
13 stars 18 forks source link

Developers Page Items #454

Open egekorkan opened 10 months ago

egekorkan commented 10 months ago

In the call of 14.11, we consolidated the ideas on the developers page. We want to add the following to the tools:

In terms of redesign, we can have a big table view. See https://json-schema.org/implementations and https://www.w3.org/WAI/ER/tools/

Additionally, having this in markdown would be better to have a better experience for contributors. There should be a small guide explaining how to make contributions.

egekorkan commented 10 months ago

Call of 28.11: To start, we should collect the information above in a yaml file so that Jekyll can auto-generate the page (e.g. a table). JSON Schema implementations are collected at https://github.com/json-schema-org/website/blob/main/data/validator-libraries-modern.yml for example.

egekorkan commented 9 months ago

We can start with collecting the information in a YAML format so that it integrates to Jekyll. Below is the starting point:

- name: MyName
  affiliation: MyAffiliation
  is-maintained: yes #or no
  update-year: 2023
  license: MIT
  td-version: ["1.0"] # ["1.0","1.1"] or null
  category: ["consumer","td-tooling","discovery"]