Skip to content

Commit 6d5d27d

Browse files
authored
Merge pull request #550 from danielpeintner/update-marketing-template-2024-05
refactor: align with latest marketing template
2 parents ab7cd69 + 3e1f8d5 commit 6d5d27d

File tree

1 file changed

+35
-6
lines changed

1 file changed

+35
-6
lines changed

README.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1+
<p align="center">
2+
<a href="https://w3.org/wot">
3+
<img alt="Web of Things Homepage" src="https://www.w3.org/WoT/IG/wiki/images/8/8f/WOT-hz.svg" width="300" />
4+
</a>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://w3c.social/@wot">
9+
<img alt="Follow on Mastodon" src="https://img.shields.io/mastodon/follow/111609289932468076?domain=https%3A%2F%2Fw3c.social"></a>
10+
<a href="https://twitter.com/W3C_WoT">
11+
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/W3C_WoT"></a>
12+
<a href="https://stackoverflow.com/questions/tagged/web-of-things">
13+
<img alt="Stack Exchange questions" src="https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic"></a>
14+
</p>
15+
16+
<p align="center">
17+
<a href="https://www.w3.org/TR/wot-scripting-api/"> <!-- NOTE LINK -->
18+
<img alt="Latest Note" src="https://img.shields.io/badge/W3C_Note-Latest-005a9c"></a>
19+
<a href="https://w3c.github.io/wot-scripting-api/"> <!-- ED LINK -->
20+
<img alt="Latest Editor's Draft" src="https://img.shields.io/badge/Editor's_Draft-Latest-fe914a"></a>
21+
</p>
22+
123
# Web of Things (WoT) Scripting API
2-
[![Follow on Twitter](https://img.shields.io/twitter/follow/W3C_WoT.svg?label=follow+W3C_WoT)](https://twitter.com/W3C_WoT)
3-
[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic)]( https://stackoverflow.com/questions/tagged/web-of-things)
424

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

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

1737
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).
1838

39+
## Logistics
40+
41+
- Call information: We use the W3C Calendar. You can find the next Scripting API call at https://www.w3.org/groups/wg/wot/calendar.
42+
- Wiki (contains agenda): https://www.w3.org/WoT/IG/wiki/WG_WoT_Scripting_API_WebConf
43+
- [Contribution rules](./CONTRIBUTING.md)
44+
45+
## Publications
46+
47+
- [Latest Editor's Draft](https://w3c.github.io/wot-scripting-api/)
48+
- [Latest Group Note](https://www.w3.org/TR/wot-scripting-api/)
49+
50+
---
51+
1952
## TypeScript Definitions
2053

2154
The specification uses WebIDL definitions, but [TypeScript definitions](./typescript) are also available.
2255
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).
2356

24-
## Task Force Meeting Logistics
25-
26-
See https://www.w3.org/WoT/IG/wiki/WG_WoT_Scripting_API_WebConf.
27-
2857
## Technical Matrix
2958

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

0 commit comments

Comments
 (0)