docs: add document revision
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 20 Jun 2017 09:24:17 +0000 (11:24 +0200)
committerStephane Desneux <stephane.desneux@iot.bzh>
Tue, 20 Jun 2017 09:24:17 +0000 (11:24 +0200)
Change-Id: Ie941042d71ed8de25e0ea9fa9bdbb0990e64d5f2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
docs/README.md [changed from symlink to file mode: 0644]
docs/SUMMARY.md
docs/afb-introduction.md [new symlink]

deleted file mode 120000 (symlink)
index 81c25433667558999cb2f20129d529c3759dce72..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-afb-overview.md
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..218a050208a063483c28cc80c73ea93ac71f835d
--- /dev/null
@@ -0,0 +1,12 @@
+Document revisions
+==================
+
+| Date         | Version | Designation                                  | Author                                                |
+|--------------|---------|----------------------------------------------|-------------------------------------------------------|
+| 23 May 2016  |   0.9   | Initial release                              | J. Bollo [ IoT.bzh ] <br/> M. Bachmann [ IoT.bzh ]    |
+| 30 May 2016  |   1.0   | Master document edition, final review        | S. Desneux [ IoT.bzh ] <br/> F. Ar Foll [ IoT.bzh ]   |
+| 21 Sept 2016 |   2.0   | Updated with new sections (events,widgets)   | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ]     |
+| 12 Dec 2016  |   2.1   | Updated for CC Release                       | S. Desneux [ IoT.bzh ]                                |
+| 14 Dec 2016  |   3.0   | Minor fixes, alignment with CC version       | S. Desneux [ IoT.bzh ]                                |
+| 20 Mar 2017  |   3.1   | Systemd integration                          | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ]     |
+| 21 Jun 2017  |   4.0   | Update for AGL DD                            | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ]     |
index 5b4b9a6..9fed80c 100644 (file)
@@ -1,6 +1,7 @@
 # Summary
 
-* [Binder Overview](README.md)
+* [Document revisions](README.md)
+* [Binder Overview](afb-introduction.md)
 * [How to write a binding ?](afb-binding-writing.md)
 * [Binding references](afb-binding-references.md)
 * [Migration from v1 to v2](afb-migration-v1-to-v2.md)
@@ -9,4 +10,4 @@
 * [Binder daemon vocabulary](afb-daemon-vocabulary.md)
 * [Annexes](annexes.md)
   * [Installing the binder on a desktop](afb-desktop-package.md)
-  * [Options of afb-daemon](afb-daemon-options.md)
\ No newline at end of file
+  * [Options of afb-daemon](afb-daemon-options.md)
diff --git a/docs/afb-introduction.md b/docs/afb-introduction.md
new file mode 120000 (symlink)
index 0000000..81c2543
--- /dev/null
@@ -0,0 +1 @@
+afb-overview.md
\ No newline at end of file