afb-api-so: adds verbosity on dlopen error
[src/app-framework-binder.git] / doc / afb-overview.html
index 23ca6e9..707443c 100644 (file)
@@ -7,16 +7,16 @@
   <meta name="author" content="José Bollo">
   <title>Overview of AFB-DAEMON</title>
   <style type="text/css">code{white-space: pre;}</style>
+  <link rel="stylesheet" href="doc.css">
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
   <![endif]-->
-  <link rel="stylesheet" href="doc.css">
 </head>
 <body>
 <header>
 <h1 class="title">Overview of AFB-DAEMON</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -34,9 +34,6 @@
 </ul>
 </nav>
 <h1 id="overview-of-afb-daemon">Overview of AFB-DAEMON</h1>
-<pre><code>version: 1
-Date:    30 mai 2016
-Author:  José Bollo</code></pre>
 <h2 id="roles-of-afb-daemon">Roles of afb-daemon</h2>
 <p>The name <strong>afb-daemon</strong> stands for <em>Application Framework Binder Daemon</em>. That is why afb-daemon is also named <strong><em>the binder</em></strong>.</p>
 <p><strong>Afb-daemon</strong> is in charge to bind one instance of an application to the AGL framework and AGL system.</p>