Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add more text and links #28

Merged
merged 1 commit into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions themes/thingweb/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@
<div class="wel-content text-center">
<h1>A Web of Things implementation</h1>
<img src="img/others/what-line.png" class="img-fluid"/>

<div class="text-left">

{{ .Content }}

<p>Thingweb is an implementation of the WoT Model discussed in the <a href="https://www.w3.org/WoT/WG/">W3C WoT WG</a>. It is simply a toolkit with some demo applications enabling you to create and experiment with WoT applications. </p>
<p>The Eclipse Thingweb <code>node-wot</code> project is the official reference implementation of the Web of Things (WoT) Interaction Model discussed in the <a href="https://www.w3.org/WoT/WG/" target="_blank">W3C WoT WG</a>. <br />
The Web of Things seeks to counter the fragmentation of the IoT through standard complementing building blocks (e.g., metadata and APIs) that enable easy integration across IoT platforms and application domains.
</p>

<p><code>node-wot</code> provides a <a href="http://www.w3.org/TR/wot-thing-description/" target="_blank">WoT Thing Description</a> parser and serializer, several "Protocol Bindings" implementing the <a href="https://w3c.github.io/wot-binding-templates/" target="_blank">WoT Binding Templates</a>, as well as a runtime system ("WoT Runtime") providing the <a href="http://www.w3.org/TR/wot-scripting-api/" target="_blank">WoT Scripting API</a> for applications. It is based on Node.js and developed under open-source licenses on <a href="https://github.com/eclipse/thingweb.node-wot" target="_blank">GitHub</a>.<br />

<p>The Web of Things seeks to counter the fragmentation of the IoT through standard complementing building blocks (e.g., metadata and APIs) that enable easy integration across IoT platforms and application domains.</p>
<code>node-wot</code> also provides a browser bundle to visualize TDs and to enable the interaction with Things from the Web browser. A simple example can be found here: <a href="http://plugfest.thingweb.io/webui/" target="_blank">WebUI</a>.
<br />
It is <em>not</em> only a toolkit with some demo applications. <code>node-wot</code> enables you to create and experiment with real-world WoT applications. </p>

<!--<p>Fusce ultricies orci ac feugiat suscipit leo massa sodales velit et scelerisque mi tortor at ipsum cligula augue bibendum accumsan vestibulum ut commodo a mi Morbi ornare gravida elit Integer cons velit et scelerisque mi tortor at ipsum cligula augue bibendum accumsan vestibulum ut commodo a mi Morbi ornare gravida elit Integer</p> -->
<!--
<a href="#" class="btn btn-read">Read More</a>
-->
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/thingweb/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="container">
<div class="carousel-content-panel hidden-xs text-left" style="z-index: 0">
<h1>Thingweb</h1>
<p>Thingweb is a runtime and tooling for web technology that enables <br/> easy creation of applications for the Internet of Things</p>
<p>Thingweb node-wot is a runtime and tooling for web technology <br/> that enables easy creation of applications for the Internet of Things</p>
<!-- Note: Button hrefs are hided by banner-shape image -->
<!-- -->
<!--<ul class="list-inline" style="z-index: 100;">
Expand Down