2 "title": "Application Framework Binder",
4 "description": "Application Framework Binder of Automotive Grade Linux",
5 "keywords": "AGL, Development, application, framework, binder",
6 "author": "IoT.Bzh Team",
7 "website": "http://iot.bzh",
8 "published": "September 2017",
9 "version": "4.99-EERC1",
14 "fontFamily": "Verdana",
17 "pageBreaksBefore": "//h:div[@class=\"page-break\"]"
20 "website": "resources/ebook.css",
21 "ebook": "resources/ebook.css",
22 "pdf": "resources/ebook.css"
25 "hidepageheaders": [],
26 "hidepagefooters": [],
33 "removeFirstPartsInSectionNumber": true,
35 "pattern": "<!-- pagebreak -->",
37 "substitute": "<div class=\"page-break\"></div>"
40 "pattern": "<!-- clear -->",
42 "substitute": "<div class=\"clear\"></div>"
45 "pattern": "<!-- nopagebreak -->",
47 "substitute": "<div class=\"nopb\">"
50 "pattern": "<!-- endnopagebreak -->",
52 "substitute": "</div>"
55 "pattern": "<!-- note -->",
57 "substitute": "<div class=\"note\">"
60 "pattern": "<!-- endnote -->",
62 "substitute": "</div>"
65 "pattern": "!\\[(.*?)\\]\\((.*?)(?:\\s+\"(.*)\")?\\){0,}{caption=1([^\\}]*)}",
67 "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $3 alt=\"$1\" title=\"$1\" href=\"$2\"><figcaption></figcaption></figure>",
71 "pattern": "<img ([^>]*) {0,}\/{0,}> {0,}{caption=1([^\\}]*)}",
73 "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $2 $1><figcaption></figcaption></figure>",
77 "pattern": "<img (.*)alt=\"([^\"]*)\"(.*) {0,1}\/{0,1}><figcaption></figcaption>",
79 "substitute": "<img$1alt=\"$2\"$3><figcaption><span>Picture _PAGE_LEVEL_._INDEX_</span>: $2</figcaption>",
81 "substitute": "<a href=\"_PAGE_PATH_#fig_PAGE_LEVEL_._INDEX_\">Pic. _PAGE_LEVEL_._INDEX_</a> <span>$2</span>",
82 "variable_name": "pictures"
86 "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}",
88 "substitute": "<img $1 style=\"$2\">",