From 0156b1645a201e44d5285c96d32cbfa5a9eb6814 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 30 May 2016 13:22:34 +0200 Subject: Improves the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iac5ee5c2ca014ced5fe836601e9afc362a9d4fda Signed-off-by: José Bollo --- doc/afb-plugins-overview.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/afb-plugins-overview.md') diff --git a/doc/afb-plugins-overview.md b/doc/afb-plugins-overview.md index 544a0308..7e351b6a 100644 --- a/doc/afb-plugins-overview.md +++ b/doc/afb-plugins-overview.md @@ -1,6 +1,6 @@ # Overview of plugins shipped with AFB-Daemon Version: 1 - Date: 30 May 2016 + Date: 30 mai 2016 Author: Manuel Bachmann @@ -18,7 +18,7 @@ All plugins may not be built, depending on the development libraries present on ## Detail of plugins - ### Hello World +### Hello World A sample Hello World plugin for demonstration and learning purposes. @@ -35,7 +35,7 @@ This plugin provides a few unauthenticated requests, all beginning with "ping",
- ### Authentication +### Authentication An sample Authentication plugin for demonstration purposes. @@ -53,7 +53,7 @@ Calling "_connect_" with a security token will initiate a session, calling "_ref
- ### Tic Tac Toe +### Tic Tac Toe A sample Tic Tac Toe game plugin. @@ -72,7 +72,7 @@ This plugin provides an interactive Tic Tac Toe game where the binder returns th
- ### Audio +### Audio A sample Audio plugin with 2 backends: * ALSA (mandatory) @@ -97,7 +97,7 @@ _(a specifc backend can be forced by using this syntax before running afb-daemon
- ### Radio +### Radio A sample AM/FM Radio plugin with 1 backend: * RTLSDR - Realtek RTL2832U dongles (mandatory) @@ -118,7 +118,7 @@ _(if rtlsdr development libraries are not found at build time, this plugin will
- ### Media +### Media A sample Media Server plugin with 1 backend: * Rygel -- cgit 1.2.3-korg