{"id":15058338,"url":"https://github.com/w3c/unitas","last_synced_at":"2025-10-04T18:30:41.276Z","repository":{"id":137488019,"uuid":"54173395","full_name":"w3c/Unitas","owner":"w3c","description":"Prototypes for “dynamic pages” :warning: Discontinued, not being maintained","archived":true,"fork":false,"pushed_at":"2018-09-11T13:35:49.000Z","size":97,"stargazers_count":4,"open_issues_count":38,"forks_count":8,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-09-29T04:41:09.840Z","etag":null,"topics":["abandoned","api","client","dashboard","discontinued","group","html","on-hold","w3c","w3c-api","working-group"],"latest_commit_sha":null,"homepage":"https://w3c.github.io/Unitas/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w3c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-03-18T04:18:30.000Z","updated_at":"2024-05-13T02:21:32.000Z","dependencies_parsed_at":"2023-10-21T00:45:22.875Z","dependency_job_id":null,"html_url":"https://github.com/w3c/Unitas","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2FUnitas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2FUnitas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2FUnitas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2FUnitas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3c","download_url":"https://codeload.github.com/w3c/Unitas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235289261,"owners_count":18965910,"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":["abandoned","api","client","dashboard","discontinued","group","html","on-hold","w3c","w3c-api","working-group"],"created_at":"2024-09-24T22:21:02.189Z","updated_at":"2025-10-04T18:30:35.711Z","avatar_url":"https://github.com/w3c.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unitas\n\n*Prototypes for the \u0026ldquo;dynamic pages\u0026rdquo; project*\n\n:warning: This project is discontinued, and not being actively maintained.  \nFor alternatives, see [related projects on GitHub](#related-projects-on-github).\n\n## Examples\n\n### \u0026ldquo;Root\u0026rdquo; view\n\nWith no arguments (or with *wrong* arguments): [`/`](https://w3c.github.io/Unitas/)\n\n### Lists of entities that are \u0026ldquo;listable\u0026rdquo;\n\n1. All functions: [`/?f=all`](https://w3c.github.io/Unitas/?f=all)\n1. All groups: [`/?g=all`](https://w3c.github.io/Unitas/?g=all)\n1. All specs: [`/?s=all`](https://w3c.github.io/Unitas/?s=all)\n1. All affiliations: [`/?a=all`](https://w3c.github.io/Unitas/?a=all)\n\n### Examples of particular Entities\n\n1. A function: [`/?f=109`](https://w3c.github.io/Unitas/?f=109)\n1. A group: [`/?g=68239`](https://w3c.github.io/Unitas/?g=68239)\n1. A charter: [`/?g=46300\u0026c=155`](https://w3c.github.io/Unitas/?g=46300\u0026c=155)\n1. A spec: [`/?s=dwbp`](https://w3c.github.io/Unitas/?s=dwbp)\n1. A version: [`/?s=2dcontext\u0026v=20110525`](https://w3c.github.io/Unitas/?s=2dcontext\u0026v=20110525)\n1. A user: [`/?u=ggdj8tciu9kwwc4o4ww888ggkwok0c8`](https://w3c.github.io/Unitas/?u=ggdj8tciu9kwwc4o4ww888ggkwok0c8)\n1. A service: [`/?x=2279`](https://w3c.github.io/Unitas/?x=2279)\n1. A participation: [`/?p=1503`](https://w3c.github.io/Unitas/?p=1503)\n1. An affiliation: [`/?a=52794`](https://w3c.github.io/Unitas/?a=52794)\n\n## Contributing\n\n### How to test locally\n\n1. Clone this repository and check out the desired branch.\n1. Edit [this couple of lines at the beginning of `behaviour.js`](https://github.com/w3c/Unitas/blob/master/behaviour.js#L4-L5) to use\n   [your own API key](https://w3c.github.io/w3c-api/#apikeys) (and, optionally, to enable debugging, so that useful messages are printed on the JavaScript\n   console of your browser).\n1. Serve the page (`index.html` and related resources) locally, setting up your web server appropriately.\n1. Use Unitas by visiting [`http://localhost/unitas/`](http://localhost/unitas/) (assuming that's where it's being served).\n   As all items are inter-linked, you can start anywhere and pretty much navigate your way to any other valid page in the system.\n   But the root page `/` is a useful entry point.\n\n### About the API key\n\n:warning: the [W3C API key](https://w3c.github.io/w3c-api/#apikeys) embedded in this project will work *from the domain `w3c.github.io` only*, as it is for\ndemonstration purposes on GitHub pages.\nMake sure you [replace it](https://github.com/w3c/Unitas/blob/master/behaviour.js#L4) with your own API to use it with `localhost://` or other origins.\n\n### Dependencies\n\nResources are loaded this way:\n\n* [`index.html`](https://github.com/w3c/Unitas/blob/master/index.html)\n  * CSS [`https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css`](https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css)\n  * CSS [`style.css`](https://github.com/w3c/Unitas/blob/master/style.css)\n  * JS [`https://requirejs.org/docs/release/2.3.3/comments/require.js`](https://requirejs.org/docs/release/2.3.3/comments/require.js)\n    * JS [`behaviour.js`](https://github.com/w3c/Unitas/blob/master/behaviour.js)\n        * JS [`https://w3c.github.io/node-w3capi/lib/w3capi.js`](https://w3c.github.io/node-w3capi/lib/w3capi.js)\n        * JS [`https://code.jquery.com/jquery-2.2.4.js`](https://code.jquery.com/jquery-2.2.4.js)\n        * JS [`https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js`](https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js)\n        * JS [`utils.js`](https://github.com/w3c/Unitas/blob/master/utils.js)\n\nThis cascading is far from optimal, of course.\nIt is useful during development and for debugging, though.\n\nIn production, resources will be concatenated and loaded in parallel, and minified/compressed versions of CSS/JS libraries will be used instead.\n\n## Related projects on GitHub\n\n* [w3c-api](https://github.com/w3c/w3c-api): the W3C API.\n  * [node-w3capi](https://github.com/w3c/node-w3capi): a JS client for the W3C API.\n  * [apiary](https://github.com/w3c/apiary): a simple JS library to use the W3C API in a declarative way.\n* About \\[re\\]design:\n  * [mailing-list-archives](https://github.com/w3c/mailing-list-archives): modernising W3C's mailing list archives.\n  * [wbs-design](https://github.com/w3c/wbs-design): pretiffy the WBS UI (polls and surveys).\n  * [tr-design](https://github.com/w3c/tr-design): new style sheets used by W3C technical reports in 2016.\n  * [design](https://github.com/w3c/design): templates, mockups, proposals and design-related material.\n* [midgard](https://github.com/w3c/midgard): dashboard for the dwellers of our world.\n\n## Other resources\n\n* [\u0026ldquo;Group dashboards\u0026rdquo; wiki page](https://www.w3.org/wiki/GroupDashboards).\n* [Modern tooling, \u0026sect;4.2: \u0026ldquo;dashboard\u0026rdquo;](https://w3c.github.io/modern-tooling/#dashboard).\n\n## Credits\n\nCopyright \u0026copy; 2016\u0026ndash;2018 [World Wide Web Consortium](https://www.w3.org/).\n\nThis project is licensed [under the terms of the MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Funitas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3c%2Funitas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Funitas/lists"}