From cfa0067c4e1df2def1660e2da31efd62df6a3d30 Mon Sep 17 00:00:00 2001
From: Yannick Gicquel
Date: Thu, 26 May 2016 14:13:11 +0200
Subject: css: minor update
pre block: margin alignment
h1,h2,h3: add outline
Signed-off-by: Yannick Gicquel
---
doc/doc.css | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
(limited to 'doc')
diff --git a/doc/doc.css b/doc/doc.css
index c11082fd..a5c5be5c 100644
--- a/doc/doc.css
+++ b/doc/doc.css
@@ -4,12 +4,19 @@ body {
color: #000;
}
-h1, h2, h3 { color: #306; }
+h1, h2, h3 {
+ color: #306;
+ text-decoration: underline;
+}
pre {
border: medium dashed #306;
- background: #ccc;
- margin-left: 4em;
+ border-width: 0.1em;
+ background-color: #eee;
+ margin-left: 2em;
+ margin-right: 2em;
padding: 1em;
+ outline: #555;
}
+
--
cgit
From ebb9bd69a97516763d5d9203245ded592b825a86 Mon Sep 17 00:00:00 2001
From: jobol
Date: Thu, 26 May 2016 18:12:12 +0200
Subject: update documentation
Signed-off-by: jobol
---
doc/FAQ.html | 5 +-
doc/FAQ.md | 2 +-
doc/README.html | 9 +-
doc/afb-daemon-vocabulary.html | 41 ++--
doc/afb-daemon-vocabulary.md | 2 +-
doc/doc.css | 7 +
doc/updt.sh | 40 ++--
doc/writing-afb-plugins.html | 459 ++++++++++++++++++++++++++++++++++-------
doc/writing-afb-plugins.md | 288 ++++++++++++++++++++++----
9 files changed, 687 insertions(+), 166 deletions(-)
(limited to 'doc')
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 4ebefaa3..2bd963bb 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -4,11 +4,10 @@
-
-Frequently Asked Question about AFB-DAEMON
+Frequently Asked Question about AFB-DAEMON
version: 1
-Date: 24 mai 2016
+Date: 25 May 2016
Author: José Bollo
diff --git a/doc/FAQ.md b/doc/FAQ.md
index 32ef2789..76957c1f 100644
--- a/doc/FAQ.md
+++ b/doc/FAQ.md
@@ -1,7 +1,7 @@
Frequently Asked Question about AFB-DAEMON
==========================================
version: 1
- Date: 24 mai 2016
+ Date: 25 May 2016
Author: José Bollo
TABLE-OF-CONTENT-HERE
diff --git a/doc/README.html b/doc/README.html
index 0a7dffa8..04d68bf1 100644
--- a/doc/README.html
+++ b/doc/README.html
@@ -4,18 +4,15 @@
-
-Inititial Build
+Inititial Build
mkdir build
cd build
cmake ..
-
-Netbeans
+Netbeans
-
-Copy nbprojet at project base
+Copy nbprojet at project base
cp -r doc/nbproject.template ./nbproject
diff --git a/doc/afb-daemon-vocabulary.html b/doc/afb-daemon-vocabulary.html
index b398aa33..4416db81 100644
--- a/doc/afb-daemon-vocabulary.html
+++ b/doc/afb-daemon-vocabulary.html
@@ -4,11 +4,10 @@
-
-Vocabulary for AFB-DAEMON
+Vocabulary for AFB-DAEMON
version: 1
-Date: 24 mai 2016
+Date: 25 May 2016
Author: José Bollo
@@ -31,47 +30,35 @@ Author: José Bollo
-
-Authentification
+Authentification
-
-Context
+Context
-
-Level of authorisation (LOA)
+Level of authorisation (LOA)
-
-Plugin
+Plugin
-
-Request
+Request
-
-Reply/Response
+Reply/Response
-
-Service
+Service
-
-Session
+Session
A session records data as
-
-Token
+Token
-
-UUID
+UUID
It stand for Universal Unic IDentifier.
Its is designed to create identifier in a way that avoid has much as possible conflicts.
It means that if two differents instance create a UUID, the probability that they create the same UUID is very low, near to zero.
-
-x-afb-token
+x-afb-token
-
-x-afb-uuid
+x-afb-uuid