{"id":17680330,"url":"https://github.com/docelic/tcs_chart","last_synced_at":"2025-07-20T06:34:18.789Z","repository":{"id":66956526,"uuid":"146984259","full_name":"docelic/tcs_chart","owner":"docelic","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-05T17:20:25.000Z","size":157,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T18:48:37.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docelic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-01T09:10:21.000Z","updated_at":"2018-09-05T17:20:31.000Z","dependencies_parsed_at":"2023-02-28T02:31:26.649Z","dependency_job_id":null,"html_url":"https://github.com/docelic/tcs_chart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docelic/tcs_chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docelic%2Ftcs_chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docelic%2Ftcs_chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docelic%2Ftcs_chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docelic%2Ftcs_chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docelic","download_url":"https://codeload.github.com/docelic/tcs_chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docelic%2Ftcs_chart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266076466,"owners_count":23872760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T09:06:33.570Z","updated_at":"2025-07-20T06:34:18.765Z","avatar_url":"https://github.com/docelic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tox Client Standard (TCS) - Compliance Data and Chart Generator\r\n\r\nTox TCS is located at: https://tox.gitbooks.io/tox-client-standard/content/index.html.\r\n\r\n## Introduction\r\n\r\nTCS points have been converted to parsable JSON format and stored in `tcs_points.json`.\r\n\r\nTox software's compliance sheets are found in `tox_software/*.json`.\r\n\r\nWhen `generate.pl` is run with default options, it reads both and prints a complete compliance chart, in HTML format, to STDOUT.\r\nPlease run `./generate.pl -h` for all command line options and variations of this basic process.\r\n\r\nUsers will most likely want to configure options \"output file\" (`-o`), and possibly \"point condition\" (`-pc`) and \"software condition\" (`-sc`).\r\nThe first one configures the output file; the other two specify which subset of TCS points and/or software should be included in the report.\r\n\r\nUsing options `-pc` or `-sc` requires at least minimal familiarity with Perl. In both options, variable `$x` is a hash reference of the item being examined. Arbitrary Perl code can be run, and the item will be included in the output if the code block ends with a true value.\r\n\r\n## Usage\r\n\r\n```\r\n# Basic usage, complete table is printed as HTML to STDOUT\r\n./generate.pl   # (or   perl generate.pl)\r\n\r\n# Dump complete table to file /tmp/chart.html\r\n./generate.pl -o /tmp/chart.html\r\n\r\n# Only include Tox software of type \"client\" into the chart:\r\n./generate.pl -sc '$$x{type} eq \"client\"'\r\n\r\n# Show only TCS points from section \"2\", and only software which\r\n# is compliant with TCS point 1.0.1 or contains regular expression \"ox\"\r\n# in its full name:\r\n./generate.pl -pc '$$x{name} =~ /^2/' -sc '$$x{points}{\"1.0.1\"}{compliant} || $$x{name} =~ /ox/'\r\n\r\n# Use option -pc or -sc to quickly dump the structure of element $x\r\n./generate.pl -pc 'print Dumper $x; exit'\r\n# or\r\n./generate.pl -pc 'print $json-\u003eencode($x); exit'\r\n```\r\n\r\n## HTML Output\r\n\r\nThe chart-like HTML output has been optimized for easy examination.\r\n\r\nAll items in the header column and header row (TCS points and software names) contain a tooltip with more information as well as a link to the relevant web page.\r\n\r\nAll data cells contain tooltips which repeat in plain text the visual representation visible in the chart. They also contain an explanation why a certain TCS point is required, recommended, or not-applicable, and also they include any free-form comments or notes added by the submitter or reviewer of the particular cell's data.\r\n\r\nExample of the output can be previewed at https://hcoop.net/~docelic/tcs_full.html\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocelic%2Ftcs_chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocelic%2Ftcs_chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocelic%2Ftcs_chart/lists"}