Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Auto-deploy docs built from commit 1c00076
Browse files Browse the repository at this point in the history
  • Loading branch information
petervolvowinz committed Oct 31, 2023
1 parent 16d7e9c commit 78dbfc6
Show file tree
Hide file tree
Showing 15 changed files with 332 additions and 324 deletions.
16 changes: 8 additions & 8 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<title>404 Page not found</title>


<link href="/automotive-viss2/css/nucleus.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/nucleus.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698750811" rel="stylesheet">

<link href="/automotive-viss2/css/theme-blue.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme-blue.css?1698750811" rel="stylesheet">

<style>
:root #header + #content > #left > #rlblock_left {
Expand Down
56 changes: 32 additions & 24 deletions build-system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<title>VISSv2 Build System :: W3C VISSv2 Reference Implementation</title>


<link href="/automotive-viss2/css/nucleus.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/nucleus.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698750811" rel="stylesheet">

<link href="/automotive-viss2/css/theme-blue.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme-blue.css?1698750811" rel="stylesheet">



<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698750811"></script>

<style>
:root #header + #content > #left > #rlblock_left{
Expand Down Expand Up @@ -59,14 +59,14 @@
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>

<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698750811"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698750811"></script>
<script type="text/javascript">

var baseurl = "https:\/\/w3c.github.io\/automotive-viss2\/";

</script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698750811"></script>


</div>
Expand Down Expand Up @@ -429,6 +429,7 @@ <h3>More</h3>
<li><a href="#installing-golang">Installing Golang</a></li>
<li><a href="#building-and-running">Building and running</a>
<ul>
<li><a href="#loggging">Loggging</a></li>
<li><a href="#go-modules">Go modules</a></li>
</ul>
</li>
Expand Down Expand Up @@ -482,6 +483,13 @@ <h2 id="building-and-running">Building and running</h2>
After the refactoring of these SwCs into one process with ech actor running as a separate thread,
it became more convenient to build without this script, but it is still <a href="https://github.com/w3c/automotive-viss2/blob/master/W3CServer.sh">avaliable</a>.
For more details, see the &ldquo;Multi-process vs single-process server implementation&rdquo; chapter in the README.</p>
<h3 id="loggging">Loggging</h3>
<p>Logging can be command line configured at startup.</p>
<ul>
<li>logging level can be set to either of [trace, debug, info, warn, error, fatal, panic].</li>
<li>logging output destination. It can either be written to file, or directed to standard output.
The levels currently used are mainly info, warn, error. Info is appropriate during testing and debugging, while error is appropriate when performance is important.</li>
</ul>
<h3 id="go-modules">Go modules</h3>
<p>Go modules are used in multiple places in this project, below follows some commands that may be helpful in managing this.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>$ go mod tidy
Expand Down Expand Up @@ -719,19 +727,19 @@ <h2 id="docker">Docker</h2>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="/automotive-viss2/js/clipboard.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698408429"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698408429"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698408429"></script>
<script src="/automotive-viss2/js/clipboard.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698750811"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698750811"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698750811"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698750811"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698408429"></script>
<script src="/automotive-viss2/js/learn.js?1698408429"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698408429"></script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698750811"></script>
<script src="/automotive-viss2/js/learn.js?1698750811"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698750811"></script>


<script src="/automotive-viss2/mermaid/mermaid.js?1698408429"></script>
<script src="/automotive-viss2/mermaid/mermaid.js?1698750811"></script>

<script>
mermaid.initialize({ startOnLoad: true });
Expand Down
48 changes: 24 additions & 24 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<title>Categories :: W3C VISSv2 Reference Implementation</title>


<link href="/automotive-viss2/css/nucleus.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/nucleus.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698750811" rel="stylesheet">

<link href="/automotive-viss2/css/theme-blue.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme-blue.css?1698750811" rel="stylesheet">



<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698750811"></script>

<style>
:root #header + #content > #left > #rlblock_left{
Expand Down Expand Up @@ -59,14 +59,14 @@
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>

<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698750811"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698750811"></script>
<script type="text/javascript">

var baseurl = "https:\/\/w3c.github.io\/automotive-viss2\/";

</script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698750811"></script>


</div>
Expand Down Expand Up @@ -663,19 +663,19 @@ <h1>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="/automotive-viss2/js/clipboard.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698408429"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698408429"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698408429"></script>
<script src="/automotive-viss2/js/clipboard.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698750811"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698750811"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698750811"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698750811"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698408429"></script>
<script src="/automotive-viss2/js/learn.js?1698408429"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698408429"></script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698750811"></script>
<script src="/automotive-viss2/js/learn.js?1698750811"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698750811"></script>


<script src="/automotive-viss2/mermaid/mermaid.js?1698408429"></script>
<script src="/automotive-viss2/mermaid/mermaid.js?1698750811"></script>

<script>
mermaid.initialize({ startOnLoad: true });
Expand Down
48 changes: 24 additions & 24 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<title>VISSv2 Clients :: W3C VISSv2 Reference Implementation</title>


<link href="/automotive-viss2/css/nucleus.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/nucleus.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/fontawesome-all.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hybrid.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/featherlight.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/perfect-scrollbar.min.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/auto-complete.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/atom-one-dark-reasonable.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/theme.css?1698750811" rel="stylesheet">
<link href="/automotive-viss2/css/hugo-theme.css?1698750811" rel="stylesheet">

<link href="/automotive-viss2/css/theme-blue.css?1698408429" rel="stylesheet">
<link href="/automotive-viss2/css/theme-blue.css?1698750811" rel="stylesheet">



<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery-3.3.1.min.js?1698750811"></script>

<style>
:root #header + #content > #left > #rlblock_left{
Expand Down Expand Up @@ -59,14 +59,14 @@
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>

<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/lunr.min.js?1698750811"></script>
<script type="text/javascript" src="/automotive-viss2/js/auto-complete.js?1698750811"></script>
<script type="text/javascript">

var baseurl = "https:\/\/w3c.github.io\/automotive-viss2\/";

</script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698408429"></script>
<script type="text/javascript" src="/automotive-viss2/js/search.js?1698750811"></script>


</div>
Expand Down Expand Up @@ -785,19 +785,19 @@ <h3 id="ccs-mqtt-client">CCS MQTT client</h3>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="/automotive-viss2/js/clipboard.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698408429"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698408429"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698408429"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698408429"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698408429"></script>
<script src="/automotive-viss2/js/clipboard.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.min.js?1698750811"></script>
<script src="/automotive-viss2/js/perfect-scrollbar.jquery.min.js?1698750811"></script>
<script src="/automotive-viss2/js/jquery.sticky.js?1698750811"></script>
<script src="/automotive-viss2/js/featherlight.min.js?1698750811"></script>
<script src="/automotive-viss2/js/highlight.pack.js?1698750811"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698408429"></script>
<script src="/automotive-viss2/js/learn.js?1698408429"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698408429"></script>
<script src="/automotive-viss2/js/modernizr.custom-3.6.0.js?1698750811"></script>
<script src="/automotive-viss2/js/learn.js?1698750811"></script>
<script src="/automotive-viss2/js/hugo-learn.js?1698750811"></script>


<script src="/automotive-viss2/mermaid/mermaid.js?1698408429"></script>
<script src="/automotive-viss2/mermaid/mermaid.js?1698750811"></script>

<script>
mermaid.initialize({ startOnLoad: true });
Expand Down
Loading

0 comments on commit 78dbfc6

Please sign in to comment.