Skip to content

Commit

Permalink
Merge pull request #550 from danielpeintner/update-marketing-template…
Browse files Browse the repository at this point in the history
…-2024-05

refactor: align with latest marketing template
  • Loading branch information
relu91 committed May 13, 2024
2 parents ab7cd69 + 3e1f8d5 commit 6d5d27d
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<p align="center">
<a href="https://w3.org/wot">
<img alt="Web of Things Homepage" src="https://www.w3.org/WoT/IG/wiki/images/8/8f/WOT-hz.svg" width="300" />
</a>
</p>

<p align="center">
<a href="https://w3c.social/@wot">
<img alt="Follow on Mastodon" src="https://img.shields.io/mastodon/follow/111609289932468076?domain=https%3A%2F%2Fw3c.social"></a>
<a href="https://twitter.com/W3C_WoT">
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/W3C_WoT"></a>
<a href="https://stackoverflow.com/questions/tagged/web-of-things">
<img alt="Stack Exchange questions" src="https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic"></a>
</p>

<p align="center">
<a href="https://www.w3.org/TR/wot-scripting-api/"> <!-- NOTE LINK -->
<img alt="Latest Note" src="https://img.shields.io/badge/W3C_Note-Latest-005a9c"></a>
<a href="https://w3c.github.io/wot-scripting-api/"> <!-- ED LINK -->
<img alt="Latest Editor's Draft" src="https://img.shields.io/badge/Editor's_Draft-Latest-fe914a"></a>
</p>

# Web of Things (WoT) Scripting API
[![Follow on Twitter](https://img.shields.io/twitter/follow/W3C_WoT.svg?label=follow+W3C_WoT)](https://twitter.com/W3C_WoT)
[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic)]( https://stackoverflow.com/questions/tagged/web-of-things)

General information about the Web of Things can be found on https://www.w3.org/WoT/.

Expand All @@ -16,15 +36,24 @@ To make contributions, please refer to [https://github.com/w3c/wotwg#contributin

If you want to make a full text review on the spec or other files, follow the steps outlined [here](https://github.com/w3c/wot-scripting-api/pull/248).

## Logistics

- Call information: We use the W3C Calendar. You can find the next Scripting API call at https://www.w3.org/groups/wg/wot/calendar.
- Wiki (contains agenda): https://www.w3.org/WoT/IG/wiki/WG_WoT_Scripting_API_WebConf
- [Contribution rules](./CONTRIBUTING.md)

## Publications

- [Latest Editor's Draft](https://w3c.github.io/wot-scripting-api/)
- [Latest Group Note](https://www.w3.org/TR/wot-scripting-api/)

---

## TypeScript Definitions

The specification uses WebIDL definitions, but [TypeScript definitions](./typescript) are also available.
We use [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) to generate the TypeScript definitions for [wot-thing-description-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-description) and [wot-thing-models-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-model).

## Task Force Meeting Logistics

See https://www.w3.org/WoT/IG/wiki/WG_WoT_Scripting_API_WebConf.

## Technical Matrix

We use [labels](https://github.com/w3c/wot-scripting-api/labels) to categorize our work items.
Expand Down

0 comments on commit 6d5d27d

Please sign in to comment.