Skip to content

Data for a list of authoring tools

Hidde de Vries edited this page Sep 14, 2021 · 4 revisions

We'd like to collect this data about specific tools:

  • ATAG report (output data from ATAG Report Tool, example)
  • meta data

With this data we could display tools in a list like in the prototype, with for each tool 'supported' (all ATAG criteria a tool meets), 'not supported' (all ATAG criteria a tool does not meet), 'about this tool' (the meta data).

Meta data

The meta data would have these fields (JSON could be generated on “submit a tool” page):

{
  "tool_name":     "MyCMS",
  "vendor_name":   "Test vendor",
  "version":       "3.0.0",
  "submitter":     "Hidde",
  "date_release":  "date",  /* optional */
  "date_last_updated": "date",  /* optional */
  "date_evaluated": "date",  /* optional */
  "type_of_tool": "Content Management System | 
                   Learning Management System | 
                   Forum or discussion software |  
                   Site builder | 
                   Wiki",
  "cost_model":   "Free | 
                   Freemium |
                   Paid",
  "license":      "Open source | 
                   Commercial |
                   Enterprise",
   "trial_available": "Yes | No",
   "accessibility_statement": "url" /* optional */
}
Clone this wiki locally