summaryrefslogtreecommitdiffstats
path: root/scripts/envsetup.sh
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Prepare master for new framework integrationJan-Simon Moeller1-1/+1
2016-07-05new configuration templates based on fragmentsStephane Desneux1-202/+77
2016-05-02Add DragonBoard-410c as target boardKotaro Hashimoto1-0/+97
2016-05-01Add raspberrypi 2 and 3Jan-Simon Möller1-0/+4
2016-05-01Introduce TI DRA7 vayu and cleanup template filesJan-Simon Möller1-2/+14
2016-04-28scripts: fix regression on reuse of shell environment variablesYannick Gicquel1-5/+5
2016-04-09Add machine porter-nogfxJan-Simon Möller1-0/+7
2016-02-19Allow alias names in envsetup.sh - here for minnowboardJan-Simon Möller1-4/+12
2016-02-09Add wandboard as target boardJan-Simon Möller1-5/+7
2016-02-08Fix error by envsetup.sh when reuse a terminalTadao Tanikawa1-0/+1
2016-01-20Provide template configuration for each machine or boardTadao Tanikawa1-12/+21
2016-01-15Support MinnowBoard MAXTadao Tanikawa1-0/+4
2015-12-05Bugfix for envsetup.sh script.Jan-Simon Möller1-2/+2
2015-10-06Improve instructions to build AGL DistributionTadao Tanikawa1-0/+64
g.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "title": "CMake Application templates",
    "subtitle": "Developer Documentation",
    "description": "CMake templates used to build an AGL apps and widget",
    "keywords": "AGL, Development, Iotbzh",
    "author": "IoT.Bzh Team",
    "website": "http://iot.bzh",
    "published": "July 2017",
    "version": "1.0",

    "gitbook": "3.2.2",
    "root": "docs",
    "pdf": {
        "fontFamily": "Verdana",
        "fontSize": 12,
        "paperSize": "a4",
        "pageBreaksBefore": "//h:div[@class=\"page-break\"]"
    },
    "styles": {
        "website": "resources/ebook.css",
        "ebook": "resources/ebook.css",
        "pdf": "resources/ebook.css"
    },

    "hidepageheaders": [2, 3],
    "hidepagefooters": [2, 3],

    "plugins": [
        "regexplace"
    ],
    "pluginsConfig": {
        "regexplace": {
            "removeFirstPartsInSectionNumber": true,
            "substitutes": [{
                    "pattern": "<!-- pagebreak -->",
                    "flags": "g",
                    "substitute": "<div class=\"page-break\"></div>"
                },
                {
                    "pattern": "<!-- clear -->",
                    "flags": "g",
                    "substitute": "<div class=\"clear\"></div>"
                },
                {
                    "pattern": "<!-- nopagebreak -->",
                    "flags": "g",
                    "substitute": "<div class=\"nopb\">"
                },
                {
                    "pattern": "<!-- endnopagebreak -->",
                    "flags": "g",
                    "substitute": "</div>"
                },
                {
                    "pattern": "<!-- note -->",
                    "flags": "g",
                    "substitute": "<div class=\"note\">"
                },
                {
                    "pattern": "<!-- endnote -->",
                    "flags": "g",
                    "substitute": "</div>"
                },
                {
                    "pattern": "!\\[(.*?)\\]\\((.*?)(?:\\s+\"(.*)\")?\\){0,}{caption=1([^\\}]*)}",
                    "flags": "gmi",
                    "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $3 alt=\"$1\" title=\"$1\" href=\"$2\"><figcaption></figcaption></figure>",
                    "decode": true
                },
                {
                    "pattern": "<img ([^>]*) {0,}\/{0,}> {0,}{caption=1([^\\}]*)}",
                    "flags": "g",
                    "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $2 $1><figcaption></figcaption></figure>",
                    "decode": true
                },
                {
                    "pattern": "<img (.*)alt=\"([^\"]*)\"(.*) {0,1}\/{0,1}><figcaption></figcaption>",
                    "flags": "g",
                    "substitute": "<img$1alt=\"$2\"$3><figcaption><span>Picture _PAGE_LEVEL_._INDEX_</span>: $2</figcaption>",
                    "store": {
                        "substitute": "<a href=\"_PAGE_PATH_#fig_PAGE_LEVEL_._INDEX_\">Pic. _PAGE_LEVEL_._INDEX_</a> <span>$2</span>",
                        "variable_name": "pictures"
                    }
                },
                {
                    "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}",
                    "flags": "g",
                    "substitute": "<img $1 style=\"$2\">",
                    "decode": true
                }
            ]
        }
    }
}