aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-20 08:14:13 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-20 08:14:13 +0000
commitea93c706cfefebb98e44f9d85792356445659408 (patch)
tree8acd10e80e70c8b35f07b51526b79d598090f182 /docs
parentc70baaeb249f0e1dc5c9e14344e60afe68d64698 (diff)
Adjust version to AGL and update documentation
Change-Id: I0e6501ce6cc56731f004804f8654bc9d15204cd6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r--docs/2-Installation.md2
-rw-r--r--docs/Doc-Revisions.md2
-rwxr-xr-xdocs/resources/make_cover.sh6
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md
index 184334a..8432128 100644
--- a/docs/2-Installation.md
+++ b/docs/2-Installation.md
@@ -2,7 +2,7 @@
## Prerequisites
-Low CAN binding must be installed. Prerequisites are the same.
+Low level CAN service (>=4.0) must be installed. Prerequisites are the same.
```bash
$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service
diff --git a/docs/Doc-Revisions.md b/docs/Doc-Revisions.md
index 1de1abb..a3b6244 100644
--- a/docs/Doc-Revisions.md
+++ b/docs/Doc-Revisions.md
@@ -3,4 +3,4 @@ Document revisions
| Date | Version | Designation  | Author |
|-------------|---------|--------------------------------------|-------------------------|
-| 07 Jun 2017 | 1.0 | Initial release | P. Lelong [ Iot.bzh ] |
+| 07 Jun 2017 | 1.0 | Initial release | R.Forlot [ Iot.bzh ] |
diff --git a/docs/resources/make_cover.sh b/docs/resources/make_cover.sh
index fef2087..b7971c1 100755
--- a/docs/resources/make_cover.sh
+++ b/docs/resources/make_cover.sh
@@ -1,10 +1,10 @@
#!/bin/bash
-cat cover.svg | sed -e 's/{title}/Low Level CAN binding/' \
+cat cover.svg | sed -e 's/{title}/High Level Viwi CAN binding/' \
-e 's/font-size:87.5px/font-size:50px/g' \
-e 's/{subtitle}//g' \
- -e 's/{version}/Version 1.0/g' \
- -e 's/{date}/March 2017/g' \
+ -e 's/{version}/Version 4.0/g' \
+ -e 's/{date}/June 2017/g' \
> /tmp/cover.svg
# use imagemagick convert tool (cover size must be 1800x2360)