{"id":41346980,"url":"https://github.com/nuxodin/web-namespace-registry","last_synced_at":"2026-01-23T07:04:11.933Z","repository":{"id":41313937,"uuid":"344791747","full_name":"nuxodin/web-namespace-registry","owner":"nuxodin","description":"A registry for namespaces (prefixes) for custom elements, data attributes, custom attributes and css properties","archived":false,"fork":false,"pushed_at":"2025-11-14T09:37:31.000Z","size":182,"stargazers_count":10,"open_issues_count":5,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-14T11:28:30.836Z","etag":null,"topics":["collisions","custom-elements","namespaces","prefix","registry"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/nuxodin.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":"2021-03-05T11:38:02.000Z","updated_at":"2025-11-14T09:37:34.000Z","dependencies_parsed_at":"2023-02-09T03:40:12.471Z","dependency_job_id":"7154955d-05bf-4b10-91a5-824e8219c425","html_url":"https://github.com/nuxodin/web-namespace-registry","commit_stats":{"total_commits":155,"total_committers":11,"mean_commits":"14.090909090909092","dds":0.0903225806451613,"last_synced_commit":"ffc461776fef2c3c724cc8df1c9f11db55488703"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nuxodin/web-namespace-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Fweb-namespace-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Fweb-namespace-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Fweb-namespace-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Fweb-namespace-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxodin","download_url":"https://codeload.github.com/nuxodin/web-namespace-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Fweb-namespace-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["collisions","custom-elements","namespaces","prefix","registry"],"created_at":"2026-01-23T07:02:17.513Z","updated_at":"2026-01-23T07:04:11.928Z","avatar_url":"https://github.com/nuxodin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Namespace Registry\nWelcome to the web namespaces registry.  \n\nThe goal of this project:  \nIf someone is planning to develop a web framework, they can check to see if there might be a naming conflict with another framework.\n\n## Check if a namespace is used\nCheck a namespace on https://raw.githack.com/nuxodin/web-namespace-registry/main/web/index.html\n\n## Add your framework\nMake a fork, extend registry.v1.json and make a pull request.  \nExtend it like this:\n```json\n    ...\n    \"myns\": [\n        {\n            \"name\":\"Name of your Framework\",\n            \"url\":\"https://github.com/xxx/xxx\",\n            \"affected\":[\"ce\",\"class\"]\n        }\n    ],\n    ...\n```\nurl: Preferably a repository or project home on github  \n\naffected means:  \n- ce = custom elements `\u003cx-box\u003e`\n- ca = custom attributes `\u003cdiv x-color=red\u003e` (non standard)\n- class = class attributes `\u003cdiv class=\"x-color\"\u003e`\n- css-cp = css custom properties (css variables) `--x-color:red;`   \n\n**_NOTE:_** Please specify only technologies that you actually use, not those that are planned.\n\nThere can be multiple frameworks using the same namespace.  \n\n\u003c!--\n### Add a badge\n[![Registred Namespace](https://img.shields.io/static/v1?label=webnamespaces.org\u0026color=blue\u0026message=myns)](https://raw.githack.com/nuxodin/web-namespace-registry/main/web/index.html)\n```\n[![Registred Namespace](https://img.shields.io/static/v1?label=webnamespaces.org\u0026color=blue\u0026message=myns)](https://raw.githack.com/nuxodin/web-namespace-registry/main/web/index.html)\n```\nReplace \"myns\" with your namespace.\n--\u003e\n\n## Contribute\n\n### Discussion\nDiscuss the issues with us and create new ones\nhttps://github.com/nuxodin/web-namespace-registry/issues\n\n\n### Help wanted\nAny help is welcome.  \nIn particular: expand the list and share the project.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxodin%2Fweb-namespace-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxodin%2Fweb-namespace-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxodin%2Fweb-namespace-registry/lists"}