3 This is a collection of design documents, formerly maintained in various
4 different locations and formats, now grouped together and converted
11 We will follow the commonmark specification.
13 We *should* try to follow this
14 [style guide](http://www.cirosantilli.com/markdown-style-guide/#about),
15 but are still [evaluating solutions](https://github.com/jgm/cmark/issues/131)
16 for *stable* automatic formatting.
18 80 columns line width is thus not yet enforced, but strongly suggested.
20 # Build a web portal from the sources
22 ## Install dependencies
24 * Follow [hotdoc's installation guide](https://people.collabora.com/~meh/hotdoc_hotdoc/html/installing.html),
25 preferably in a virtualenv.
27 * We *experimentally* use the hotdoc C extension to include functions by
28 name, follow the steps outlined [here](https://github.com/hotdoc/hotdoc_c_extension)
39 gio open built_doc/html/index.html
44 The content of this module comes from a number of different sources and is
45 licensed in different ways:
47 ### Tutorial source code
49 All tutorial code is licensed under any of the following licenses (your choice):
51 - 2-clause BSD license ("simplified BSD license") (`LICENSE.BSD`)
52 - MIT license (`LICENSE.MIT`)
53 - LGPL v2.1 (`LICENSE.LGPL-2.1`)
55 This means developers have maximum flexibility and can pick the right license
56 for any derivative work.
58 ### Application Developer Manual and Plugin Writer's Guide
60 These are licensed under the [Open Publication License v1.0][op-license]
61 (`LICENSE.OPL`), for historical reasons.
63 [op-license]: http://www.opencontent.org/openpub/
67 Mostly licensed under the [Creative Commons CC-BY-SA-4.0 license][cc-by-sa-4.0],
68 but some parts of the documentation may still be licensed differently
69 (e.g. LGPLv2.1) for historical reasons.
71 [cc-by-sa-4.0]: https://creativecommons.org/licenses/by-sa/4.0/