{"id":20643224,"url":"https://github.com/opentabletdriver/plugin-repository","last_synced_at":"2025-05-10T08:31:06.789Z","repository":{"id":39750979,"uuid":"323259686","full_name":"OpenTabletDriver/Plugin-Repository","owner":"OpenTabletDriver","description":"Plugin repository source for OpenTabletDriver plugins","archived":false,"fork":false,"pushed_at":"2025-04-27T12:09:58.000Z","size":261,"stargazers_count":7,"open_issues_count":1,"forks_count":24,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-27T13:22:32.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenTabletDriver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-12-21T07:15:44.000Z","updated_at":"2025-04-27T12:10:02.000Z","dependencies_parsed_at":"2023-02-08T12:16:31.129Z","dependency_job_id":"d5a1a63f-c949-4a8a-8951-5991353e0ede","html_url":"https://github.com/OpenTabletDriver/Plugin-Repository","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTabletDriver%2FPlugin-Repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTabletDriver%2FPlugin-Repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTabletDriver%2FPlugin-Repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTabletDriver%2FPlugin-Repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenTabletDriver","download_url":"https://codeload.github.com/OpenTabletDriver/Plugin-Repository/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253389717,"owners_count":21900802,"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-11-16T16:11:50.889Z","updated_at":"2025-05-10T08:31:04.688Z","avatar_url":"https://github.com/OpenTabletDriver.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTabletDriver Plugin Repository\n\nThis is a repository for [OpenTabletDriver](https://github.com/InfinityGhost/OpenTabletDriver) plugin metadata.\n\n## Directory Nomenclature\n\nIn order to achieve maintainability, strict directory naming is enforced.\n\n```\nPlugin-Repository/Repository/{Version}/{Owner}/{Repository}/{Name}.json\n```\n\n| Key        | Value                                                       |\n| ---------- | ----------------------------------------------------------- |\n| Version    | The supported OpenTabletDriver version                      |\n| Owner      | The owner of the source code repository                     |\n| Repository | The name of the source code repository                      |\n| Name       | The name of the plugin                                      |\n\n## Plugin Metadata\n\n| Key                                  | Value                                                                                                                                                                                                                  |\n|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Name                                 | The plugin's name.                                                                                                                                                                                                     |\n| Owner                                | The username of the plugin owner.                                                                                                                                                                                      |\n| Description                          | A brief description of the plugin's function.                                                                                                                                                                          |\n| PluginVersion                        | The plugin version in four-part version number format.                                                                                                                                                                 |\n| SupportedDriverVersion               | The minimum required OpenTabletDriver version for the plugin to function in four-part version number format.                                                                                                           |\n| (Optional) MaxSupportedDriverVersion | The maximum OpenTabletDriver version the plugin functions on in four-part version number format. This should only be included in cases where a minor OpenTabletDriver version introduced breaking changes to a plugin. |\n| RepositoryUrl                        | The git repository url containing the plugin's source code.                                                                                                                                                            |\n| DownloadUrl                          | The direct download url for the plugin's release files in a compressed archive format. The plugin's dll files must be contained in the top-level directory of the compressed archive.                                  |\n| CompressionFormat                    | The compression format used by the compressed archive in the DownloadUrl field. Currently, `zip` is the only supported value.                                                                                          |\n| SHA256                               | The SHA265 hash of the compressed archive in the DownloadUrl field.                                                                                                                                                    |\n| (Optional) WikiUrl                   | A link to the plugin's documentation.                                                                                                                                                                                  |\n| LicenseIdentifier                    | The plugin's SPDX license identifier(s), separated by comma.                                                                                                                                                           |\n\nExample plugin metadata:\n\n```json\n{\n    \"Name\": \"Example Plugin Name\",\n    \"Owner\": \"Example Owner\",\n    \"Description\": \"This is an example plugin. It does nothing and doesn't exist!\",\n    \"PluginVersion\": \"0.0.1.0\",\n    \"SupportedDriverVersion\": \"0.9.0.0\",\n    \"RepositoryUrl\": \"https://github.com/example-plugin/example-plugin\",\n    \"DownloadUrl\": \"https://github.com/example-plugin/example-plugin/releases/download/0.0.1.0/example-plugin.zip\",\n    \"CompressionFormat\": \"zip\",\n    \"SHA256\": \"950630356075f141f88e6482fc34d39f0bf76026ce612b0c1d9be3c76d4aa0d4\",\n    \"WikiUrl\": \"https://github.com/example-plugin/example-plugin/blob/main/README.md\",\n    \"LicenseIdentifier\": \"GPL-3.0-only\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentabletdriver%2Fplugin-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentabletdriver%2Fplugin-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentabletdriver%2Fplugin-repository/lists"}