Skip to content

Commit 9fc5cf1

Browse files
docs: reorganize get involved section
2 parents 84dafc0 + df5866a commit 9fc5cf1

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

content/get-involved.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,31 @@
88
<h1>Get involved</h1>
99

1010
<p>
11-
There are various ways how you can get involved including contributions on GitHub <i class="fa fa-github "></i>: <br />
12-
<a href="https://github.com/eclipse-thingweb/node-wot/">https://github.com/eclipse-thingweb/node-wot/</a>
11+
There are various ways to get involved via GitHub <i class="fa fa-github "></i>:
12+
<a href="https://github.com/eclipse-thingweb">https://github.com/eclipse-thingweb</a>
13+
14+
</p>
15+
<p>
16+
You can pick one of the Eclipse Thingweb components such as <a href="https://github.com/eclipse-thingweb/node-wot">node-wot</a> or <a href="https://github.com/eclipse-thingweb/playground">playground</a> and start using them.
17+
Even better, you can contribute to their source code!
18+
Below are some examples of what you can contribute with:
1319
</p>
1420
<ul>
15-
<li>Create and contribute your <i>own</i> protocols bindings besides HTTP, CoAP, Websockets, ...</li>
16-
<li>Build your WoT solutions and share them</li>
17-
<li>Report any issue you encounter (and even better provide already a fix)</li>
21+
<li>node-wot: Create and contribute your <i>own</i> protocols bindings besides HTTP, CoAP, Websockets, ...</li>
22+
<li>playground: Add tools that take Thing Descriptions and generate developer tooling for other systems</li>
23+
<li>All components: Report any issue you encounter (and even better, provide a fix)</li>
1824
</ul>
1925

2026

27+
<h2>Licenses</h2>
2128

22-
<h2>Facts</h2>
2329

24-
<ul>
25-
<li>Dual-licensed: <a href="http://www.eclipse.org/legal/epl-2.0">Eclipse Public License v. 2.0</a> and <a href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">W3C Software Notice and Document License (2015-05-13)</a></li>
26-
<li>NodeJS-based (see <a href="https://github.com/eclipse-thingweb/node-wot/#prerequisites">here</a> for detailed prerequisites)</li>
27-
<li>Available through NPM (pick the packages you need: e.g., <a href="https://www.npmjs.com/package/@node-wot/core">core</a>, <a href="https://www.npmjs.com/package/@node-wot/td-tools">td-tools</a>, ...)</li>
28-
</ul>
30+
<p>
31+
All Thingweb components are licensed with <a href="http://www.eclipse.org/legal/epl-2.0">Eclipse Public License v. 2.0</a> and <a href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">W3C Software Notice and Document License (2015-05-13)</a>. You can pick the one that suits your requirements (i.e. you only have to comply with one, not both).
32+
</p>
2933

30-
<br />
31-
<h2>Supported by</h2>
34+
<!-- <br /> -->
35+
<!-- <h2>Supported by</h2>
3236
3337
<div class="row">
3438
<div class="col-sm-6">
@@ -40,6 +44,6 @@ <h2>Supported by</h2>
4044
<a href="https://www.esi.ei.tum.de/en/home/" target="_blank">
4145
<img style="max-width:75%; height:auto; margin-left:auto; margin-right:auto; display:block;" src="../images/tum.png" alt="TUM"/>
4246
</a>
43-
</div>
47+
</div> -->
4448
</div>
4549

0 commit comments

Comments
 (0)