comparison README.md @ 1390:69e0b75c0cc8

Moved license and credits sections to end of the readme file.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 27 Nov 2018 17:24:48 +0100
parents 717c58fea5c1
children ab08a74ad2f4
comparison
equal deleted inserted replaced
1389:d872b0a6567a 1390:69e0b75c0cc8
1 # Workingtitle "gemma" 1 # Workingtitle "gemma"
2 2
3 //"gemma" is just a temporary title and is likely to be changed.// 3 //"gemma" is just a temporary title and is likely to be changed.//
4
5
6 # License
7
8 //gemma// source code itself licenses as Free Software
9 under GNU Affero GPL v>=3. See the particular source files
10 for details, the license itself can be found in the directory `LICENSES`.
11
12 To build a complete product, a number of other Free Software components
13 are used, which have their own licenses.
14
15 To get an overview about the components which are partly included
16 in the resulting production ready-product for the `client/`
17 use `yarn licenses`, e.g. like
18
19 ```sh
20 yarn licenses list | grep '^├─ '
21 ```
22
23 Additionally inspect `3rdpartylibs.sh` for go components used
24 for the middleware and their licenses.
25
26
27 # Credits
28
29 Exclusive usage rights
30 (we are in Europe, so it is not Common-law's "copyright"):
31 via donau – Österreichische Wasserstraßen-Gesellschaft mbH, Austria
32
33 Software-Engineering: Intevation GmbH, Germany
34 4
35 5
36 # Quick Start 6 # Quick Start
37 7
38 ## Build 8 ## Build
116 VALUES ('d4d', 'https://service.d4d-portal.info/wamos/wfs', true); 86 VALUES ('d4d', 'https://service.d4d-portal.info/wamos/wfs', true);
117 ``` 87 ```
118 In case your gemma is already running (see previous section), restart it. 88 In case your gemma is already running (see previous section), restart it.
119 The services will be available at `/api/external/${local_name}`, thus in 89 The services will be available at `/api/external/${local_name}`, thus in
120 the example given above: `/api/external/d4d`. 90 the example given above: `/api/external/d4d`.
91
92 # License
93
94 //gemma// source code itself licenses as Free Software
95 under GNU Affero GPL v>=3. See the particular source files
96 for details, the license itself can be found in the directory `LICENSES`.
97
98 To build a complete product, a number of other Free Software components
99 are used, which have their own licenses.
100
101 To get an overview about the components which are partly included
102 in the resulting production ready-product for the `client/`
103 use `yarn licenses`, e.g. like
104
105 ```sh
106 yarn licenses list | grep '^├─ '
107 ```
108
109 Additionally inspect `3rdpartylibs.sh` for Go components used
110 for the middleware and their licenses.
111
112 # Credits
113
114 Exclusive usage rights
115 (we are in Europe, so it is not Common-law's "copyright"):
116 via donau – Österreichische Wasserstraßen-Gesellschaft mbH, Austria
117
118 Software-Engineering: Intevation GmbH, Germany