vocabulary: moving from 'plugin' to 'binding'
[src/app-framework-binder.git] / doc / afb-tests-overview.html
index f663a75..b29c192 100644 (file)
@@ -5,6 +5,7 @@
   <meta name="generator" content="pandoc">
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
   <meta name="author" content="Manuel Bachmann">
+  <meta name="author" content="José Bollo">
   <title>Overview of tests shipped with AFB-Daemon</title>
   <style type="text/css">code{white-space: pre;}</style>
   <!--[if lt IE 9]>
@@ -16,7 +17,8 @@
 <header>
 <h1 class="title">Overview of tests shipped with AFB-Daemon</h1>
 <h2 class="author">Manuel Bachmann</h2>
-<h3 class="date">30 mai 2016</h3>
+<h2 class="author">José Bollo</h2>
+<h3 class="date">23 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -32,7 +34,7 @@
 </nav>
 <h1 id="overview-of-tests-shipped-with-afb-daemon">Overview of tests shipped with AFB-Daemon</h1>
 <pre><code>Version: 1
-Date:    30 mai 2016
+Date:    09 juin 2016
 Author:  Manuel Bachmann</code></pre>
 <h2 id="list-of-tests">List of tests</h2>
 <p>Here are the tests shipped in the source tree:</p>
@@ -43,12 +45,12 @@ Author:  Manuel Bachmann</code></pre>
 </ul>
 <h2 id="detail-of-tests">Detail of tests</h2>
 <h3 id="afb-client-demo-command-line-websockets">afb-client-demo (command-line WebSockets)</h3>
-<p>This clients interactively calls plugins APIs from the command line, using the binder <a href="https://en.wikipedia.org/wiki/WebSocket">WebSockets</a> facility.</p>
+<p>This clients interactively calls bindings APIs from the command line, using the binder <a href="https://en.wikipedia.org/wiki/WebSocket">WebSockets</a> facility.</p>
 <p>If <em>afb-daemon</em> has been launched with the following parameters:</p>
 <pre><code>$ afb-daemon --port=1234 --token=123456 [...]</code></pre>
 <p>Then run the client with :</p>
 <pre><code>afb-client-demo ws://localhost:1234/api?token=123456 [&lt;api&gt; &lt;verb&gt; [&lt;json-data&gt;]]</code></pre>
-<p>For instance, to initialize the Audio plugin from the command line :</p>
+<p>For instance, to initialize the Audio binding from the command line :</p>
 <pre><code>afb-client-demo ws://localhost:1234/api?token=123456</code></pre>
 <p>The command doesn't return. You should type requests of type <api> <verb> [<json-data>]. So, try:</p>
 <pre><code>auth connect