update repository's paths to gerrit.automotivelinux.org 31/5931/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 9 Jun 2016 08:58:06 +0000 (10:58 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 9 Jun 2016 08:58:45 +0000 (10:58 +0200)
Change-Id: I323d82f1a67de8733e38f8c965241fffbcc88a7f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
doc/afb-application-writing.html
doc/afb-application-writing.md
doc/afb-plugins-overview.html
doc/afb-plugins-overview.md

index bb95745..3023e2b 100644 (file)
@@ -8,7 +8,7 @@
 <h1>HOWTO WRITE an APPLICATION above AGL FRAMEWORK</h1>
 
 <pre><code>version: 1
-Date:    30 mai 2016
+Date:    09 juin 2016
 Author:  José Bollo
 </code></pre>
 
@@ -74,8 +74,8 @@ and can be accessed though either HTTP or Websockets.</p>
 <p>Two examples of HTML5 applications are given:</p>
 
 <ul>
-<li><p><a href="https://github.com/iotbzh/afb-client">afb-client</a> a simple &ldquo;hello world&rdquo; application template</p></li>
-<li><p><a href="https://github.com/iotbzh/afm-client">afm-client</a> a simple &ldquo;Home screen&rdquo; application template</p></li>
+<li><p><a href="https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree;f=afb-client">afb-client</a> a simple &ldquo;hello world&rdquo; application template</p></li>
+<li><p><a href="https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree;f=afm-client">afm-client</a> a simple &ldquo;Home screen&rdquo; application template</p></li>
 </ul>
 
 
@@ -87,7 +87,7 @@ and can be accessed though either HTTP or Websockets.</p>
 <p>It is also possible to write QML applications. A sample QML application [token-websock] is avaliable..</p>
 
 <ul>
-<li><a href="https://github.com/iotbzh/afb-daemon/blob/master/test/token-websock.qml">token-websock</a>
+<li><a href="https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=blob;f=test/token-websock.qml">token-websock</a>
 a simple &ldquo;hello world&rdquo; application in QML</li>
 </ul>
 
@@ -103,7 +103,7 @@ to connect with an afb-daemon binder.</p>
 <p>The program <strong>afb-client-demo</strong> is the C example that use
 <strong>libafbwsc</strong> library.
 Source code is available here
-<a href="https://github.com/iotbzh/afb-daemon/blob/master/src/afb-client-demo.c">src/afb-client-demo.c</a>.</p>
+<a href="https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=blob;f=src/afb-client-demo.c">src/afb-client-demo.c</a>.</p>
 
 <p>Current implementation relies on libsystemd and file descriptors.
 This model might be review in the future to support secure sockets
index ee58347..1fd02e5 100644 (file)
@@ -1,7 +1,7 @@
 HOWTO WRITE an APPLICATION above AGL FRAMEWORK
 ==============================================
     version: 1
-    Date:    30 mai 2016
+    Date:    09 juin 2016
     Author:  José Bollo
 
 TABLE-OF-CONTENT-HERE
@@ -23,9 +23,9 @@ In a near future, JSON-RPC protocol should be added to complete current x-afb-js
 
 Two examples of HTML5 applications are given:
 
-- [afb-client](https://github.com/iotbzh/afb-client) a simple "hello world" application template
+- [afb-client](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree;f=afb-client) a simple "hello world" application template
 
-- [afm-client](https://github.com/iotbzh/afm-client) a simple "Home screen" application template
+- [afm-client](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree;f=afm-client) a simple "Home screen" application template
 
 ### Writing a Qt application
 
@@ -33,7 +33,7 @@ Writing Qt applications is also supported. Qt offers standard API to send reques
 
 It is also possible to write QML applications. A sample QML application [token-websock] is avaliable..
 
-- [token-websock](https://github.com/iotbzh/afb-daemon/blob/master/test/token-websock.qml) 
+- [token-websock](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=blob;f=test/token-websock.qml)
 a simple "hello world" application in QML
 
 ### Writing "C" application
@@ -46,7 +46,7 @@ to connect with an afb-daemon binder.
 The program **afb-client-demo** is the C example that use
 **libafbwsc** library.
 Source code is available here
-[src/afb-client-demo.c](https://github.com/iotbzh/afb-daemon/blob/master/src/afb-client-demo.c).
+[src/afb-client-demo.c](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=blob;f=src/afb-client-demo.c).
 
 Current implementation relies on libsystemd and file descriptors.
 This model might be review in the future to support secure sockets
index 8c7b50f..4fdb72f 100644 (file)
@@ -8,7 +8,7 @@
 <h1>Overview of plugins shipped with AFB-Daemon</h1>
 
 <pre><code>Version: 1
-Date:    30 mai 2016
+Date:    09 juin 2016
 Author:  Manuel Bachmann
 </code></pre>
 
@@ -197,7 +197,10 @@ Author:  Manuel Bachmann
 
 <p>Sample command-line applications: <em>afb-client-demo</em> (built by default)</p>
 
-<p>Sample HTML5 applications: <strong>test/*.html</strong>, <strong><a href="https://github.com/iotbzh/afb-client">afb-client</a></strong>, <strong><a href="https://github.com/iotbzh/afb-radio">afb-radio</a></strong></p>
+<p>Sample HTML5 applications:
+<strong>test/*.html</strong>,
+<strong><a href="https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree">afb-client</a></strong>,
+<strong><a href="https://github.com/iotbzh/afb-radio">afb-radio</a></strong></p>
 
 <p>Sample Qt/QML applications: <em>test/token-websock.qml</em></p>
 </body>
index 1986adf..a6d5973 100644 (file)
@@ -1,6 +1,6 @@
 # Overview of plugins shipped with AFB-Daemon
     Version: 1
-    Date:    30 mai 2016
+    Date:    09 juin 2016
     Author:  Manuel Bachmann
 
 
@@ -157,6 +157,9 @@ _(if GUPnP/GSSDP development libraries are not fund at build time, this plugin w
 
 Sample command-line applications: _afb-client-demo_ (built by default)
 
-Sample HTML5 applications: **test/*.html**, **[afb-client](https://github.com/iotbzh/afb-client)**, **[afb-radio](https://github.com/iotbzh/afb-radio)**
+Sample HTML5 applications: 
+**test/*.html**, 
+**[afb-client](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-demo.git;a=tree)**, 
+**[afb-radio](https://github.com/iotbzh/afb-radio)**
 
 Sample Qt/QML applications: *test/token-websock.qml*